/* CSS Document */
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #004381; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height: 20px;
	z-index: 100;
	background-color: #E7E7F1;
	color: #000000;
	visibility: hidden;
	width: 170px;
}


.dropmenudiv a
{
	width: auto;
	font-family: verdana;
	font-size: 8pt;
	display: block;
	border-bottom: 1px solid #004381; /*THEME CHANGE HERE*/
	padding: 2px 0 0 5px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/
	text-decoration: none;
	color: #ffffff;
	background-color:#004381;
}
