.ddcolortabs{
	padding: 0;
	width: 780px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.ddcolortabs ul{
	margin:0;
	padding:0;
	list-style:none;
}

.ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	font-size: 11px;
	font-family: Tahoma;
}


.ddcolortabs a, .ddcolortabs a:link, .ddcolortabs a:visited{
	float:left;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 5;
	padding-bottom: 1px;
	padding-left: 3px;
	text-decoration:none;
	font-weight: bold;
}

.ddcolortabs a span{
	float:left;
	display:block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
	text-decoration: none;
	color: #666666;	
}

.ddcolortabs a:hover span{
	background-color: #FFFFFF;
	text-decoration: none;
	color: #666666;	
}

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

/*
.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;
	line-height:18px;
	z-index:100;
	/*width: 200px;*/
	visibility: hidden;
	text-align: left;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	background-color: #FFFFFF;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom: 1px solid #678b3f;
	text-decoration: none;
	color: #990000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	color: #FF0000;
	text-decoration: none;
}
