.bg_menu {
	background:url(media/bgmn.jpg) bottom repeat-x;
	height:27px;
}
.glowingtabs1{
	float:left;
	width:995px;
	font:bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left:5px;
	height:26px;
	margin-top:3px;
}

.glowingtabs1 ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

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

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

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

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

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

.glowingtabs1 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;
}

.glowingtabs1 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:#fff;
	height:20px;
	padding-top:6px;
}

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

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