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

.dropmenudiv{
position:absolute;
top: 0;
border: 3px solid #be0f34; /*THEME CHANGE HERE*/
font:Verdana, Geneva, sans-serif 11px normal;
font-weight: bold;
line-height:14px;
z-index:1000;
background-color:#EDEDED;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;

/* border-bottom: 1px dotted #be0f34;*/ /*THEME CHANGE HERE*/
border: 2px outset #be0f34; /*THEME CHANGE HERE*/
padding:1px 3px;
text-decoration: none;
font-weight: bold;
color: #000000;
}

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

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

