.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: 0px;
	margin-left: -1px;
	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 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	visibility: hidden;
	}
.dropmenudiv_a a{
display: block;
border-top: 0 solid #0080a5;
border-bottom: 1px solid #C0C0C0; /*THEME CHANGE HERE*/
text-decoration: none;
color: black;
padding-left: 8px;
padding-right: 8px;
text-align: left;
}
.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background:url(../images/background_colour.GIF) repeat-x;   
font:normal 11px Arial;
color: white;
padding: 2px 8px 2px 8px;
text-align: left;
}