.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;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}


.ddcolortabs a{
float:left;
color: white;
margin:0px;
padding:0px 0px 0px 6px;
text-decoration:none;
letter-spacing: 0px;
background: url(media/glowtab-left.gif) no-repeat left top;

}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/glowtab.gif) no-repeat right top;
padding: 5px 10px 5px 5px;
margin:0px 0px 0px 0px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.ddcolortabs a span {float:none;}
/* End IE5-Mac hack */

.ddcolortabs a:hover span {
color: white;
}

.ddcolortabs li.selected a{ /*Selected Tab style*/
/*background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.ddcolortabs li.selected a span{ /*Selected Tab style*/
/*background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: white;
}

.ddcolortabs a:hover, .ddcolortabs li.selected a:hover{ /*onMouseover style*/
/*background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.ddcolortabs a:hover span, .ddcolortabs li.selected a:hover span{ /*onMouseover style*/
/*background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.ddcolortabs a:link{
background-color:#FFFFFF
}
.ddcolortabs a:hover{
background-color:#FFFFFF
}

.ddcolortabs a:hover span{
background-color:#FFFFFF
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
display:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #666666; /*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:#333333;
width: 180px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-align:left;
text-indent: 5px;
border-top: 0 solid #222222;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover, .dropmenudiv_a a:active { /*THEME CHANGE HERE*/
background-color:#333333;
color: white;
text-align:left
}