div.menu a.menuItem
{
border-style:solid;
border-width:1px;
color: #ffffff;
border-color: #657A7B;
background-color: #657A7B;
text-align: left; 
text-decoration: none;
white-space: nowrap;
display:block;
font-family: "Tahoma";
font-size: 9px;
font-weight: 700;
padding-top:1px;
padding-right:10px;
}


div.menu a.menuItem:hover
{ 
color:#FF9316;
} 
