#navcontainer {width: 190px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
  }

#navcontainer a
{
display: block;
width: 190px;
background-color: #800000;
 background-image: url(site_graphics/nav_bg_dim.gif);
 padding-top: 4px;
 padding-bottom: 5px;
 text-align: left;
 line-height: 21px;
 font-size: 11px;
 font-family: sans-serif;
 background-repeat: no-repeat;
 margin-bottom: 2px;
 margin-top: 2px;
 text-indent: 22px;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;

}

#navcontainer a:hover
{
background-color: #960303;
color: #fff;
 background-image: url(site_graphics/nav_bg_over.gif);
 background-repeat: no-repeat;

}
