
#dropmenudiv{
position:absolute;
background-color: #CCCCCC;
border:0px solid black;
border-bottom-width: 0;
font-family: Tahoma;
font-size: 12px;
line-height:18px;
z-index:100;
width: 200px;
background-image: url(../../images/bg_menu.jpg);
}

#dropmenudiv a{
width: 200px;
display: block;
text-indent: 50px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-image: url(../../images/bg_menu.jpg);
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #CCCCCC;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 200px;
background-color: #FFFFB9;
}