@charset "UTF-8";


#navwrapper {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 44px;
	clear: both;
	background-image: url(../images/incight_navbar.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/* CSS Document */


		

		#nav {
	float: left;
	text-align: left;
	height: 40px;
	margin-left: 17px;
	font-size: 12px;
		}

		#nav ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 700px;
		}
		
		
		#nav li {
	position: relative;
	display: inline;
	float: left;
		}
#nav  li a.divider_line {
	position: relative;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
		}
#nav  span {
	display: block;
	color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	height: 40px;
	line-height: 36px;
	position: relative;
		} 
#nav  li a {
	display: block;
	color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	height: 40px;
	line-height: 36px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
		} 
#nav  li a:hover {
	color: #FFFFFF;
}
#nav   li a:active {
}
#nav   li  a.current {
	display: block;
	color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	height: 40px;
	line-height: 36px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	background-image: url(../images/incight_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
		} 

#nav li ul, #nav li.sfhover ul {
	display: block;
	position: absolute;
	width: 240px;
	left: -999em;
}

 
#nav   li  ul li a {
	display: block;
	color: #CCCCCC;
	height: 21px;
	line-height: 21px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	width: 220px;
}
 
#nav li ul li a:hover, #nav li ul li.sfhover a  {
	color: #FFFFFF;
	background-image: url(../images/incight_drop_bgtile.gif);
	background-repeat: repeat-x;
	background-position: top;
}
		
#nav li:hover ul, #nav li.sfhover ul {
	top: 34px;
	left: 0;
	background-color: #2a2a2a;
	background-image: url(../images/incight_drop_bgtile.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
		
#nav li li , #nav li li.sfhover   {  display: block }
		
#nav li ul ul,  #nav li.sfhover ul ul{ /* third-and-above-level lists */
	margin-top: -31px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}		
