@charset "UTF-8";
/* CSS Document */

#nav{
	display: inline;
	position: absolute;
	top: 58px;
	list-style: none;
	left: 365px;
}
/*NavDropDown*/
#nav .current2 ul {
	font-size: 13px;
	background-image: url(../images/buttons/about-usDropDown.png);
	background-repeat: no-repeat;
	text-align: center;
	z-index:2;
	position: absolute;
	top: 40px;
	left: -70px;
	width: 775px;
	height: 80px;
}
#nav .current3 ul {
	font-size: 13px;
	background-image: url(../images/buttons/capabilitiesDropDown.png);
	background-repeat: no-repeat;
	height: 40px;
	top: -9999px; z-index:4; }

#nav li{
	float: left;
	left: -10px;
}
#nav li a{
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 15px;
	height: 40px;
	width: 100%;
	float: left; 
}
#nav li li a{ float: left; width: auto !important; background: transparent !important; color: #fff; }
#nav ul ul, #nav li ul{ position: absolute; list-style: none; }
#nav li li{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
}
#nav li li a:hover{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
} 
#nav li:hover ul, li.sfhover ul .current2 {
	top: 40px;
	left: -70px;
	width: 330px;
	z-index: 2;
	height: 51px;
}


