.dropmenudiv{
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	z-index:100;
	background-color: #ffffff;
	visibility: hidden;
	text-align: left;
	clip: rect(auto,auto,auto,auto);
	color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0a6dc1;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 4px;
	margin-top: -6px;
	margin-left: -19px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-decoration: underline;
	background-image: url(img/menu_pointer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9d7cd;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #f7fbff;
	color: #064384;	
}