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


a.voice1, a.voice1:link, a.voice1:visited {
  float:left;
  color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	text-transform:uppercase;
	width: 100%;
}

.ddcolortabs a:hover{
  color: #000000;
}

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

.dropmenudiv_a{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #f7f7f7;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a.voice2, a.voice2:link, a.voice2:visited {
width: auto;
display: block;
border-top: 0 solid #678b3f;
border-left: 0 solid #CDCDCD;
border-bottom: 1px solid #CDCDCD; /*THEME CHANGE HERE*/
text-decoration: none;
color: #999999;
font-weight: bold;
font-size: 11px;
padding: 5 12 5 12;
}

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

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