#dropmenudiv{
background-image:url(../images/menu.jpg);
position:absolute;
text-align:center;


border:5px;/* solid black;*/
border-bottom-width: 0;
font:normal 11px Arial;
text-align:left;




color:#FFFFFF;
line-height:20px;
z-index:100;
}

#dropmenudiv a{

background-image:url(../images/menu.jpg);
color:#FFFFFF;
width: 100%;
height:30px;
display: block;
text-indent: 3px;
border: 1px solid #3A63A3;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-image:url(../images/menuhover.jpg);
color: #ED1B24;
}
#dropmenudiv a:link{ /*hover background color*/
background-image:url(../images/menu.jpg);
color: #FFFFFF;
}
