#navcontainer ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
background: url(../IMG/apnavlist.jpg) no-repeat 0 -20;
font: 11px/17px verdana, sans-serif;
font-weight: 700;
color: #000000;
text-align: center;
}

#navcontainer a
{
color: #000000;
text-decoration: none;
display: block;
width: 105px;
border-top: 1px solid #A8B090;
border-bottom: 1px solid #A8B090;
border-left: 1px solid #A8B090;
border-right: 1px solid #A8B090;
}
#navcontainer li#active { background: url(../IMG/apnavlist.jpg) repeat-x 0 20; }
#navcontainer a:hover { background: url(../IMG/apnavlist2.jpg) no-repeat 0 -20; }
