.ddcolortabs{
	padding: 0;
	width: 900px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	z-index:200;
	letter-spacing: 20%;
}

.ddcolortabs ul{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0;
	list-style:none;
	margin-top: 200;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 67px;
	position: absolute;
	top: 130px;
	width: 700px;
}

.ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}


.ddcolortabs a{
	float:left;
	color: #000;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-position: left top;
}

.ddcolortabs a span{
	float:left;
	display:block;
	padding: 4px 8px 2px 7px;
	background-position: right top;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
	font-weight: normal;
	color: #630;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

.ddcolortabs a:hover span{
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
	color: #630;
	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: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #d9d190;
}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 570px;
	height: 4px;
	line-height: 0px; /*Remove this to remove border between bar and tabs*/
	background-color: #000;
	z-index: 205;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #333;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-top-width: 2px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #e5e0ba;
	width: 180px;
	visibility: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	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: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFC;
	color: #000;
}
