.dropmenudiv{
position:absolute;
top:auto;
font-family: arial, sans-serif;
line-height:18px;
z-index:100;
background-color: #888;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=3); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #888;
background: #888 url(/style/menu.png);
text-decoration: none;
color: #DBD7D1;
}

.dropmenudiv a:hover{
width: auto;
display: block;
text-indent: 3px;
color: #70695A;
border-bottom: 1px solid #888;
text-decoration: bolder;
background: #888 url(/style/orange_menu.png);
}

* html .dropmenudiv a{
width: 100%;
}