#navcontainer ul
{
list-style-type: none;
text-align: left;
font-weight: bold;
}

#navcontainer ul li a
{
padding-left: 0px;
text-align: left;
font: normal 14px Helvetica, Arial, sans-serif;
text-decoration: none;
color: #666;
font-weight: bold;
}

#navcontainer ul li a:hover
{
color: #fff;
}

#navcontainer ul li a#current
{
color: #000099;
}



#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 10px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

#navlist ul { list-style: none; }