#navcontainer {
/*avoid gap after li in ie6 by setting width*/
  width: 200px;
  font-size: 11px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin-left: 2px; }
#navcontainer ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

#navcontainer_cn {
/*avoid gap after li in ie6 by setting width*/
  width: 200px;
  font-size: 13px;  
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin-left: 2px;  }
#navcontainer_cn ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

#navlist a
{
display: block;
color: #8592BB;
padding: 1px 0 1px 8px;
}
/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a { width: 184px; }
#navlist a
{
\width: 200px;
w\idth: 184px;
}
#subnavlist a
{
display: block;
color: #000080;
padding: 1px 0 1px 8px;
margin-left: 8px;
}
/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#subnavlist a { width: 176px; }
#subnavlist a
{
\width: 192px;
w\idth: 176px;
}
#navlist a, #navlist a:visited,#subnavlist a, #subnavlist a:visited
{
border-left: 8px solid #FFFFFF;
background: #FFFFFF;
color: #000080;
text-decoration: none;
}
#navlist a:hover, #navlist a#current:hover
{
  border-left: 8px solid #000080;
 text-decoration: underline; }
#subnavlist a:hover, #subnavlist a#subcurrent:hover
{
  border-left: 8px solid #000080;
  text-decoration: underline; }

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



