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

.dropmenudiv_e{
position:absolute;
margin-top: 18px;
border: 0px solid #FFFFFF; /*THEME CHANGE HERE*/
border-width: 0px;
font:normal 12px Bookman Old Style, Verdana;
line-height:18px;
z-index:100;
background-color: #520212;
width: 170px;
visibility: hidden;
//margin-top: 3px;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
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: #520212;
	color: #ECC15E;
	text-decoration: none;

}

.dropmenudiv_e a:visited{ /*THEME CHANGE HERE*/
background-color: #520212;
	color: #FFFFFF;
	text-decoration: none;
}
