.glowingtabs{
	width:900px;
	font:bold 12px Arial, Helvetica, sans-serif;
	height:26px;
	background:#0170E3;
}

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

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

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

.glowingtabs a span{
	float:left;
	display:inline-block;
	background:url(media/topmn_imgright.gif) no-repeat right top;
	padding-left:0px;
	padding-right:20px;
	height:20px;
	padding-top:6px;
	color:#000;
}

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

.glowingtabs a:hover span {
	color: black;
}

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

.glowingtabs a.current span{ /*Selected Tab style*/
	background:url(media/topmn_imgright_over.gif) right no-repeat;/*Shift background image up to start of 2nd tab image*/
	color:#ff9c00;
	height:20px;
	padding-top:6px;
}

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

.glowingtabs a:hover span{ /*onMouseover style*/
	background:url(media/topmn_imgright_over.gif) right no-repeat;
	color:#000;
	text-decoration:none;
	display:inline-block;
}
