.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
margin-left: 5px;
margin-right: 5px;
font: bold 12px Arial;
list-style-type: none;
text-align: left;
padding-left: 280px;
}

.ddcolortabs li{
display: inline;
margin: 0;
cursor:pointer;cursor:hand;
}


.ddcolortabs li a{
        text-align: center;
	color: #FFFFFF;
	background-image: url(../images/menu_inner_02c.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 20px;
	width: 99px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
        cursor:pointer;cursor:hand;
}





.ddcolortabs li a:hover, .ddcolortabs li a.current{
        text-align: center;
	color: #FFFFFF;
	background-image: url(../images/menu_inner_01c.jpg);
	background-repeat: no-repeat;
	margin: 0px;

	height: 20px;
	width: 99px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	cursor:pointer;cursor:hand;

}

.ddcolortabs li a:active{
        text-align: center;
	color: #999999;
	margin: 0px;

	height: 20px;
	width: 99px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	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;
text-decoration:none;
/*padding: 6px 8px 8px 9px;*/
}






.tabs a:hover, .tabs a.selected{
color: #1c72a1;
background: #fff;
padding: 6px 8px 8px 9px;



}
.tabs a{
color: #258ec7;
text-decoration:none;
padding: 6px 8px 8px 9px;
}





