#navcontainers { width: 170px; }

#navcontainers ul
{
text-align: left;
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#navcontainers a
{
display: block;
padding-left: 10px;
padding-top: 7px;
padding-bottom: 7px;
padding-right: none;
width: 170px;
background-color: #160958;
border-bottom: 1px solid #eee;
}

#navcontainers a:link, #navlists a:visited
{
color: #ffffff;
text-decoration: none;
}

#navcontainers a:hover
{
background-color: #1A72BA;
color: #ffffff;
}

#active a:link, #active a:visited, #active a:hover
{
background-color: #160958;
color: #FDDF05;
}

#active a:hover
{
background-color: #120C3F;
color: #FDDF05;
}



