


.bluetabs{
border-bottom: 1px solid gray;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url('media/bluetab.gif') repeat-x top left; /*THEME CHANGE HERE*/; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;

}




.bluetabs li.selected{
border-bottom-color: white
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url('media/bluetabactive.gif'); /*THEME CHANGE HERE*/
border-bottom-color: white
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
border-bottom-color: white
}


.tabcontainer{
clear: left;
width:30%; /*width of 2nd level sub menus*/
/*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*height:1.5em; /
}
.tabcontent{
display:none
}
.tabcontent a:hover{
text-decoration: underline;


}