.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
margin-left: 5px;
margin-right: 5px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left;
}

.ddcolortabs li{
display: inline;
margin: 0;
cursor:pointer;cursor:hand;
}


.ddcolortabs li a{
        text-align: center;
	color: #003366;
/*	background-image: url(../images/menu_inner_02c.jpg);
	background-repeat: no-repeat;  */
	margin: 0px;
	float: left;
	height: 20px;
	
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
        cursor:pointer;cursor:hand;
}





.ddcolortabs li a.current{
        text-align: center;
	color: #fff;
	background: #7cb7e3;
	margin: 0px;

	height: 20px;
	
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
	cursor:pointer;cursor:hand;

}
.ddcolortabs li a:hover{
        text-align: center;
	color: #003366;
	margin: 0px;
	height: 20px;	
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: underline;
	cursor:pointer;cursor:hand;

}

.ddcolortabs li a:active{
        text-align: center;
	color: #fff;
	margin: 0px;

	height: 20px;
	
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
        cursor:pointer;cursor:hand;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #678b3f;
border-top: 0px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}



.tabcontent{
clear: left;

text-align: center;
padding-top: 8px;
padding-bottom: 9px;
/*border-top: 4px solid #699FF6;*/

}

.tabcontent ul{
margin: 0;
padding: 0px;
list-style-type: none;

}

.tabcontent il{
float: left;
margin-right: 1em;
}
.tabcontent a:hover, .tabcontent a.selected{
color: black;

/*padding: 6px 8px 8px 9px;*/



}
.tabcontent a{
color: black;
font-weight:bold;
text-decoration:none;
/*padding: 6px 8px 8px 9px;*/
}






.tabs a:hover, .tabs a.selected{
color: black;
background: #fff;
font-weight:bold;
padding: 6px 8px 8px 9px;



}
.tabs a{
color: #fff;
text-decoration:none;
font-weight:bold;
padding: 6px 8px 8px 9px;
}



.tabsc a:hover, .tabsc a.selected{
color: black;
background: #fff;
font-weight:bold;
padding: 6px 8px 8px 9px;



}
.tabsc a{
color: black;
background: #fff;
text-decoration:none;
font-weight:bold;
padding: 6px 8px 8px 9px;
}
