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

.dropmenudiv{
	position:absolute;
	top: 0px;
	border: 0px;
	border-width: 0 1px;
	font:normal 12x Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}

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

* 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 #005288; /*THEME CHANGE HERE*/
padding: 2px 0;
line-height:35px;
font:normal 12px Arial;
text-decoration: none;
font-weight: normal;
color: 005288;
background-color: #9dcceb;
}

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