.dropmenudiv_a{
	position:absolute; /*THEME CHANGE HERE*/
	border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 1px;
	background-color: #FFF;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	visibility: hidden;
	/* FIX drop down by moving it to the end just before body tag so css below are no need
	margin-left: -130px;
	margin-top: -83px;
	*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/arrowup.gif);
	border-top-color: #231F1B;
	border-right-color: #231F1B;
	border-bottom-color: #231F1B;
	border-left-color: #231F1B;
	padding: 17px 0px 0px;
	height: auto;
}
.dropmenudiv_a ul, .dropmenudiv_a ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.dropmenudiv_a a{
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: #000;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCDBF2;
	border-bottom-color: #CCDBF2;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #231F1B;
	border-left-color: #231F1B;
	padding: 2px 0;
	height: auto;
	width: auto;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	color: #000;
	text-decoration: none;
	height: auto;
	width: auto;
	background: url(../images/dropdown-over.gif) repeat left top;
}
#dropAboutus a, #dropTools a, #dropSeupport a, #dropCommunity a, #dropEvents a, #dropCase a, dropSeminars a{
	text-decoration: none;
	color: #000;
}

