#MainMenu {
	width:900px;
	height:24px;
	background:url(../images/bmid_008.gif);
	border:0;
	margin:0;
}
#tab ul {
	margin:0 0px;
}
#tab li {
	display:inline;
	margin:0;
}
#tab a {
	background:#000 url(../images/bright_008.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
}
#tab a span {
	display:block;
	background:url(../images/bleft_008.gif) no-repeat left top;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:900;
	line-height:24px;
	padding:0 23px;
}
#tab a:hover,#tab li.item_active a {
	background-position:right bottom;
	border-color:#FFF;
}
#tab a:hover span,#tab li.item_active a span {
	background-position:left bottom;
	color:#FFF;
	font-weight:900;
	font-style:normal;
	text-decoration:none;
}
