.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
margin-top:-12px;
}


.dropmenudiv a{
width:100%;
display: block;
text-indent: 3px;
border:1px;
border-color:#fff;
border-style:solid;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
padding:5px 15px;
background:#330000;
}

.dropmenudiv a:hover{ /*IE only hack*/
width: 100%;
background:#634722;
}

