.ddcolortabs{
padding: 0;
width: 966px;
height: 34px;
background-color: #000000;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 9px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

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


.ddcolortabs a{
float:left;
color: white;
margin:0 0 0 0;
padding:8px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 2px 8px 2px 8px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #00c1d8;
}

.ddcolortabs a:hover span{
background-color: #00c1d8;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #00c1d8;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 966px;
height: 0px;
line-height: 0px;
background-color: #CCCCCC;
border-top: 0px solid #CCCCCC; /*Remove this to remove border between bar and tabs*/
}

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

.dropmenudiv_a{
	position:absolute;
	top: 0;
	border: 0px solid black; /*THEME CHANGE HERE*/
	border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	line-height:14px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	text-align: left;
	margin-left: 0px;
	font-family: Arial;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
}


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

* html .dropmenudiv_a a{ /*IE only hack*/
width: 966px;
}

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