.dropmenudiv{
	position:absolute; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	z-index:100;
	background-color: #ffffff;
	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: #b7bdc3;
	border-right-color: #b7bdc3;
	border-bottom-color: #b7bdc3;
	border-left-color: #b7bdc3;
	text-align: left;
	clip: rect(auto,auto,auto,auto);
	margin-top: 2px;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b7bdc3;
	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: #f7f7f7;
}
