.ddcolortabs{
padding: 0;
width: auto;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 14px Arial;
margin:10;
padding:0 0 0 0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0;
padding:0 0 0 0;
text-transform:uppercase;
}

.ddcolortabs a{
float:center;
color: white;
background: url(images/button.png) repeat center center;
margin:0;
padding:7px 33px 7px 33px;
text-decoration:none;
letter-spacing: 0px;
}


.ddcolortabs a span{
float:center;
}

.ddcolortabs a:hover{
background: url(images/press.png) repeat center center;
color: white
}

.ddcolortabs a:hover span{
background: url(images/press.png) repeat center center;
color: white
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background: url(images/press.png) repeat center center;
color: white;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: auto;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #ffffff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0px;
border: 0px solid #898888; /*THEME CHANGE HERE*/
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 2px;
border-left-width: 0px;
font:normal 12px Arial;
line-height:25px;
z-index:100;
background-color: FFD4D4;
width: auto;
float: center;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: inline;
text-indent: 5px;
border-left: 1px solid white;
border-right: 0px solid white;
padding: 4px 11px 4px 11px;
text-decoration: none;
color: black;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #F12A77;
color: white;
}