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

.ddcolortabs ul{
font: normal 12px Comic Sans MS;
margin:0;
padding:0;
list-style:none;
}

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


.ddcolortabs a{
float:left;
color: #9b9b9b;
margin:0 0px 0 0;
padding:5 0 5px 0px;
text-decoration:none;
letter-spacing: 1px;
background-image:url(../img/menu-bg.png);
width: 148px;
Font-weight: bold;
text-align:center
}

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

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{

}

.ddcolortabs a:hover span{

}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
width: 148px;
background-image:url(../img/menu-active-bg.png);
color: white;
Font-weight: bold;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 0px;
height: 0px;
line-height: 0px;
background: #8a3c3d;
border-top: 0px solid #fff; /*Remove this to remove border between bar and tabs*/
}

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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 0px solid black; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 14px Arial;
line-height:18px;
z-index:100;
background-color: #ff9a00;
width: 230px;
visibility: hidden;
padding:8px 0px 0px 8px;

}

.subMenuBlockBot{
	height:13px;
	background-image:url(../img/menu-bottom.gif);
	position:relative;
	top:13px;
	left:-8px;
	width: 238px;
	
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 25px;
border-top: 0 solid #678b3f;
border-bottom: 0px solid #678b3f; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
Font-weight: bold;
color: #2c2c37;
background: #ff9a00 url(../img/nozh-orang.gif) no-repeat 5px;

}

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


}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
color: #9d2100;
}
