.ddcolortabs{
padding-top: 0;
width: 1200px;
height: 21px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
margin-top: 9px;
margin-bottom: 0px;
margin-left: 25px;
vertical-align:bottom;
}


.ddcolortabs ul{
font: bold 12px Arial, Helvetica, sans-serif;
margin:0;
padding:0;
list-style:none;
vertical-align:bottom;

}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}


.ddcolortabs a{
float:left;
color: #fff;
margin:0 6px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background-color: #6b7b0e;
padding: 6px 10px 6px 10px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #6b7b0e;
color: white;

}

.ddcolortabs a:hover span{
background-color: #2b56a4;
color: white;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #2b56a4;
color: white;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 1px;
line-height: 1px;
background: white;
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 #042644; /*THEME CHANGE HERE*/
border-top-width: 4px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #ffffff;
width: 125px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #042644;
border-bottom: 1px solid #042644; /*THEME CHANGE HERE*/
padding: 2px 2px;
text-decoration: none;
color: #042644;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #8aa8c2;
color: white;
}
