.glowingtabs {
	float:left;
	width:940px;
	line-height:normal;
	font:bold 12px/14px Helvetica, Arial, Verdana, sans-serif;
	border-bottom:1px solid #D7D7D7;
}
.glowingtabs ul {
	margin:0px 0px 0px 10px; /*Left offset of entire tab menu relative to page*/
	padding:0px;
	list-style-type:none;
}
.glowingtabs li {
	display:inline;
	margin:0px;
	padding:0px;
}
.glowingtabs a {
	float:left;
	background:url(/images/common/acctapptab-left.gif) no-repeat left top;
	margin:0px -15px -1px 0px;
	padding:0px 0px 0px 5px;
	text-decoration:none;
}
.glowingtabs a span {
	float:left;
	display:block;
	background:url(/images/common/acctapptab.gif) no-repeat right top;
	padding:5px 30px 3px 3px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {
	float:none;
	text-decoration:none;
}
/* End IE5-Mac hack */
.glowingtabs a:hover span {
	color:black;
	text-decoration:none;
}
.glowingtabs a.current { /*Selected Tab style*/
	background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
	text-decoration:none;
	outline:none;
}
.glowingtabs a.current span { /*Selected Tab style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	border-bottom:1px solid #FFFFFF;
	color:black;
	text-decoration:none;
}
.glowingtabs a:hover { /*onMouseover style*/
	background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
	z-index:100;
	text-decoration:none;
}
.glowingtabs a:hover span { /*onMouseover style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	text-decoration:none;
}
.glowingtabs a:visited span, .glowingtabs a.visited, .glowingtabs a:visited { /*onMouseover style*/
	text-decoration:none;
}
.tabcontainer {
	clear:left;
	width:100%; /*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;
	margin:0px;
	padding:9px 5px 11px 15px;
	font:normal 11px/14px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	background:url(/images/sitetemplate/subtab_background.png) no-repeat bottom left;
}
.tabcontainer a:active, .tabcontainer a:focus {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}