/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	border: 0px;
	border-width: 0 1px;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	left: 0px;

}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #002354; /*THEME CHANGE HERE*/
padding: 2px 0;
line-height:35px;
font:normal 11px Arial;
text-decoration: none;
font-weight: normal;
color: black;
}

* 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 #002354; /*THEME CHANGE HERE*/
padding: 2px 0;
line-height:35px;
font:normal 11px Arial;
text-decoration: none;
font-weight: normal;
color: black;
background-color: #d2dbe4;
}

.dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #002354; /*THEME CHANGE HERE*/
padding: 2px 0;
line-height:35px;
font:normal 11px Arial;
text-decoration: none;
font-weight: normal;
color: black;
}