.ddcolortabs{
padding: 21px 0 0 75px;

background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}


.ddcolortabs ul{
font-size: 14px;
margin:0;
padding:0;
list-style:none;
}

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


.ddcolortabs a{
float:left;
color: #aeb7ba;
/*background: url(highlightleft.gif) no-repeat left top;*/
margin:0 16px 0 0;
padding:0 0 0px 3px;
text-decoration:none;
/*letter-spacing: 1px;*/
}

.ddcolortabs a span{
float:left;
display:block;
/*background: transparent url(highlightright.gif) no-repeat right top;*/
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
color:white;

background: url(hlleft.jpg);
background-repeat:no-repeat;
background-position:left;
background-color: #516169;
}

.ddcolortabs a:hover span{

background: transparent url(hlright.jpg);
background-repeat:no-repeat;
background-position:right;
background-color: #516169;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #516169;
color:white;
}

.ddcolortabs .selected a {
background: transparent url(hlleft.jpg) no-repeat left top;
background-color: #516169;
}

.ddcolortabs .selected a span{
background: transparent url(hlright.jpg) no-repeat right top;
background-color: #516169;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 22px;
line-height: 8px;
/*background: black;
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 transparent; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font-size:12px;
/*line-height:18px;*/
z-index:100;
/*background-color: white;*/
width: 200px;
visibility: hidden;
background-image:url(ddbg.jpg);
background-position:top left;
background-repeat:repeat-x;
background-color:#FFF;
padding-top:20px;
}

.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #c4c4c4; /*THEME CHANGE HERE*/
border-left: 1px solid #333;
border-right: 1px solid #333;
line-height:30px;
padding: 2px 5px;
text-decoration: none;
color: #333;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #d7d7d7;
color: #333;
padding-left:8px;
}
