.ddcolortabs ul{
margin:0;
padding:0;
font:normal 12px Arial;
border:none
}

.ddcolortabs a{
float:left;
color: hidden;
font:normal 12px Arial;
border:none
}

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

.dropmenudiv_a{
position:absolute;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:13px;
z-index:100;
background-color: black;
visibility: hidden;
width: 130px;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #f1d4a8; /*LINE IN DROP DOWN MENU*/
padding: 1px 0;
text-decoration: none;
color: white;
}

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

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