.bluetabs{
border-bottom: 0;
}

.bluetabs ul{
clear: both;
width: 758px;				/* 760 - 2 for 1px gutter on each side */
height: 25px;
background-image: url(../images/navigation_bg.gif);
background-repeat: repeat-x;
margin: 0px 0px 0px 1px;
}

.bluetabs li{
float: left;
display: block;
height: 25px; 
background-color: #25b7d1;
text-align: center;
border-right: 1px solid #fff;

}

.bluetabs li a{
float: left;
height: 20px !important;
height: 20px;
padding-top: 5px;
font-size: 11px;
color: #fff;
display: block;
text-decoration: none;
text-transform: uppercase;
border-bottom: none; /*THEME CHANGE HERE*/
}


.bluetabs li a:hover,
.bluetabs li.selected a,
.bluetabs li.selected,
.bluetabs li a.selected,
.bluetabs li.selected a:hover
{
background-color: #0067ab;
}

.bluetabs li#home a { width: 110px; }
.bluetabs li#about a { width: 103px; }
.bluetabs li#classes a { width: 123px; }
.bluetabs li#centers a { width: 125px; }
.bluetabs li#services a { width: 179px; }
.bluetabs li#resources a { width: 112px; }

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 0; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #0067AB;
visibility: hidden;
}

.subhome { width: 110px; }
.subabout { width: 120px; }
.subclasses { width: 123px; }
.subcenters { width: 125px; }
.subservices { width: 179px; }
.subresources { width: 112px; }


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #CCCCCC; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #25B7D1;
}