.glowingtabs   {
	color: #aacde8;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-transform: uppercase;
	margin-left: 10px;
	width: 100%;
	float: left }

.glowingtabs ul {
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0 }

.glowingtabs li{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display:inline;
	margin:0;
	padding:0;
}

.glowingtabs a  {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url("/csstabloid/media/glowtab-left.png") no-repeat left top;
	text-transform: uppercase;
	margin: 0 5px 0 0;
	padding: 0 0 0 5px;
	float: left }

.glowingtabs a span  {
	color: #aacde8;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url("/csstabloid/media/glowtab.png") no-repeat right top;
	text-transform: uppercase;
	display: block;
	padding: 6px 6px 5px 3px;
	float: left }

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

.glowingtabs a:hover span {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

.glowingtabs a.current{ /*Selected Tab style*/
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	color: #fff;
}

.glowingtabs a:hover{ /*onMouseover style*/
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainerblk{
	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.*/
}

.tabcontentblk{
	display:none;
}
