.ddcolortabs{
padding: 0;
width: 940px;
background: #92AFCB;
voice-family: "\"}\"";
voice-family: inherit;
}

#colortab {
	width: 940px;
	height: 37px;
	background: #92AFCB;
	border-top: 1px solid #00357A;
	border-bottom: 1px solid #00357A;

}
.ddcolortabs ul{
	margin:0;
	padding:8px;
	text-transform: uppercase;
	list-style:none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BDD714;
}

.ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BDD714;
}


.ddcolortabs a{
	font: bold 12px Arial, sans-serif;
float:left;
color: #FFFFFF;
background: #92AFCB;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
}

.ddcolortabs a span{
	float:left;
	display:block;
	padding: 4px 8px 2px 7px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003479;/*border-right: 1px solid black;*/
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #92AFCB;
color:#FFF;
}

.ddcolortabs a:hover span{
background-color: #92AFCB;
color:#FFF;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #92AFCB;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 1px;
line-height: 8px;
background: black;
border-top: 1px solid #92AFCB; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a {
	position:absolute;
	margin-left: 10px;
	top: 0;
	border: 1px solid #92AFCB; /*THEME CHANGE HERE*/
	border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #BDD714;
	width: auto; /* Width of the drop down menu, auto defaults to the width of text */
	visibility: hidden;
	color: #92B0CC;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	border-top: 0 solid #678b3f;
	border-bottom: 1px solid #92AFCB; /*THEME CHANGE HERE*/
	padding: 8px 20px 8px 0; /* Padding around the text in the drop downs */
	text-decoration: none;
	color: #003479;
	font-size: 11px;
	font-weight: bold;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: auto;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #F8971C;

}

.no_line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BDD714;
	text-decoration: none;
}

