#colortab {
      float:left;
      width:100%;
      background:#EFF4FA url(../images/bg-nav.jpg) repeat-x;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #92AAE8;
	  display: block;
	  zoom: 100%;
}

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

.ddcolortabs ul{
	  font-size: 11px;
	  font-weight: bold;
margin:0;
padding: 0px 10px 0 50px;
list-style:none;
zoom: 100%;
}

.ddcolortabs li{
display: inline;

margin:0;
padding:0;
text-transform:uppercase;
zoom: 100%;
}

.ddcolortabs a{
      float:left;
      background:url("../images/menu.gif") no-repeat left top;
      margin: 0 10px 0 0;
	  padding:0 0 0 5px;
      text-decoration:none;
	  text-transform:uppercase;
	  letter-spacing: 1px;
	  zoom: 100%;
}

.ddcolortabs a span{
      float:left;
      display:block;
      background:url("../images/menu2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
	  zoom: 100%;
}

.ddcolortabs a span{
float:none;
color: #333;
zoom: 100%;
}

.ddcolortabs a:hover {
      background-position:0% -42px;
	  zoom: 100%;
}

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

.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*/
zoom: 100%;
}

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

.dropmenudiv_a{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #ccc;
width: 200px;
visibility: hidden;
   filter: alpha(opacity=80); 
   -moz-opacity: 0.8; 
   -khtml-opacity: 0.8; 
   opacity: 0.8; 
   zoom: 100%;
}


.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: black;
zoom: 100%;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #eee;
color: black;
zoom: 100%;
}