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

.dropmenudiv_e{
position:absolute;
border: 0px solid #FFFFFF; /*THEME CHANGE HERE*/
border-width: 0px;
font-family: trebuchet ms;
font-size: 13px;
line-height:18px;
z-index:100;
background-color: #ffffff;
opacity: 0.8;
filter: alpha(opacity=80);
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_e a{
width: auto;
display: block;
border: 0 solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 13px;
text-decoration: none;
color: #000000;
opacity: 1.0;
filter: alpha(opacity=100);
}

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

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #a61d3a;
	color: #ffffff;
	text-decoration: none;

}

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