.submenu{
position:absolute;
visibility: hidden;
border:1px solid #D8D8D8;
border-bottom-width: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
/*z-index: 100;*/
background-color: #FFFFFF;
width: 106px;
}

.submenu a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #D8D8D8;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
}

.submenu a:hover{ /*hover background color*/
background-color: #666666;
color: #ffffff;
}
}
