.ddcolortabs{
border-bottom: 0px solid white;
}

.ddcolortabs ul{
padding: 0px 0;
margin-left: 10px;
margin-top:0px;
margin-bottom: 0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;d
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.ddcolortabs li a{
text-decoration: none;
padding: 9px 4px;
margin-right: 1px; 
border: 0px solid #778;
color: #666666;
text-transform:uppercase;

 /*THEME CHANGE HERE*/
}

/*.ddcolortabs li a:visited{
color: #666666;
}*/

.ddcolortabs li a:hover{
text-decoration: none;
color: #000000;
background-color:#eaeaea;
}

.ddcolortabs li.selected{
}

.ddcolortabs li.selected a{ /*selected main tab style */
/*background-image: url(media/bluetabactive.gif); THEME CHANGE HERE*/
border-bottom-color: white;
}

.ddcolortabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 0px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 0px;

z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
float:left;
text-align:left;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #666666;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #dcfbd1;
}
