#colortab { 
	width: 1024px;
	height: 35px;
	background: #FFF;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	overflow:hidden;
}

.ddcolortabs{
	margin: 0px;
padding: 0px;
width: 1024px;
voice-family: "\"}\"";
voice-family: inherit;
}

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

.ddcolortabs li{
	display:inline;
	
	float:left;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	
}


.ddcolortabs a{
	display: block;
float:left;
color: white;
margin:0;
padding:0;
text-decoration:none;

}

.ddcolortabs a span{
float:left;
display:block;
padding: 0;
}

#IEroot .ddcolortabs a span{
	width: 146px;
	display:block;
float:left;
display:block;
padding: 0;
}





.ddcolortabs a:hover{
background-color: none;
}

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

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

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 0px;
line-height: 17px;
background: white;

}

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

.dropmenudiv_a{
	margin-top: 0px;
position:absolute;
top: 0;
border: none; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font-family: "Myriad Pro";
	src:url("fonts/MyriadPro-Bold.otf");
	font-size: 14px;
line-height:28px;
z-index:100;
background-color: #0079C1;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 10px;
border-top: none;
border-bottom: none; /*THEME CHANGE HERE*/
padding: 0;
margin-top: 5px;
text-decoration: none;
color: white;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #8AD3FF;
color: black;
}
