  .glowingtabs{
 width:100%;
 /*Add border strip to bottom of menu*/
}

.glowingtabs ul li{margin:0px; padding:0px;}

.glowingtabs ul{
list-style-type: none;
margin:0px;
margin-left:5px; /*Left offset of entire tab menu relative to page*/
padding:0px;
}

.glowingtabs li{
display:inline;
margin:0px;
padding:0px;
float:left;
}

.glowingtabs a{
float:left;
background:url(../images/glowtab-left.jpg) no-repeat left top;
 margin-right: 3px; /*spacing between each tab*/
padding:0 0 0 5px;
text-decoration:none;
cursor:pointer;
 
}

.glowingtabs a span{
float:left;
display:block;
background:url(../images/glowtab.jpg) no-repeat right top;
padding:10px 10px 2px 10px;
height:21px;
color:#666;
font:bold 13px Arial, Helvetica, sans-serif;
text-decoration:none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:left;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: #000000;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -33px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -33px; /*Shift background image up to start of 2nd tab image*/
color: #000000;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -33px; /*Shift background image up to start of 2nd tab image*/
text-decoration:none;
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -33px; /*Shift background image up to start of 2nd tab image*/
text-decoration:none;
