/***********************************************/
/* Accessible Navigation - using lists         */
/***********************************************/


/*** ESSENTIAL STYLES ***/
#nav {
	position: absolute;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 2px;
		white-space: nowrap; /* opera */
}
#nav li li {
	margin-right: 0px;
	white-space: normal;
}
#nav li a {
	display: block;
	padding: 10px 8px 10px 8px;
		text-indent: 6px;
}

#nav li li a {
	display: block;
	width: 100%;
	padding: 6px 0;
}

#nav li li { /* all list items */
	float: left;
	width: 118px;
	z-index: 100;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 118px;
	left: -999em;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -26px 0 0 111px;
}

#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;
}

/* ie7 sticky nav fix */
/*#nav nav_insight:hover, ##nav nav_insight.hover, #nav nav_clients:hover, ##nav nav_clients.hover {
    position: static;
}*/
#nav ul:hover {background-position: 0 0;}



/*** NAV SKIN ***/
#nav a {
	color: #ffffff;
	text-decoration:none;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
}
#nav a:hover {
	color: #A1ABA5;
	text-decoration:none;
}
#nav li ul .navtop {
	padding-top: 0px;
}
#nav li ul ul .navtop {
	background: url(../images/nav_bg.png) no-repeat left top;
}
#nav li ul .navbottom {
	height: 32px;
	background: url(../images/nav_bg.png) no-repeat left bottom;
}
#nav li li { /* second-level lists */
	background: url(../images/nav_bg.png) repeat-y 0px -20px;
	position: relative;
	/*left: -14px;*/
}
#nav li li li { /* second-level lists */
	/*left: -13px;*/
}

#nav li li a {
	text-indent: 14px;
	z-index: 102;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	color: #AAAAAA;
	text-decoration: none;
}
#nav li li a {
	color: #ffffff;
}
#nav li li li a {
	color: #ffffff;
}
#nav li li li li a {
	color: #ffffff;
}
#nav a.selected {
	color:#301804;
}


/*** TOP NAV IMAGES ***/


