.ddcolortabs{
	padding: 0;
	width: 980px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	float: left;
	clear:right;
}

.ddcolortabs ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
}

.ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:none;
}

.ddcolortabs a{
	float:left;
	color: white;
	background: #323535 url(media/color_tabs_left.png) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 1px 6px;
	text-decoration:none;
	letter-spacing: 0px;
	cursor:pointer;
}
.ddcolortabs a:hover, .ddcolortabs a:visited{
	color: white;
}
.ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url(media/color_tabs_right.png) no-repeat right top;
	padding:10px 19px 9px 17px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
	background-color: #006154;
}

.ddcolortabs a:hover span{
	background-color: #006154;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
	background-color: #006154;
}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
	background-color: #F00;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 1px;
	line-height:26px;
	z-index:100;
	background-color: #025F54;
	width: 400px;
	visibility: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #121413;
	border-bottom-color: #121413;
	border-left-color: #121413;
	border-top-style: none;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #025F54;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover { /*THEME CHANGE HERE*/
	background-color: #006C5F;
	color: white;
	text-decoration: underline;
}
.dropmenudiv_a a:hover, .dropmenudiv_a a:visited{ 
	color: white;
}

