/* Horizontal navigation w/ 2 Tier dropdown */

#navigation ul ul .subarrow {      
background: url('/assets/arrow.gif') no-repeat top left #333333 !important ;
background-position: 170px 8px !important;
}

#navigation ul ul .subarrow:hover {      
background: url('/assets/arrow.gif') no-repeat top left #434343 !important ;
background-position: 170px 8px !important;
}

#navigation {
margin-top: 15px;
}

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
font-size: 15px;
color: #3a75ac;
}

#navigation a {
display: block;
margin: 0;
padding: 8px 15px;
text-align: center;
text-decoration: none !important;
color: #fff !important;
}

#navigation a:hover, #navigation li.focus a, #navigation li:hover a {
color: #f03535 !important;
background: url(../assets/nav-right.gif) no-repeat top right;
}

#navigation li {
float: left;
position: relative;
}

#navigation li:hover, #navigation li.focus {
background: url(../assets/nav-left.gif) no-repeat top left;
}

#navigation ul ul {
position: absolute;
z-index: 500;
}

#navigation ul ul li {
width: 200px;
background: #333333;
border-bottom: 1px solid #434343;
clear: left;
}

#navigation ul ul li a, #navigation ul ul li:hover a {
color: #fff !important;
background-image: none !important;
text-align: left;
font-size: 11px;
}

#navigation ul ul li  {
color: #fff !important;
}

#navigation ul ul li:hover {
background: #434343;
}

#navigation ul ul ul {
position: absolute;
top: 0px;
left: 100%;
}

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

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