html>body .navmenu {}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin-top: 0;
margin-bottom: 0;
}

#nav-menu li a
{
background: #ffcc00 url(../images/norm_btn-grad.jpg) repeat-x left bottom;
height: 26px;
line-height: 26px;
float: left;
display: block;
color: #666666;
text-decoration: none;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;

border-right: 2px solid #ffffff;
border-left: 2px solid #ffffff;

padding-right: 12px;
padding-left: 12px;
}

#nav-menu li a:hover
{
background: #ffcc00 url(../images/blue_btn-grad.jpg) bottom left repeat-x;
height: 26px;
line-height: 26px;
float: left;
display: block;
color: #ffffff;
text-decoration: none;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;

border-right: 2px solid #ffffff;
border-left: 2px solid #ffffff;
padding-right: 12px;
padding-left: 12px;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */
#nav-menu
{
width:602px
} 