.colorcodes{
margin-bottom: 0px;
}

.colorcodes ul{
padding: 3px 10px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.colorcodes li{
display: inline;
margin: 0;
}

.colorcodes li a{
text-decoration: none;
padding: 3px 20px 2px 20px;
margin: 0;
margin-right: -5px; /*distance between each tabbars*/
border-left: 1px solid #DDD;
color: #ffffff;
font: bold 14px Arial;

}

.colorcodes li a:visited{
color: #ffffff;
}

.colorcodes li a:hover, .colorcodes li a.current{
background-color: #C85E35;
color: #ffffff;
}

#tabbarscontentcontainer{
width:95%; /*width of 2nd level content*/
height:0.5em; /*height of 2nd level content.*/
}

.tabbarscontent{
display:none;
}

.tabbarsone
{
background: #006699 url(../tab_images/tabbars1.gif) top right no-repeat;
}
.tabbarstwo
{
background: #660099 url(../tab_images/tabbars2.gif) top right no-repeat;
}
.tabbarsthree
{
background: #0099CC url(../tab_images/tabbars3.gif) top right no-repeat;
}
.tabbarsfour
{
background: #222222 url(../tab_images/tabbars4.gif) top right no-repeat;
}
.tabbarsfive
{
background: #CCCC66 url(../tab_images/tabbars5.gif) top right no-repeat;
}
.tabbarssix
{
background: #66FF66 url(../tab_images/tabbars6.gif) top right no-repeat;
}