@font-face{
font-family: menuFont;
src: url('myFont.ttf');
}

@font-face{
font-family: menuFontEI;
src: url('myFont.eot');
}

 



.ddcolortabs{
padding: 0;
margin:0 0 0 0;
/*width: 80%;*/
/*background: url(../site/images/menu/grey_bg.gif) repeat-x;*/
voice-family: "\"}\"";
voice-family: inherit;


}

.ddcolortabs ul{
/*font: bold 11px Verdana, Arial, sans-serif;*/

 font:13px  ; 
 font-stretch: extra-condensed;
/*font-family: menuFont, menuFontEI;*/
margin:0;
padding:0;
list-style:none;


}

.ddcolortabs li{
display:inline;
margin:0 0 0 0;
padding:0;
/*text-transform:uppercase;*/
 

}


.ddcolortabs a{
float:left;
color: #fdfdfd;
/*background: #D50F6C  ;*/
margin:0 0px 0 0; /* change spacing here */
padding:0px 0px 0px 0px;
text-decoration:none;
letter-spacing: 0px;
line-height: 1.2;

}

.ddcolortabs a span{
float:left;
display:block;
background: transparent  ;
padding: 2px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color:  #f0f0f0; 
color:#227f9f ;
background-color:  #227f9f ;
color: #fdfdfd;
}
/*
.ddcolortabs a:hover span{
background-color:  #f0f0f0; 
color: #D50F6C;
}*/

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #f0f0f0;
color: #686868; 
background-color:  #227f9f ;
color: #fdfdfd;
}

.ddcolortabsline{
display:block;
height:32px;
clear: both;
padding: 0;
width: 100%;
height: 0px;
line-height: 0px;
background: #fdfdfd;
border-top: 0px solid #fdfdfd; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0;
	

border: 0px solid #686868; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font:bold 15px  ;
	line-height:19px;
	z-index:100;
	background: #F0F0F0;
	width: auto;
	visibility: hidden;
	padding: 0px 0px;
}


.dropmenudiv_a a{
width: auto;

display: block;
text-indent: 2px;
border-top: 0 solid #686868; 
border-bottom: 0px solid #686868;; /*THEME CHANGE HERE*/
padding: 3px 6px 3px 6px;
text-decoration: none;
color: #686868;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color:  #227f9f ;
color: #fdfdfd;
}
