.ddcolortabs{
padding: 0;
width: 100%;
/*background: transparent;*/
background-image: url(../images/navibar_fon.gif);
background-repeat:repeat-x;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 12px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
height:26px;
}

.ddcolortabs li{
display:inline;
margin:0 1px 0 0;
margin-top:0px;
padding:0;
/*text-transform:uppercase;*/
font-weight: bold;

}


.ddcolortabs a{
float:left;
color: white;
background: #003366;
height:26px;
margin:0 0px 0 0;
padding:0 0 0px 1px;
text-decoration:none;
letter-spacing: 1px;
background-image: url(../images/navibar_fon.gif);
background-repeat:repeat-x;
border-right:1px solid #003366;
}

.ddcolortabs a span{
float:left;
display:block;
.display:inline;
height:20px; 
padding: 4px 10px 2px 10px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #FFFF66;
color:#000;
background-image: url(../images/navibar_fon2.gif);
background-repeat:repeat-x;
}

.ddcolortabs a:hover span{
background-color: #FFFF66;
background-image: url(../images/navibar_fon2.gif);
background-repeat:repeat-x;
color:#000;
cursor:pointer;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #000;
background-image: url(../images/navibar_fon2.gif);
background-repeat:repeat-x;
color:#000;
cursor:pointer;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 3px;
line-height: 3px;
background: #003366;
border-top: 1px solid #006699; /*Remove this to remove border between bar and tabs*/
margin:0px;
.margin-bottom:-4px; /*IE Hack*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border-left: 1px solid #003366; 
border-right: 1px solid #003366; /*THEME CHANGE HERE*/ 
border-top: 3px solid #FFFF33; /*Top border width. Should match height of .ddcolortabsline above*/
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color:#006699;
width: 300px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #6699FF;
border-bottom: 1px solid #6699FF; /*THEME CHANGE HERE*/
padding: 2px 2px;
text-decoration: none;
color: white;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFF99;
color: black; 
}