.glowingtabs{
	font:bold 12px Arial, Helvetica, sans-serif;
	width:598px;
	height:24px;
	background:url(bg_bt.gif) bottom repeat-x;
	line-height:normal;
}

.glowingtabs ul{
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
}

.glowingtabs li{
	display:inline;
	margin:0;
	padding:0;
	height:24px;
}

.glowingtabs a{
	float:left;
	background:url(topmn_imgleft.gif) no-repeat left top;
	margin:0;
	margin-right:2px; /*spacing between each tab*/
	padding:0 0 0 5px;
	text-decoration:none;
	color:#fff;
}

.glowingtabs a span{
	float:left;
	display:inline-block;
	background:url(topmn_imgright.gif) no-repeat right top;
	padding-left:15px;
	padding-right:23px;
	line-height:24px;
	font-weight:bold;
	color:#fff;

}

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

.glowingtabs a:hover span {
color:#851e1e;
}

.glowingtabs a.current{ /*Selected Tab style*/
	background:url(topmn_imgleft_over.gif) left no-repeat;/*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
	background:url(topmn_imgright_over.gif) right no-repeat;/*Shift background image up to start of 2nd tab image*/
	color:#851e1e;
}

.glowingtabs a:hover{ /*onMouseover style*/
	background:url(topmn_imgleft_over.gif) left no-repeat;
	text-decoration:none;
	color:#851e1e;
/*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
	background:url(topmn_imgright_over.gif) right no-repeat;
	color:#851e1e;
	text-decoration:none;
/*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
	clear: left;
	font:normal 12px Arial, Helvetica, sans-serif;
	text-align: justify;
	padding:5px;
	width:586px;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	margin-bottom:5px;
	clear:both;
	position:relative;
}

.tabcontent{
	display:none;
	
}

