/* CSS Document */
<style type="text/css">
#navcontainerb ul li
{
list-style-type: none;
padding: 5px;
margin: 0;
display: none;
float: right;
background: none;
font: 2px/2px "Lucida Grande", verdana, sans-serif;
font-weight:none;
text-align: center;
}

#navcontainerb a
{
color: #ffffff;
text-decoration: none;
display: block;
width: 10px;
height: 10px;
}

#navcontainerb li#active { background: none; }
#navcontainerb a:hover { background: none }

</style>
