div.lbar
{
  clear: right;
  text-align: right;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  padding: 4px;
  white-space: nowrap;
  color: rgb(255,255,255);
}
.lbaritem
{
  color: rgb(255,255,255);
}
a.lbaritem:hover
{
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
.lbaritemselected
{
  color: rgb(255,255,255);
  font-weight: bold;
  text-decoration: none;
}

