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

.ddcolortabs ul{
font: normal 12px Trebuchet MS, Arial, Helvetica, sans-serif;
text-align: center;
margin:0;
padding:0;
color: white;
font-weight: bold;
list-style:none;
}

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


.ddcolortabs a{
float:left;
color: white;
/*background: #1c9607 url('images/color_tabs_left.gif') no-repeat left top;*/
background: transparent url('images/tabs-background.png') no-repeat left top;
text-decoration:none;
line-height: 14px;
letter-spacing: 1px; margin-left:0; margin-right:0px; margin-top:0; margin-bottom:0; padding-left:3px; padding-right:0px; padding-top:0px; padding-bottom:1px
}

.ddcolortabs a span{
width: 70px;
color: white;
float:left;
display:block;
background: url('images/color_tabs_right.gif') no-repeat right top;
padding-left:7px; padding-right:8px; padding-top:2px; padding-bottom:2px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
/* background-color: #08B2E6; */
    background: transparent url('images/tabs-background-hover.png') no-repeat 0 0;
}

.ddcolortabs a:hover span{
/*background-color: #08B2E6;*/
    color: #047700;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
/* background-color: #08B2E6; */
background-color: transparent;
}

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

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

.dropmenudiv_a{
margin-top: -1px;
border-left:1px solid #047700; border-right:1px solid #047700; border-top:1px solid #047700; border-bottom:1px solid #047700; position:absolute;
top: 0; /*THEME CHANGE HERE*/
border-bottom-width: 1; /*Top border width. Should match height of .ddcolortabsline above*/
line-height: 18px;
z-index:100;
background-color: #E5FBC8;
width: 200px;
visibility: hidden; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Arial
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 10px;
border-top: 1px dotted #047700;
border-bottom: 0px solid #047700; /*THEME CHANGE HERE*/
text-decoration: none;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
color: #047700; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #1c9607;
color: #E5FBC8;
}

/* style for second set */

#ddcolortabs1 {
position: relative;
top: -21px;
left: 675px;
margin-left: 4px;
padding: 0;
width: 70%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#ddcolortabs1 ul{
font: normal 12px Trebuchet MS, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs1 li{
display:inline;
margin:0 2px 0 0;
padding:0;
}


#ddcolortabs1 a{
float:left;
color: white;
/*background: #08B2E6 url(images/color_tabs_left.gif) no-repeat left top;*/
background: transparent url(images/tabs-background-small.png) no-repeat left top;
margin:0 0px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs1 a span{
width: 80px;
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs1 a span{
float:none;
}


#ddcolortabs1 a:hover{
/*background-color: #1c9607;*/
}

#ddcolortabs1 a:hover span{
/*background-color: #1c9607;*/
}

#ddcolortabs1 #current a, #ddcolortabs1 #current span{ /*currently selected tab*/
/*background-color: #1c9607;*/
}

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