.glowingtabs{
float:left;
width:100%;
line-height:normal;
border-bottom: 0px solid #7e9fff; /*Add border strip to bottom of menu*/
font-family:arial;
font-size: 11px;
margin-top: 88px;


}

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


}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
color: #60605F;

}

.glowingtabs a{
float:left;
background:url(/media/glowtab-left.png) no-repeat left top;
margin:0;
margin-right: 4px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;

}



.glowingtabs a span{
float:left;
display:block;
background:url(/media/glowtab.png) no-repeat right top;
padding: 5px 12px 3px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* 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-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #3B3B3B;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{

clear: left;
width:90%; /*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;
background-color:#FFFFFF;
background:url(/media/yellow.gif) repeat-x top;
text-align:center;
width: 958px;
height: 20px;
color: #60605F;
padding-top: 6px;
font-family:arial;
font-size: 12px;
margin: 0px;
font-weight: bold;
border-bottom: 2px solid #E0E0E0; /*Add border strip to bottom of menu*/
font-family:  Arial, Helvetica, sans-serif;



}

.tabcontent a:hover{

text-decoration: underline;
font-size: 12px;
}

.tabcontent a:link{

color: #60605F;
font-size: 12px;
}

.tabcontent a:visited{

color: #60605F;
font-size: 12px;
}

.outermost_body {
width:980px;
align:center;
margin:0 auto;

}

top, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #DEE7F4}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}