.ddcolortabs{
	padding: 0;
	width: 600px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0px;
}

.ddcolortabs ul{
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

.ddcolortabs li{
	display:inline;
	text-transform:uppercase;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


.ddcolortabs a{
	float:left;
	color: #FFFFFF;
	text-decoration:none;
	background-color:none;
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0px;
}

.ddcolortabs a span{
	float:left;
	display:block;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 3px;
	text-decoration: none;
}

.ddcolortabs a span{
	float:none;
	text-decoration: none;
}

.ddcolortabs a:hover{
	color: #E2D6BC;
	text-decoration: none;
}

.ddcolortabs a:hover span{
	text-decoration: none;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
width: 200px;
visibility: hidden;
}


.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: #000000;
	border-bottom-color: #000000;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	color: #000000;
	background-color: #e3d7bd;
}
