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

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

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
width: 136px;
height: 36px;
}

.ddcolortabs ul li a{
display:block;
margin:0 2px 0 0;
padding:0;
background-image: url(../images/img_07.gif);
background-position: 0 -43px;
width: 136px;
height: 26px;
text-align: center;
vertical-align: middle;
padding-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

.ddcolortabs ul li a.selected{
background-image: url(../images/img_07.gif);
background-position: 0 0px;
}

.ddcolortabs ul li a:active{
background-image: url(../images/img_07.gif);
background-position: 0 0px;
}

.ddcolortabs ul li a:hover{
background-image: url(../images/img_07.gif);
background-position: 0 0px;
text-decoration: none;
color: #FFFFFF;
}


.ddcolortabs a{
float:left;
color: white;

margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

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

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #2E75C7;
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 #FE8E15; /*THEME CHANGE HERE*/
border-top-width: 8px; /*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: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #FE8E15;
border-bottom: 1px solid #FE8E15; /*THEME CHANGE HERE*/
background-color: #FEE4C7;
padding: 5px 0px;
padding-left: 10px;
text-decoration: none;
color: black;
text-align: left;

}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #FE8E15;
color: white;
text-decoration: none;
}