#MainMenu2 
{
	width:100%;
	height:24px;
	background: #FFFFFF;
	margin:0;
	border:0;
}
#tab2 
{
	margin:0;
	top:0;
}
#tab2 ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab2 li 
{
display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab2 a 
{
	background:#000000 url("images/bright_023.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab2 a span 
{
	display:block;
	background:url("images/bleft_023.gif") no-repeat left top;
	padding:0 18px 0 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#FFFFFF;
	font-weight:bold;
	line-height:24px;
}
#tab2 a:hover,#tab2 li.item_active a 
{
	background-position:right bottom;
	border-color:#000000;
}
#tab2 a:hover span,#tab2 li.item_active a span 
{
	background-position:left bottom;
	color:#000099;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
