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

@media print {
	 #navMenu{
		height:0px;
		overflow:hidden;
		display:none;	
	}
}
@media screen {
	 #navMenu{
		height:35px;
		display:block
	}
}
#navMenu{
	width:980px;
	z-index:99;
	position:inherit;
	background-color: #314C74;
	margin:0 auto 0 auto;
}
ul#topnav {
	margin: 0;
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1em;
	font-weight: bold;
}

ul#topnav li {
	float: left;
	margin: 0; 
	padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	/* text-indent: -9999px; /*--Push text off of page--*/
	height: 35px;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	 background-position: left bottom;  /*--Hover State--*/
}

ul#topnav a.home {
	background: url(nav_home.jpg) no-repeat;
	width: 75px;
	text-decoration:none;
}


ul#topnav a.services {
	text-decoration:none;
	background: url(nav_services.jpg) no-repeat;
	width: 117px;
}


ul#topnav a.resCenter {
	text-decoration:none;
	background: url(nav_research.jpg) no-repeat;
	width: 157px;
}
ul#topnav a.noAccount {
	text-decoration:none;
	background: url(nav_blank.jpg) no-repeat;
	width: 63px;
}
ul#topnav a.spacer {
	text-decoration:none;
	background: url(nav_blank.jpg) no-repeat;
	width: 320px;
}
ul#topnav a.Account {
	text-decoration:none;
	background: url(nav_account.jpg) no-repeat;
	width: 63px;
}
ul#topnav a.VSIfor {
	text-decoration:none;
	background: url(nav_industries.jpg) no-repeat;
	width: 85px;
}
ul#topnav a.aboutVSI {
	text-decoration:none;
	background: url(nav_about.jpg) no-repeat;
	width: 72px;
}
ul#topnav a.contact {
	text-decoration:none;
	background: url(nav_contact.jpg) no-repeat;
	width: 71px;
}
ul#topnav a.account {
	text-decoration:none;
	background: url(nav_account.jpg) no-repeat;
	width: 63px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 35px; left: 0;
	z-index: 999;
	background: #e9eef9 url(sub_bg.png) repeat-x; /*--Background gradient--*/
	padding: 5px 5px 5px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	text-align:left
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #000;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #314C74;
	font-weight:bold;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	color: #000;
}
ul#topnav .sub ul li a:hover {
	color: #3E6A57;
	background-position: 5px 12px;/*--Override background position--*/
}
