 #navlist
{
position: relative;
width: 100%;
height: 1.62em;
margin: 0;
padding: 0;
border-bottom: 2px solid #FFD100;
white-space: nowrap;
}

#navlist li
{
float: left;
margin: 0 0 0 5px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #FFFB61 #FF8D2A #FFAB24 #FFFB61;
list-style-type: none;
font-size:18px;
}

#navlist li a
{
position: relative;
display: block;
margin: 0;
padding: 1px 0.4em;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #ccc;
background-color: #FAD682;
color: #666;
font: normal 0.7em/120% Verdana, Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
}

#navlist li a:hover
{
color: #fff;
text-decoration: none;
font-weight: bold;
background-color: #FF9030;
}

#navlist li#active a
{
font-weight: bold;
background-color: #FF9030;
color: #fff;
border-color: #FFFB61 #FF8D2A #FFAB24 #FFFB61;
}

#navlist li#active a:hover { color: #fff; }

#navlist ul#subnavlist 
{
position: absolute;
left: -1px;
top: 22px;
width: 100%;
height: 1.21em;
margin: 0;
padding: 0;
border-bottom: 2px solid #FFD100;
white-space: nowrap;

}

#navlist ul#subnavlist li
{
width: 14ex;
margin: 0;
border: 0;
}

#navlist ul#subnavlist li a
{
width: auto;
padding: 0.06em 1em 0;
border: 0;
background-color: #FAF68A;
color: #000;
font: normal normal 0.66em/110% Verdana, Arial, sans-serif;
}

#navlist ul#subnavlist li a:hover
{
color: #000;
text-decoration: none;
font-weight: 400;
background-color: #FFF588;
font-weight: bold;

/* IE5/Mac disappearing item fix */
}

#navlist ul#subnavlist li#subactive a
{
background-color: #FFFD78;
color: #000;
font-weight: bold;

}


* html > body #navlist, * html > body #navlist ul#subnavlist
{
width: 718px;
/* IE5/Mac fixed width fix */
}
