#MainMenu 
{
	height:26px;
	background:#FFF;
	border-color:#4D9FBE;
	border-style:solid;
	border-width:0 0 4px;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0 1px 0 0;
	padding:0;
}
#tab a 
{
	background:#000 url(images/bright_095.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(images/bleft_095.gif) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:700;
	line-height:26px;
	padding:0 13px;
}
#tab a:hover,#tab li.item_active a,#tab li a.current
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span,#tab li a.current span
{
	background-position:left bottom;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}

