.glowingtabs{
width:734px;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:13px;
padding-top:1px;
margin:0 auto 0 auto;}

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

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

.glowingtabs a{ /* left tab part */
float:left;
background:url(../images/menu-tab-left.jpg) no-repeat left bottom;
margin:0;
margin-right: 3px; /*spacing between each tab*/
padding:0 0 0 10px; /* spacing on the left tab part */
text-decoration:none;}

.glowingtabs a span{ /* right tab part */
float:left;
display:block;
background: url(../images/menu-tab.jpg) no-repeat right bottom;
padding: 10px 10px 5px 0px; /* 0 Xpx 0 0 spacing on the right tab part */
font-weight:bold;
color:#fff;}

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

.glowingtabs a:hover span {
color: #814a1e;}

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

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