#dropmenudiv{
position:absolute;
font:normal 12px Verdana;
height: 20px;
line-height:20px;
z-index:100;
color: white;
-moz-opacity:0.9; opacity:0.9; filter:alpha(opacity=90);
text-align:center;
background-image: url(../images/AnstaltNav_bg.jpg);
padding-top: 2px;
}

#dropmenudiv a{
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: bold;
color: white;
background-image: url(../images/AnstaltNav_bg.jpg);
 height: 20px;
}

#dropmenudiv a:hover{ /*hover background color*/
color: red;
text-align:center;
text-decoration: none;
background-image: url(../images/AnstaltNav_bg2.jpg);

}