.ddcolortabs{
padding: 0;
width: 672px;
float:right;
background: #840018;
text-align: center;	
height: 40px;
}

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

.ddcolortabs li{
	float:left;
	width:125px;
	height: 27px;
	/*border-left: solid 1px #fff; */
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	text-align: center;	
	list-style: none;
	padding-top: 13px;
}


.ddcolortabs a{
	/*float: left;*/
	text-align:center;
	color: white;
	text-decoration: none;
	
}

.ddcolortabs a span{
	float: left;
	display: block;
	margin: 0 0px 0px 5px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
	color: #f0dbda;
	text-decoration: none;
}
/*
.ddcolortabs a:hover span{
	background-color: #d97800;
}


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

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

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

.dropmenudiv_a{
position:absolute;
margin-top: 26px;

/*border: 0px solid gray; THEME CHANGE HERE*/
/*border-top-width: 1px; Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 11px Arial;
text-align: left;
line-height:20px;
z-index:100;
background-color: #840018;
width: 100%;
visibility:hidden;
display: block;
}


* html .dropmenudiv_a { 
margin-top: 11px; 
} 


.dropmenudiv_a a{
	/*width: auto;*/
	width: 100%;
	display: block;
	text-indent: 0px;
	margin-top: 0px;
	background-color: #840018;
	border: 1px solid #000; /*THEME CHANGE HERE*/
	border-top: 0px solid #000;
	padding: 4px 1px 6px 3px;
	text-decoration: none;
	color: #fff;
	text-align: left;
}

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

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


