.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
list-style-type: none;margin:0;margin-left: 90px; padding:0 40px 0 0;margin-top:20px;margin-bottom:0px;float:right;
}

.ddcolortabs li{display:inline;margin:0;padding:0;}

.ddcolortabs a span{
float:left;display:block;background:url(../images/rt.gif) repeat-x right;padding: 9px 16px 6px 16px;font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;font-size:13px; font-weight:bold; color:#c9f464; cursor:pointer;}

.ddcolortabs a{float:left;margin:0;padding:0px;text-decoration:none;}

.ddcolortabs a span{float:none;}

.ddcolortabs a:hover{background:url(../images/hover_lt.gif) no-repeat left;padding:0px 0px 0px 6px;}

.ddcolortabs a:hover span{background:url(../images/hover_rt.gif) repeat-x right;color:#fff; cursor:pointer;padding: 9px 16px 6px 10px;}


/*style for left corner*/
.ddcolortabs li.lt{float:left;background:url(../images/lt.gif) repeat-x left;}
.ddcolortabs a.lt{background:url(../images/lt_lt.gif) no-repeat left;padding-left:6px;}
.ddcolortabs span.lt{float:left;background:url(../images/rt.gif) no-repeat right;margin:0;margin-right: 0px;text-decoration:none;padding:9px 16px 6px 10px;}
.ddcolortabs a.lt:hover{clear:both;background:url(../images/hover_lt_lt.gif) no-repeat left;}


/*style for right corner*/
.ddcolortabs li.rt{background:url(../images/lt.gif) right no-repeat;float:left;}
.ddcolortabs a.rt{background:url(../images/lt.gif) repeat-x left;}
.ddcolortabs a span.rt{float:left;background:url(../images/rt_rt.gif) no-repeat right;margin:0;margin-right: 0px;text-decoration:none;padding-right:14px;}
.ddcolortabs a.rt:hover{background:url(../images/hover_lt.gif) no-repeat left; padding-left:6px;z-index:1;}
.ddcolortabs a:hover span.rt{float:left;background:url(../images/hover_rt_rt.gif) no-repeat right;margin:0;margin-right: 0px;text-decoration:none;}

.ddcolortabs .selected a{ /*currently selected tab*/
background-color: #9fdeff;}

#ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #9fdeff;}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 0px 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 #0541a7; /*THEME CHANGE HERE*/ /*Top border width. Should match height of .ddcolortabsline above*/
font:normal 13px "Trebuchet MS",  Arial,;
line-height:18px;
z-index:100;
background-color: #4571bc;
width: 150px;
color:#fff;
visibility: hidden;
}

.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #6c91c4; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #7bd1fe;
color: #1a3f8b;
}