#navmenu {
height : 52px;
position : absolute;
float:left;
margin-right: 0;
margin-left: 19px;
width:820px;
overflow:hidden;
}
#navmenu ul {
padding : 0;
margin : 0;
list-style : none;
width : 1000px;
z-index : 100;
height : 52px;
}
#navmenu li {
float : left;
}
#navmenu li.last {
border-right : none;
padding : 0 0 0 0;
}
#navmenu li ul {
position : absolute;
overflow : hidden;
height : 52px;
}
#navmenu li a {
display : block;
color : #FFFFFF;
text-decoration : none;
text-align : center;
padding : 0 10px 0;
font-size : 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
background-position : center bottom;
background-repeat : no-repeat;
font-weight:normal;
overflow : hidden;
margin-right:0px;
line-height: 58px;
float:left;
}
#navmenu li a:hover, #navmenu li li:hover {
background-image:url(/assets/nav/rollover.gif);
background-position : center bottom;
background-repeat : no-repeat;
font-weight:normal;
overflow : hidden;
color : #D7BD61;
padding-top: 0;
line-height: 58px;
}
.active, #navmenu li.active:hover {
display : block;
color : #000000;
text-decoration : none;
text-align : center;
padding : 0 10px 0;
font-size : 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
background-image:url(../layout/nav_down.gif);
background-position : center bottom;
background-repeat : no-repeat;
font-weight:normal;
overflow : hidden;
margin-right:4px;
padding-top: 0px;
line-height: 52px;
float:left;
}
#navmenu .pixel a {
padding : 0 0 0;
}
#navmenu li:hover, #navmenu li.sfhover {
background-image : url(/assets/layout/rollover.gif);
background-position : center bottom;
background-repeat : no-repeat;
overflow : hidden;
}