.ddcolortabs{
voice-family: "\"}\"";
voice-family: inherit;
}
.ddcolortabs a{
color: white;
text-decoration:none;
letter-spacing: 1px;
}
.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
.dropmenudiv_a{
	position:absolute;
	margin-top: 12px;
	border: 1px solid #C0C0C0; /*THEME CHANGE HERE*/
	border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	visibility: hidden;
	}
.dropmenudiv_a a{
display: block;
text-indent: 5px;
border-top: 0 solid #0080a5;
border-bottom: 1px solid #C0C0C0; /*THEME CHANGE HERE*/
padding: 0px 5px 0px 5px;
text-decoration: none;
color: black;
text-align:left;
}
.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background:url(../images/navbg.jpg) repeat-x;
color: white;
}