#navcontainer
{
/*avoid gap after li in ie6 by setting width*/
width: 130px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-left: 10px;
}

#navcontainer ul
{
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
 
#navlist a
{
display: block;
color: #333333;
padding: 1px 0 1px 8px;
}

/*boxmodel hack */
#navlist a { width: 114px; }

#navlist a
{
\width: 130px;
w\idth: 114px;
}

#subnavlist a
{
display: block;
color: #999;
padding: 1px 0 1px 8px;
margin-left: 8px;
}

/*boxmodel hack */
#subnavlist a { width: 106px; }

#subnavlist a
{
\width: 122px;
w\idth: 106px;
}

#navlist a, #navlist a:visited
{
border-left: 8px solid #FFF;
background: #FFF;
color: #666;
text-decoration: none;
}

#subnavlist a, #subnavlist a:visited
{
border-left: 8px solid #EEE;
background: #FFF;
color: #999;
text-decoration: none;
}

#navlist a:hover, #navlist a#current:hover
{
border-left: 8px solid #CCC;
text-decoration: underline;
}

#subnavlist a:hover, #subnavlist a#subcurrent:hover
{
border-left: 8px solid #CCC;
text-decoration: underline;
}

a#current, a:visited#current, a#subcurrent, a:visited#subcurrent
{
border-left: 8px solid #426FB0;
background: #F3F5FC;
color: #426FB0;
text-decoration: none;
}
/* SARS blue 426FB0, green 75BB45 */


