.menuHolder { width:960px; margin:0 auto}

.glowingtabs{
float:left;
width:940px;
line-height:normal;
padding:7px 10px 0 10px;
margin:0 auto;
text-align:center;
}

.glowingtabs ul{
list-style-type: none;
margin:0 auto;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
text-align:center
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a {
display:block;
float:left;
margin:0;
height:50px;
width:170px;
padding: 0 8px;
text-decoration:none;
text-transform:uppercase;
color:#efe3db;
font:17px/48px Tahoma;
text-align:center;
background:url(../img/menu-bg.png) no-repeat center;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover, .glowingtabs a.current {
	background:url(../img/menu-bg-a.png) no-repeat center;
}

.tabcontainer{
clear: left;
height:50px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
	display:none;
}
.subMenu {
	float:left;
	background:url(../img/submenu-bg.png) no-repeat;
	height:50px;
	line-height:46px;
	font-size:17px;
	color:#efe3db;	
	text-align:center;
}

.subMenu {margin:0 26px; width:905px}

.subMenu a {color:#efe3db; text-decoration:none;}
.subMenu a:hover { color:#FF9900 }
