.ddcolortabs {
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.ddcolortabs ul {
	font: normal 11px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}
.ddcolortabs li {
	display:inline;
	margin:0 0px 0 0;
	padding:0;
	text-transform:uppercase;
}
.ddcolortabs a {
	float:left;
	color: white;
	margin:0 0px 0 0;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	letter-spacing: 1px;
}
.ddcolortabs a span {
	float:left;
	display:block;
	padding: 0;
}
.ddcolortabs a span {
	float:none;
}
.ddcolortabs a:hover {
}
.ddcolortabs a:hover span {
}
.ddcolortabs .selected a, #ddcolortabs .selected a span { /*currently selected tab*/
}
.ddcolortabsline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a {
	position:absolute;
	/*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
	z-index:100;
	background-color: #f2f2f2;
	width: 650px;
	visibility: hidden;
	padding:5px;
	border:1px solid #cecece;
	left: 292px;
	top: 29px;
}
*html .dropmenudiv_a {
	position:absolute;
	/*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
	z-index:100;
	background-color: #f2f2f2;
	width: 760px;
	visibility: hidden;
	padding:5px;
	left: 292px;
	top: 29px;
}
.dropmenudiv_a a {
	width: auto;
	display: block;
	text-indent: 0px;
	border-top: 0 solid #678b3f;
	padding:0px 0;
	text-decoration: none;
}
.dropmenudiv_a ul {
	padding:0px;
	margin:0px;
}
.dropmenudiv_a li {
	padding:0 5px 0 0px;
	margin:0px;
	width:120px;
	display:inline;
	float:left;
}
*html .dropmenudiv_a li {
	padding:0 5px 0 0px;
	margin:0px;
	width:150px;
	display:inline;
	float:left;
}
.dropmenudiv_a img {
	border:none;
	float:left;
}
* html .dropmenudiv_a a { /*IE only hack*/
	width: 30px;
	float:left;
}
.dropmenudiv_a a:hover { /*THEME CHANGE HERE*/
}
