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

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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
font:normal 12px Arial;
line-height:18px;
z-index:100;
text-align:left;
background-color: white;
width: 220px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
text-align:left;
display: block;
height:20px;
text-indent: 5px;
border-top: 0 solid #678b3f;
text-decoration: none;
color: black;
font-family:Verdana;
font-weight:bold;
font-size:10px;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background:url(../images/inner-Home-page_37.jpg) repeat-x;
color: white;
}