
#nav
{
float: right;
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-right: 41px;
	background: #0a2b75;
	opacity: 0.85;
	filter: alpha(opacity=85);
	
	z-index: 23000;

}
#nav li
{
	float: left;
	display: block;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	border-right: 1px solid #546fa8;
	line-height: 13px;
}
#nav li a
{
	float: left;
	display: block;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 20px;
	padding-top: 4px;
	padding-bottom: 10px;
	opacity: 1;
}
#nav li.home a {
	border-top: 5px solid rgb(0,131,169);
}
#nav li.home a:hover
{
	color: rgb(0,131,169);
}
#nav li.services a {
	border-top: 5px solid rgb(253,200,47);
}
#nav li.services a:hover
{
	color:  rgb(253,200,47);
}
#nav li.credentials a {
	border-top: 5px solid rgb(255,121,0);
}
#nav li.credentials a:hover
{
	color: rgb(255,121,0);
}
#nav li.careers a {
	border-top: 5px solid rgb(0,161,222);
}
#nav li.careers a:hover
{
	color:rgb(0,161,222);
}
#nav li.contact a{
	border-top: 5px solid rgb(105,190,40);
}
#nav li.contact a:hover
{
	color:rgb(105,190,40);
}


/*

SUB NAVIGATION SETUP
Sucker Fish

*/


#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 40000;
	width: 120px;
	_width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	top:32px;
	padding: 0px;
	bordeR: none;
	border-bottom: 3px solid #0a2b75;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-top: 1px solid #B4B5CA;
	clear: both;
	opacity: .95;
	filter: alpha(opacity=95);
}
#nav li.services ul
{
background-color: rgb(253,200,47);
}
#nav li.credentials ul
{
background-color: rgb(255,121,0);
}
#nav li.careers ul
{
background-color: rgb(0,161,222);
}
#nav li ul li,
#nav li ul li a
{
	clear: both;
	display: block;
	padding: 0px;
	bordeR: none;
	font-weight: normal;
	color: navy;
	width: 100%;
}

#nav li.services ul li a:hover,
#nav li.credentials ul li a:hover,
#nav li.careers ul li a:hover
{
color: white;
}


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