.dropmenudiv{
	position:absolute; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	line-height: normal;
	z-index:100;
	background-color: #050505;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5b5b5b;
	border-right-color: #5b5b5b;
	border-bottom-color: #5b5b5b;
	border-left-color: #5b5b5b;
	text-align: left;
	clip: rect(auto,auto,auto,auto);
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5b5b5b;
	background-image: url(img/menu_pointer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #1c1c1c;
}
