#menu{
position:absolute;
border:1px solid #cdcbc9;
border-top-width: 0;
font-size:11px;
line-height:18px;
z-index:100;
}

#menu a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: none;
padding: 1px 0;
text-decoration: none;
color: #787878;
}

#menu a:hover{ /*hover background color*/
color: #ff9900;
}
