#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 1000;
}

#nav a {
display:block;
width:10em;
}

#nav li { /* all list items */
float:left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -28px 0 0 180px;
}

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

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



/*#nav {
position:absolute;
left:50%;
margin-left:-480px;
top:115px;
color:#FFF;
height:27px;
width:961px;
height:27px;
}*/

#nav {
   position:relative;
   top:-22px;
   padding-left: 1px;
   color:#FFF;
   height:27px;
   width:961px;
   height:27px;
}

#nav li {
margin:0;
padding:0;
float:left;
}
#nav li a {
color:#fbb03b;
background-repeat:no-repeat;
height:27px;
display:block;
text-indent:-9999px;
background-repeat:no-repeat;
outline:none;
}


#nav li.solutions a {
width:90px;
background-image:url('../images/nav_solutions.png');
}
#nav li.solutions a:hover {
background-image:url('../images/over/nav_solutions.png');
}

#nav li.services a {
width:77px;
background-image:url('../images/nav_services.png');
}
#nav li.services a:hover {
background-image:url('../images/over/nav_services.png');
}

#nav li.resources a {
width:86px;
background-image:url('../images/nav_resources.png');
}
#nav li.resources a:hover {
background-image:url('../images/over/nav_resources.png');
}

#nav li.company a {
width:83px;
background-image:url('../images/nav_company.png');
}
#nav li.company a:hover {
background-image:url('../images/over/nav_company.png');
}

#nav li.support a {
width:74px;
background-image:url('../images/nav_support.png');
}
#nav li.support a:hover {
background-image:url('../images/over/nav_support.png');
}

#nav li.contact a {
width:88px;
background-image:url('../images/nav_contact.gif');
position:relative;
z-index:5000;}
#nav li.contact a:hover {
background-image:url('../images/over/nav_contact.gif');
position:relative;
z-index:5000;
}



/* Nav - Second Level */

#nav li ul {
width:150px;
background-color:#580000;
}
#nav li:hover ul,
#nav li.hover ul {
display:block;
}
#nav ul ul li {
/*float:left;*/
/*width:180px;*/
margin:0;
padding:0;

}
#nav li ul li a {
float:none;
display:block;
min-height:27px;
height:auto !important;
height:27px;
text-indent:0px;
font:11px/27px 'Trebuchet MS',tahoma,sans-serif;
width:120px !important;
color:#fff;
text-decoration:none;
padding:0 15px;
background-image:url('../images/bg_subnav.gif') !important;
background-repeat:repeat-x;
border-top:1px solid #000;
}
#nav li ul li a:hover {
background:#BF0000 !important;
background-image:url('../images/bg_subnav_active.gif') !important;
background-repeat:no-repeat !important;
background-position:right !important;
}
#nav li ul ul {
margin-left:150px;
}


#nav li.solutions a {
width:90px;
background-image:url('../images/nav_solutions.gif');
}
#nav li.solutions a:hover {
background-image:url('../images/over/nav_solutions.gif');
}

#nav li.services a {
width:77px;
background-image:url('../images/nav_services.gif');
}
#nav li.services a:hover {
background-image:url('../images/over/nav_services.gif');
}

#nav li.resources a {
width:86px;
background-image:url('../images/nav_resources.gif');
}
#nav li.resources a:hover {
background-image:url('../images/over/nav_resources.gif');
}

#nav li.company a {
width:83px;
background-image:url('../images/nav_company.gif');
}
#nav li.company a:hover {
background-image:url('../images/over/nav_company.gif');
}

#nav li.support a {
width:74px;
background-image:url('../images/nav_support.gif');
}
#nav li.support a:hover {
background-image:url('../images/over/nav_support.gif');
}

#nav li.contact a {
width:88px;
background-image:url('../images/nav_contact.gif');
position:relative;
z-index:5000;}
#nav li.contact a:hover {
background-image:url('../images/over/nav_contact.gif');
position:relative;
z-index:5000;
}
