#navigation{
background:url(../images/menubg.gif) repeat-y;
width:100%;
height:23px;
font-family: arial, sans-serif;
font-size:small;
font-weight: bold;
clear: both;
z-index:1000;
}

#navigation ul{
line-height:23px;
}

#nav, #nav ul {
float: left;
width: 100%;
list-style: none;
font-weight: bold;
padding: 0;
margin:0;
z-index:1000;
color:#fff;
}

#nav a {
display: block;
text-decoration: none;
}

#navigation ul li {
text-indent:12px;
float: left;
padding: 0;
margin:0 .7em 0 1em;
background:url(../images/button.gif) 0 8px no-repeat; 
}

#navigation ul li a{
color:#fff;
}

#navigation ul li #topselected{
color:#484848;
}

#nav li a:hover, #nav ul #topselected {
color:#484848;
}

#nav li ul {
position: absolute;
left: -999em;
height: auto;
width:180px;
font-weight: normal;
border: 1px solid #777;
border-bottom:0;
margin: 0;
padding:0;
background:#fcdcb7;
line-height:18px;
}

#nav li li {
background:#999;
width:180px; 
z-index:1000;
margin:0;
text-align:center;
}

#nav li ul li a {
width:180px;
text-indent:0;
border-bottom: 1px solid #777;
}

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

#nav li:hover ul ul {
left: -999em; z-index:1000;
}

#nav li:hover ul, #nav li.sfhover ul {
left: auto;
margin-left:-60px;
}

html>body #nav li:hover ul, html>body #nav li.sfhover ul {
left: auto;
margin-left:-50px;
}

#navigation ul li:hover, #navigation ul li.sfhover, #topselected {
background:url(/images/button_.gif) 0 8px no-repeat;
color:#484848;
}

#nav li li:hover, #nav li li.sfhover {
background:#f79424;
}