.ddcolortabs{
padding: 0 3px 0 3px;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: bold 11px Arial;
margin: 0px 3px 1px 4px;
padding: 0px 4px 0px 5px;
list-style:none;
}

.ddcolortabs li{
display: inline;
margin:0 1px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: #dbd4f8;
background: #130f32 no-repeat left top;
margin:0 1px 0 1px;
padding:1px 1px 2px 2px;
text-decoration:none;
letter-spacing: 0px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent no-repeat right top;
padding: 2px 5px 2px 4px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #cec4f9;
color: #0b0133;
}

.ddcolortabs a:hover span{
background-color: #cec4f9;
color: #0b0133;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #cec4f9;
color: #0b0133;
}

.ddcolortabsline{
clear: both;
padding: 0px;
width: 100%;
height: 6px;
line-height: 6px;
background: #130f32;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #130f32; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 1px;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #cec4f9;
width: 160px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #cec4f9; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #130f32;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #f1fe5e;
color: #130f32;
}