.ddcolortabs{
	padding: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: #00529b;
	background-image: url(../images/white_curve.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

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

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


.ddcolortabs a{
float:left;
color: #FFFFFF;
margin:0;
padding:0 0 1px 1px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url(media/color_tabs_right.gif) no-repeat right top;
	padding: 4px 5px 2px 5px;
}

.ddcolortabs a span{
	float:none;
}

.ddcolortabs a:hover{
	text-decoration: underline;
}

.ddcolortabs a:hover span{
	text-decoration: underline;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
}

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

.dropmenudiv_a{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #00529b;
	width: 200px;
	visibility: hidden;
	padding-left: 2px;
	color: #FFFFFF;
}

.dropmenudiv_a a{
	width: auto;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin: 0px;
}

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

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

