.ddcolortabs{
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	color: #005488;
}

.ddcolortabs ul{
font: normal 12px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
	display: inline;
	margin: 0 1px 0 0;
	padding: 0;
}


.ddcolortabs a{
	float: left;
	color: #005488;
	background: #F2EBBD url(media/color_tabs_left.gif) no-repeat left top;
	margin: 0 1px 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom:none;
	
}

.ddcolortabs a span{
	float: left;
	display: block;
	background: transparent url('images/corner.gif') no-repeat right top;
	padding: 5px 8px 3px 8px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
	background-color: #CCDCEE;
	color: #005488;
}

.ddcolortabs a:hover span{
	background-color: #CCDCEE;
	color: #005488;
}

.ddcolortabsline{
	clear: both;
	width: 100%;
}

/*  Menu Drop-down */

.dropmenudiv_a{
	position: absolute;
	top: 0;
	font: normal 11px arial;
	line-height: 16px;
	z-index: 100;
	background-color: #CCDCEE;
	width: 200px;
	visibility: hidden;
	color: #005488;
	border: 1px #CCDCEE solid;

}


.dropmenudiv_a a{
	width: auto;
	display: block;
	margin-left: 5px;
	border: 1px #CCDCEE solid;
/*THEME CHANGE HERE*/	padding: 2px 0;
	color: #005488;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{
	/*THEME CHANGE HERE*/
	border: 1px #CCDCEE solid;
	background-color: #005488;
	color: #FFF;
}