.ddcolortabs{
	padding: 0;
	width: 1000px;
	height:40px;
	display:block;
	background: none;
	margin: 0 auto;
	background-position:bottom;
	position:relative;
	voice-family: "\"}\"";
	voice-family: inherit;
	position:relative
}

.ddcolortabs ul{
	font: normal 11px Arial, Verdana, sans-serif;
	text-align:center;
	font-weight:bold;
	color:#eeeeee;
	padding:0px;
	top:0px;
	list-style:none;
	position:absolute;
	margin: 0 auto;
	left: 330px;
}

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


.ddcolortabs a{
float:left;
color: #eeeeee;
background: url(images/tab_menu.png) no-repeat;
width:107px;
height:40px;
display:block;
margin:0px;
padding:0 0px 0px 1px;
text-decoration:none;
letter-spacing: 0,5px;
display:block;
}

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

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: none;
}

.ddcolortabs a:hover span{
background-color: none;
}

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

.ddcolortabsline{
clear: both;
padding: 0;
width: 1000px;
height: 52pxpx;
line-height: 8px;
background: url(/images/bg_menu.png) no-repeat;
border-top: 0px 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: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 1px;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #222222;
width: 220px;
visibility: hidden;
}


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

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

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