

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

.dropmenudiv{
	padding:0px;
	margin:0px;
	position:absolute;
	top: 0;
	border: 1px solid black; /*THEME CHANGE HERE*/
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #544f41;
	width: 155px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); *//*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 1px solid black; /*THEME CHANGE HERE*/
	padding:0px;
	margin:0px;
	text-decoration: none;
}

.dropmenudiv a:link, .dropmenudiv a:visited{
	color: white;
	text-decoration: none;
}

.dropmenudiv a:hover, .dropmenudiv a:active{ /*THEME CHANGE HERE*/
	background-color: #cac9c9;
	color:black;
	text-decoration: none;
}