.ddcolortabs{
	padding: 0;
	width: 95%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;

}

.ddcolortabs ul{
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.ddcolortabs li{
display:inline;
margin:0 0 0 0;
padding:0;
}


.ddcolortabs a{
	float:left;
	color: #333333;
	background: transparent  no-repeat left top;
	margin:0 4px 0 4px;
	padding:0 1px 0 1px;
	text-decoration:none;
	letter-spacing: 0px;
	font-weight: bold;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent  no-repeat right top;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
	background-color: #CC0000;
	color: #FFFFFF;
}

.ddcolortabsline{
clear: both;
padding: 5px;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 3px solid #fff; /*Remove this to remove border between bar and tabs*/
}

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

.dropmenudiv_a{
	position:absolute;
	top: 0px;
	border: 1px solid;
	border-top-width: 10px;
	border-bottom-width: 1px;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 100%;
	visibility: hidden;
	text-align: left;
	padding: 0 0 0 0;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-weight: normal;
}


.dropmenudiv_a a{
	width: 95%;
	display: inline-table;
	text-indent: 0px;
	border-top: 0 solid;
	border-bottom: 1px solid;
	padding: 0 0 0 0;
	text-decoration: none;
	color: #333333;
	
}

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

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

