#menu         
{
padding: 10px 0px 0px 10px;
}

#menu a
{
text-decoration: none;
display: inline;
display: -moz-inline-box;
font-weight: bold;
border-left: 10px solid #a2a39f;
color: white;
padding: 5px;
font-size: 13px;
line-height: 20px;
background-color: #a2a39f;
width: 210px;
height: 20px;
margin: 0px 4px 10px 0px;
width="230";
}

#menu>a
{
display: inline-block;
}

#menu a:hover
{
border-left: 10px solid white;
}
#menu a:active
{
border-left: 10px solid white;
}

