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

.dropmenudiv{
	position: absolute;
	top: 0px;
	font: normal 12px Arial;
	border-bottom: 1px solid #000000;
	line-height: 26px;
	z-index: 100;
	background-color: #d7d7d7;
	width: 200px;
	visibility: hidden;
	left: 0px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
line-height:26px;
font:normal 12px Arial;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
line-height:26px;
font:normal 12px Arial;
text-decoration: none;
font-weight: normal;
color: black;
background-color: #FFFFFF;
}

.dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
line-height:26px;
font:normal 12px Arial;
text-decoration: none;
font-weight: normal;
}