.ddcolortabs{
width: 980px;
background:#fff;
float:left;
text-align:right;
voice-family: "\"}\"";
voice-family: inherit;
}
.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
background:#fff;
list-style:none;
width: 980px;
text-align:right;
font-weight: normal;

}
.ddcolortabs li{
display:inline;

text-align:right;
margin:0 0px 0 2px;
padding:0;
font-weight: normal;
}
.ddcolortabs a{
float:right;
color: #FFF;
background: #AA4347 url(media/color_tabs_left.gif) no-repeat left bottom;
margin:0 0 0 2px;
padding:0 0 1px 3px;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
letter-spacing: 1px;
font-weight: normal;
}
.ddcolortabs a span{
float:right;
display:block;
padding: 4px 7px 2px 7px;
margin:0 0 0 2px;
}
.ddcolortabs a span{
float:none;
}
.ddcolortabs a:hover{
background-color: #BF6065;
color:#FFF;
text-decoration:none;
}
.ddcolortabs a:hover span{
background-color: #BF6065;
}
.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #FFFFFF;
}
.ddcolortabsline{}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #8EB5C2; /*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;
margin-top:1px;
width: 200px;
visibility: hidden;
}
.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #000000;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}
* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
color: black;
}