.glowingtabs{
float:left;
font: 12px Arial, Arial, Helvetica, sans-serif;
line-height:normal;
padding:0;
margin-top:5px;
/*border-bottom: 1px solid #19316C; Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 6px; /*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(../images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 25px; /*spacing between each tab*/
padding:0 0 0 5px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../images/glowtab.gif) no-repeat right top;
padding: 5px 12px 1px 3px;
font-weight:normal;
color:#19316C;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: #fff;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -21px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -21px; /*Shift background image up to start of 2nd tab image*/
color: #fff;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -21px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -21px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
text-align:left ;
width:790px; /*width of 2nd level sub menus*/
height:1.2em;/*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
	text-align:center;
	color:#666032;
	padding:0 0 0 40px;
}
.tabcontent a, .tabcontent a:link, .tabcontent a:visited {
	color:#fff;
	font:0.70em "Lucida Grande", Verdana, sans-serif;
	text-decoration:none;
	margin:0 5px;
	padding:0;
	}
.tabcontent a:hover {
	color:#FBE34B;
	font:0.70em "Lucida Grande", Verdana, sans-serif;
	text-decoration:none;
	padding:0;
	}
.active {
	color:#FBE34B !important;
}

.selected {
	color:#EEBF48;
	}