.ddcolortabs{
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: transparent;
	float: left;
	display: inline;
	width: 100%;
	padding: 0;
	margin: 0px;
}

.ddcolortabs ul{
	padding:0;
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
}

.ddcolortabs li{
	display:inline;
	padding:0;
	font-weight: bold;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
}


.ddcolortabs a{
	float:left;
	color: white;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.ddcolortabs a span{
	float:left;
	display:block;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 9px;
	padding-left: 4px;
}

.ddcolortabs a span{
float:none;
}

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

.ddcolortabs a:hover span{
	background-color: #F16934;
}

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

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 4px;
	line-height: 8px; /*Remove this to remove border between bar and tabs*/
	background-color: #F16934;
}

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

.dropmenudiv_a{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-top-width: 4px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0px;
	line-height:18px;
	z-index:100;
	background-color: #00337D;
	width: 200px;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F16934;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 6px; /*THEME CHANGE HERE*/
	padding: 4px 0;
	text-decoration: none;
	color: #FFFFFF;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

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

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

