#dropmenudiv{
position:absolute;
border-top:1px solid;
border-right:1px solid;
border-left:1px solid;
border-color:#333333;
border-bottom-width: 0;
font:normal 1.1em Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
background-color:white;
color:#553434;
display: block;
text-indent: 3px;
border-bottom: 1px solid;
border-color:#91423D;
padding: 1px 0;
text-decoration: none;
/*font-weight: bold;*/
}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: #6FC4E3;*/
color:#553434;
text-decoration:underline;
background-color:#AAAAAA;
}
