

#dropmenudiv{
position:absolute;
color:#ffffff;
border-top: 1px;
border-color: #000000;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: transparent;
background-image:url(..]/images/button.png);
}

#dropmenudiv a{
width: 170px;
height: 18px;
color:#ffffff;
text-align:center;
display: block;
border-top:1px solid #000000;
text-indent: 0px;
padding-top: 4px;
background-color: transparent;
background-image:url(../images/button.png);
text-decoration: none;
font-weight: bold;
color:#ffffff;
}

#dropmenudiv a:hover{ /*hover background image*/
width: 170px;
border-top:1px solid #000000;
height: 18px;
color:#ff0000;
background-color:transparent;
font-weight: bold;
background-image:url(../images/buttonhover.png);
}

