.colortabs{
padding: 0;
width: 100%;
height:10px;
position: relative;
margin-top:-25px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.colortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.colortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.colortabs a{
float:right;
color: white;
font-weight:bolder;
background: url(../images/norm_left.gif) no-repeat left top;
margin:0 0 0 2px;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

.colortabs a span{
float:right;
display:block;
background: url(../images/norm_right.gif) no-repeat right top;
padding: 6px 8px 3px 7px;
}

.colortabs a span{
float:none;
}

.colortabs a:hover{
color:black;
font-weight:bolder;
}

.colortabs a:hover span{
color: black;
font-weight:bolder;
}

.colortabs a.current, #colortabs a.current span{ /*currently selected tab*/
color: black;
font-weight:bolder;
}

.colortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #66020E ;
}

.tabcontainer{
color:white;
position: relative;
margin-top:10px;
margin-left:2px;
margin-right:1px;
padding:0px 0 0 0;
background: #000000 url("../images/bar.gif");
width:100%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}


.tabcontent{
display:none;
float : right;
margin:0 2px 0 0;
padding:0 0 0 0;
background: #000000 url("../images/bar.gif");
}

.tabcontent a{
text-decoration:none;
color:white;
font: normal 11px Arial, Verdana, sans-serif;
}
.tabcontent a:hover{
text-decoration:none;
color:black;
font: normal 11px Arial, Verdana, sans-serif;
}