



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;

border-bottom-width: 0;
font:normal 12px Arial;
line-height:22px;
	
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
padding-top:8px;
height:24px;
padding-bottom:8px;
display: block;
text-indent: 6px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: #A65300;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 99%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
