.glowingtabs{
float:left;
width:100%;
line-height:normal;
height:28px;
/* border-bottom: 1px solid #B6BCC0; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
height:28px;
}

.glowingtabs li{
background:url(tabs/tab_start1.gif) no-repeat left top;
float:left;
display:inline;
margin:0;
padding:0 0 0 2px;
height:28px;
}

.glowingtabs a{
float:left;
margin:0;
background:url(tabs/tab0.gif) no-repeat left top;
margin-right: 3px; /*spacing between each tab*/
padding:0 0 0 3px;
text-decoration:none;
height:28px;
}

.glowingtabs a span{
float:left;
display:block;
background:url(tabs/tab0.gif) no-repeat right top;
padding: 5px 12px 2px 3px;
font-weight:bold;
color:#3B3B3B;
height:28px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none; }
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;

}

.glowingtabs a.current{ /*Selected Tab style*/
background:url(tabs/tab2.gif) no-repeat right top;
}

.glowingtabs a.current span{ /*Selected Tab style*/
background:url(tabs/tab2.gif) no-repeat right top ;
color: black;

}

.glowingtabs a:hover{ /*onMouseover style*/
background:url(tabs/tab2.gif) no-repeat right top;

}

.glowingtabs a:hover span{ /*onMouseover style*/
background:url(tabs/tab2.gif) no-repeat right top;

}

.tabcontainer{
clear: left;
width:95%; /*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:block;
}

