.SiteMenu{
position:absolute;
visibility: hidden;
border:1px solid #666;
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 18px;
z-index: 100;
background-color: #000;
width: 144px;
}

.SiteMenu a{
width: 144px;
display: block;
border-bottom: 1px solid #666;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-indent: 23px;
color:#c7b299;
}

.SiteMenu a:hover{ /*hover background color*/
background-color: #666;
color: #fff;
text-decoration: none;
font-weight: normal;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
}
