.glowingtabs{
float:left;
width:100%;
line-height:normal;
border-bottom: none; /*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;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(media/glowtab-left.gif) no-repeat left top;
margin:0 15px 0 0;
padding:0 0 0 0px;
text-decoration:none;
}

.glowingtabs a span{
background:transparent url(../images/layout/018.png) no-repeat scroll right top;
color:#fff;
display:block;
float:left;
font-size:12pt;
font-weight:bold;
height:26px;
padding:14px 0 0 6px;
position:relative;
text-align:center;
width:103px;}

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

.glowingtabs a:hover span {
color:#2f2f2f;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -40px; /*Shift background image up to start of 2nd tab image*/
}

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

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

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

.tabcontainer{
background-color:#FFFFFF;
clear:left;
height:31px;
width:96%;
position:relative;
left:11px;
width:727px;
}

.tabcontent{
display:none;
}