.navcontainer
{
/*avoid gap after li in ie6 by setting width*/
width: 160px;
font-size: 11px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-left: 0px;
}

.navcontainer ul
{
list-style-type: none;
margin-left: 0;
padding-left: 0;
}

.navlist a
{
display: block;
color: #8592BB;
font-weight: bold;
padding: 1px 0 1px 8px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
.navlist a { width: 180px; }

.navlist a
{
\width: 180px;
w\idth: 180px;
}

.subnavlist a
{
display: block;
color: #3D5066;
font-weight: normal;
padding: 1px 0 1px 8px;
margin-left: 8px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
.subnavlist a { width: 180px; }

.subnavlist a
{
\width: 172px;
w\idth: 172px;
}

.navlist a, .navlist a:visited,.subnavlist a, .subnavlist a:visited
{
border-left: 8px solid #FFFFFF;
background: #FFFFFF;
color: #3D5066;
text-decoration: none;
}

.navlist a:hover, .navlist a.current:hover
{
border-left: 8px solid #CCCCCC;
text-decoration: underline;
}

.subnavlist a:hover, .subnavlist a.subcurrent:hover
{
border-left: 8px solid #CCCCCC;
text-decoration: underline;
}

a.current, a:visited.current, a.subcurrent , a:visited.subcurrent
{
border-left: 8px solid #283D82;
background: #F3F5FC;
color: #283D82;
text-decoration: none;
}
