.ddcolortabs{
padding: 0;
width: 845px;
background: transparent;

}

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

}

.ddcolortabs li{
display:inline;
margin:0 0px 0 0;
padding:0px 0px 0px 0px;
}


.ddcolortabs a{
float:left;
color: white;
background:url(../images/backmenu.jpg) repeat-x;
/*--top right rounded corner--*/
	-moz-border-radius-topright:5px;
	-khtml-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	/*--top left rounded corner--*/
	-moz-border-radius-topleft:5px;
	-khtml-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
margin:0 1px 0 0;
padding:3px 0px 0px 0px;
text-decoration:none;

letter-spacing: 1px;
color: #3d3e3f;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 4px 22px 9px 21px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
color: #000;
}

.ddcolortabs a:hover span{
color:#000;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/

}



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

.dropmenudiv_a{
position:absolute;
top: 0;
margin-left:-112px;
font-size:11px;
line-height:18px;
z-index:100;
background:url(../images/backsubmenu.jpg);
/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
width: 300px;
visibility: hidden;

}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: black;
font-weight:100;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #608bad;
color: #fff;
}