.ddcolortabs {
margin: 5px 0 2px 0;
padding: 0;
font: normal 12px/30px Arial, Helvetica, sans-serif;
width: 100%;
font-size: 100%;
line-height: normal;
}
	
.ddcolortabs ul {
margin: 0;
padding: 5px 0 0 10px;
list-style: none;
}

.ddcolortabs li {
display: inline;
margin: 0;
padding: 0;
}

.ddcolortabs a {
float: left;
background: url(template/tableft14.gif) no-repeat left top;
margin: 0;
padding: 0 0 0 4px;
text-decoration: none;
}
	
.ddcolortabs a span {
float: left;
display: block;
background: url(template/tabright14.gif) no-repeat right top;
padding: 6px 15px 5px 14px;
color: #666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.ddcolortabs a span {float: none;}
/* End IE5-Mac hack */

.ddcolortabs a:hover span, .ddcolortabs li.selected a span{
color: #000;
}

.ddcolortabs a:hover, .ddcolortabs li.selected a{
background-position: 0% -42px;
}

.ddcolortabs a:hover span, .ddcolortabs li.selected a span{
background-position: 100% -42px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

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

.dropmenudiv_a{
position: absolute;
top: 0;
border: 1px solid #666666; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 1px;
font: normal 12px/30px Arial, Helvetica, sans-serif;
font-size: 100%;
line-height: 24px;
text-align: left;
z-index: 100;
background-color: #EEEEEE;
width: 200px;
visibility: hidden;
}

.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #0000CC;
}

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

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