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

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

.ddcolortabs li{
display:inline;
margin:0;
padding:0;
}


.ddcolortabs a{
background: transparent;
float:left;
font-weight:normal;
margin:0;
/*margin-right: 5px;*/
padding:0 0 0 9px;
text-decoration:none;
line-height:2.4em;
height:34px;
}

.ddcolortabs a:hover{
    background:url(../images/menu/slide-left.png) no-repeat left top;
    height:34px;
    }
    
.ddcolortabs a span{
float:left;
display:block;
/*background:url(../images/menu/slide-right.gif) no-repeat right top;*/
padding:2px 13px 2px 4px;
margin:0;
font-weight:bold;
color:#3B3B3B;
height:30px;
}

.ddcolortabs a:hover span{
background:url(../images/menu/slide-right.png) no-repeat right top;
}



.ddcolortabs .selected  a { /*currently selected tab*/
background:url(../images/menu/slide-left.png) no-repeat left top;
}

.ddcolortabs .selected a span{ /*currently selected tab*/
background:url(../images/menu/slide-right.png) no-repeat right top;
}

.ddcolortabs .selected  .dropmenudiv  a {
    background: #FFFFFF url('../images/menu/bg_default_smenus.gif') repeat-x top left;
    }

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background-color: white;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
    position:absolute;
    top: 0;
    border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
    border-bottom-width: 0;
    /*font:normal 16px Arial;*/
    line-height:2.2em;
    z-index:100;
    background-color: white;
    background-image:none;
    width: 200px;
    visibility: hidden;
    padding: 0;
    margin:0;
}

.dropmenudiv a font {
    background: #FFFFFF url('../images/menu/bg_default_smenus.gif') repeat-x top left;
}

.dropmenudiv a {
    float:none;
    
    background-image:none;
    width: 200px;
    display: block;
    overflow:hidden; 
    text-indent: 10px;
    border-top: 0 solid #4C4C4C;
    border-bottom: 1px solid silver; /*THEME CHANGE HERE*/
    padding: 0;
    margin:0;
    text-decoration: none;
    color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #FFFFFF url('../images/menu/bg_hover_smenus.png') repeat-x top left;
/*background-color: #CCCCCC;*/
color: black;
}


