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

#navigation ul {
margin: 0;
padding: 0 0 0 161px;
position: relative;
z-index: 80;
}

#navigation ul li {
list-style: none;
float: left;
height: 48px;
overflow: hidden;
background: url(/assets/nav-divider.gif) no-repeat top right;
}

#navigation ul li:hover {
background: url(/assets/nav-hover.gif) top center;
}

#navigation ul li a {
display: block;
position: relative;
text-decoration: none;
padding: 20px 15px 9px 15px;
color: #434242;
}

#navigation ul li:hover a {
text-decoration: none;
color: #fff;
}

#navigation ul ul {
position: absolute;
z-index: 80;
margin: 2px 0 0 0;
padding: 0;
}

#navigation ul ul li {
float: none !important;
clear: left;
height: 35px;
overflow: hidden;
background: #681216;
width: 190px;
border-top: 1px solid #8b181d;
position: relative;
z-index: 80;
}

#navigation ul ul li:hover {
background: #8b181d;
}

#navigation ul ul li a {
display: block;
padding: 10px;
color: #fff;
height: 35px;
overflow: hidden;

}

#navigation ul ul ul {
position: absolute;
top: 0;
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;}