.ddcolortabs{
padding: 0;
margin-top:125px;
margin-left:100px;

}

.ddcolortabs ul{
font:Bell MT;
font-size:17px;
font-weight:bold;
color:#FFFFFF;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 0px 0 0;
padding:0;
text-transform:capitalize;
text-align:left;
}
.ddcolortabs a{
float:left;
color:#FFFFFF;
margin:0 50px 0 0;
padding:0px 0px 0px 0px;
text-decoration:none;
letter-spacing: 1px;
}
.ddcolortabs a span{
float:left;
display:block;
padding: 0px 0px 0px 0px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background:#FFFFFF;
color:#000000;

}

.ddcolortabs a:hover span{

}

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

}

.ddcolortabsline{
clear: both;
padding: 0;
height: 8px;
line-height: 8px;



border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid#750D04; /*THEME CHANGE HERE*/
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:Bell MT;
line-height:18px;
z-index:100;
background-color:#D66000;
opacity:.90;
filter: alpha(opacity=80);
width: 160px;

visibility: hidden;



}
.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #213e10;
border-bottom: 1px solid #750D04; /*THEME CHANGE HERE*/
padding: 0px 0px 0px;
text-decoration: none;
color:#ffffff;
font-weight:normal;
font-size:18px;
padding:3px 0px 3px 0px;



}
* html .dropmenudiv_a a{ /*IE only hack*/
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/

color:#E1B756;

background-image:url(../images/dropdown.gif); background-repeat:no-repeat; width:160px; height:18px;}
}