.ddcolortabs{
	padding: 0;
	width: 420px;
	voice-family: "\"}\"";
	voice-family: inherit;
	float: right;
	margin-top: 53px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.ddcolortabs ul{
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.ddcolortabs li{
	display:inline;
	padding:0;
	text-transform:none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}


.ddcolortabs a{
	float:left;
	color: #171717;
	text-decoration:none;
	letter-spacing: 1px;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 3px;
	background-image: url(media/color_tabs_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.ddcolortabs a span{
	float:left;
	display:block;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 7px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 2px;
	background-image: url(media/color_tabs_right.png);
}

.ddcolortabs a span{
	float:none;
}
.ddcolortabs a:visited {
	color: #171717;
	background-image: url(media/color_tabs_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.ddcolortabs a:visited span {
	background-image: url(media/color_tabs_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.ddcolortabs a:hover{
	color: #B47D2E;
	background-image: url(media/color_tabs_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.ddcolortabs a:hover span{
	background-image: url(media/color_tabs_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.ddcolortabs a:active {
	color: #171717;
	background-image: url(media/color_tabs_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.ddcolortabs a:active span {
	background-image: url(media/color_tabs_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 1000px;
	height: 8px;
	line-height: 8px;
	background: black;
	border-top: 1px solid #fff;
	margin: 0px;
}

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

.dropmenudiv_a{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	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: #444444;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #444444;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 1px;
}


.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-top-color: #444444;
	border-bottom-color: #444444;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv_a a:visited {
	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-top-color: #444444;
	border-bottom-color: #444444;
}

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

