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

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

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


.ddcolortabs a{
float:left;
color: white; font-weight:600;
background-color:#526A74;
margin:1px 1px 0px 1px; //T ? ? LM separates buttons was all 1px
//margin:0 1px 0 0; 
padding:0 0 1px 1px;
text-decoration:none;
letter-spacing: 0.8px;
}

.ddcolortabs a span{
float:left;
display:block;
background-color:#526A74;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
color:#ffffff;
background-color:#526A74;
}

### added visited, active
.ddcolortabs a:visited {
background-color: #526A74;
color:#ffffff;
}
.ddcolortabs a:active {
background-color: #526A74;
color:#ffffff;
}


.ddcolortabs a:hover{
background-color: #E1E6EA;
color:#ffffff;
}

.ddcolortabs a:hover span{
background-color: #E1E6EA;
color:#526573
}

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

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

/* ######### Style for Drop Down Menu ######### */
/* left margin was -127px changed to 63px  */

.dropmenudiv_a{
position: absolute;
top: 0; margin: 0 0 0 0px;
border: 1px solid #cccccc; /*THEME CHANGE HERE*/
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:12px;
z-index:100;
background-color: white;
width: 120px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 3px;
border-top: 0 solid #526573;
border-bottom: 1px solid #cccccc; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
color: black;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #526573;
color: white;
}