.menu 
{
color : #F1E1C0;
font-size : 11px;
height : 20px;
margin-left : -5px;
padding-top : 10px;
padding-right : 30px;
padding-bottom : 10px;
padding-left : 0px;
}

.menu a
{
color : #333333;
font-weight : bold;
padding-top : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-left : 5px;
text-decoration : none;
}

.menu a:hover
{
text-decoration : underline;
}


