.bits ul
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #333;
}

.bits ul ul, .bits ul li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

.bits ul a:link, .bits ul a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

.bits ul a:link.current, .bits ul a:visited.current, .bits ul a:hover
{
border-bottom: 4px solid #333;
padding-bottom: 2px;
background: transparent;
color: #333;
}

.bits ul a:hover { color: #000; }