.ddmenu
{
	float:left;
	clear:both;
}
.ddmenu ul
{
	padding:0;
	margin:0;
	text-align:center;
	float:left;
	list-style:none;
}

.ddmenu ul li
{
	display:inline;
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}

.ddmenu ul li a
{
	width:80px;
	height:20px;
	margin: 0;
	padding:9px 20px 8px 20px;
	float:left;
	list-style:none;
	text-decoration: none;
	font:bold 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.ddmenu ul li a:hover
{
	color:#00d9f9;
}
body#home a#homenav,
body#aboutus a#aboutnav,
body#it a#itnav,
body#industries a#indunav,
body#technology a#technav,
body#outsourcing a#outsrcnav,
body#careers a#careersnav,
body#contact a#contactenav
{
	color:#ffffff;
	float:left;
	height:20px;
	text-decoration:none;
	background:url(../images/menuvisited.jpg) repeat-x;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top:0;
	line-height:18pt;
	z-index:100;
	background-color:#00569F;
	width:215px;
	visibility: hidden;
}


.dropmenudiv a
{
	width:215px;
	display: block;
	border-bottom-width: 0;
	text-indent: 3px;
	font:normal 9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding:4px 0 4px 10px;
	text-decoration: none;
	color:#ffffff;
}
.dropmenudiv .currentpage a
{
	background:#000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover
{
	background-color:#003b84;
	color:#00d9f9;
}