
/* all levels inner */
.minner
{
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration : none;
  white-space: nowrap;
  padding: 0px 4px;
}

/* all levels, all states, outer */
.moout 
{
  text-decoration : none;
  border: 1px outset #FFFFCC;
  color: #000066;
  background: #FFFFCC;
}
.moover
{
  text-decoration : none;
  border : 1px inset #FFFFCC;
  color: #000088;
  background: #FFFFCC;
}
.modown
{
  background: #FFFFEE;
  border: 1px inset #FFFFEE;
}
