#colortab {
/*	position: relative;
	top: 0px;
	left: 0px; */
}
.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}
#dropmenu1_a{
position:absolute;
top: 204;
left: 250px;
width: 250px;
margin-left: 2px;
border: 1px solid black;

}
.dropmenudiv_a{
z-index:100;
background-color: #F0EA4F;
width: 210px;
visibility: hidden;
padding: 3px;
}
.dropmenudiv_a a{
width: auto;
text-decoration: none;
color: #000000;
}
* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
}

.dropmenudiv_b{
position:absolute;
top: 0;
left: 300px;
z-index:101;
background-color: white;
width: 210px;
visibility: hidden;
}
.dropmenudiv_b a{
width: auto;
text-decoration: none;
color: black;
}
* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: white;
}

