/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 8px solid #9b2f00; /*THEME CHANGE HERE*/
border-bottom-width: 8;
font:normal 12px Arial;
line-height:14px;
z-index:4;
background-color: #db4400;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#360b0b,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 6px;
padding: 3px 0;
border-bottom: 1px solid #360b0b;
border-right: 1px solid #360b0b;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EE4A00;
}
