.glowingtabs {
	float:left;
	width:100%;
	line-height:normal;
}
.glowingtabs ul {
	list-style-type: none;
	margin:0;
	margin-left: 8px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}
.glowingtabs ul li {
	display:inline;
	margin:0!important;
	padding:0 !important;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;

}
.glowingtabs a {
	float:left;
	margin:0!important;
	padding:0 !important;
	margin-left:3px;
	text-decoration:none;
   background-image:url(../images/tabs_whyxebia.png);
	background-position:100% 100%;
		width: 70px;
	height:24px;
	text-align:center;
}
/*.glowingtabs a span {
	display:block;
	background-image:url(../images/tabs_whyxebia.png);
	background-position:100% -24px;
	margin:0!important;
	padding:0 !important;
	width: 70px;
	height:24px;
	color:#3B3B3B;
	text-align:center;
	font-size:10px;
	text-decoration:underline;
	font-weight:bold;
}*/
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {
	float:none;
	text-decoration:none !important;
}
/* End IE5-Mac hack */
.tabcontent span.orange a {
	font-size:12px;
	color:#ff9c00;
	font-weight:normal;
	text-decoration:underline;
}
.glowingtabs a:hover  {
		background-position:100% -26px; /*Shift background image up to start of 2nd tab image*/

	color: black;
	text-decoration:none !important;
}
.glowingtabs a.current { /*Selected Tab style*/
	background-position:0 -24px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs a.current  { /*Selected Tab style*/
	background-position:100% -24px; /*Shift background image up to start of 2nd tab image*/
	color: black;
}
.glowingtabs a:hover { /*onMouseover style*/
	background-position:0% -24px; /*Shift background image up to start of 2nd tab image*/
	text-decoration:none !important;
}
.glowingtabs a:hover span { /*onMouseover style*/
	background-position:100% -24px; /*Shift background image up to start of 2nd tab image*/
}
.tabcontainer {
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.tabcontent {
	display:none;
}
