/* CSS Document */
.dhtmlMenu{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 22px;
z-index: 100;
background-color: #003660;
width: 130px;
padding: 8px 0;
}

.dhtmlMenu a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
font-size: 11px;
}

.dhtmlMenu a:hover{ /*hover background color*/
background-color: #3c5882;
color: white;
}
