/* Horizontal nav w/ 2 Tier dropdown */

#navright {
background: url('/assets/nav-bg-right.gif') right top no-repeat;
height: 53px;
}

#nav {
height: 53px;
background: url('/assets/nav-bg.gif') repeat-x;
position: relative: 
z-index: 5000;
}

#nav ul {
list-style: none;
margin: 0 0 0 130px;
padding: 0;
}

#nav a {
display: block;
margin: 0;
padding: 19px 18px;
text-align: center;
color: #fff;
text-decoration: none;
font-size: 15px;
}

#nav a:hover {
color: #fff;
}

#nav li {
float: left;
position: static;
height: 53px;
background: url('/assets/nav-divider.gif') no-repeat top right;
}

#nav li:hover {
background-color: #f67c10;
background: url('/assets/nav-bgb.gif') repeat-x top right;
}
#nav ul ul li {
clear: left;
width: 230px;
color: #767676;
border-bottom: 1px solid #310707;
background-color: #f67c10;
background: url('/assets/subnav-bg.gif') repeat-x top right;
height: 30px;
}

#nav ul ul li:hover {
background-color: #f67c10;
background: url('/assets/nav-bg.gif') repeat-x top right;
}

#nav ul ul li a {
padding: 9px 15px;
position: relative;
text-align: left;
color: #ff !important;
cursor: pointer !important;
font-size: 12px !important;
}



#nav ul ul {
position: absolute;
z-index: 3000;
margin: -4px 0 0 0;
background-color: #181818;
}

#nav ul ul ul {
position: absolute;
/*top: 0;*/
left: 100%;
}

div#nav ul ul,
div#nav ul li:hover ul ul,
div#nav ul ul li:hover ul ul
{display: none;}

div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul
{display: block;}