


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
left:0; margin-top:5px; margin-left:-10px;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-width: 0 2px;
font:bold 12px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #000000;
width: 170px;
visibility: hidden;letter-spacing:1px;
	text-transform:uppercase;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 2px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF; 
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #993333;color: #FFFFFF;
}

