.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.hkn_col_tab{
	margin: 0;
	padding: 0;
	margin-bottom: -5px;
}

* html .hkn_col_tab{ /*IE only hack*/
margin-bottom: -4px;
}

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

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
/* text-transform:uppercase; */
}


.ddcolortabs a{
float:left;
color: white;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 28px 8px 26px 7px;
font-weight: bold;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background: #F2F2F2;
color: #000000;
}

.ddcolortabs a:hover span{
}

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

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #F2F2F2;
border-top: 1px 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;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #cccccc; /*THEME CHANGE HERE*/
font:normal 11px tahoma;
line-height:14px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
text-align: left;
color: #555555;
padding: 5px;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: #555555;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
color: #cc3300;
text-decoration: underline;
}