#MainMenu 
{
	height:31px;
	background:#FFF url(bas2.gif);
	BACKGROUND-POSITION: 0px 0px;
	border:0;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin-left:30;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a, #tab a item_head
{
	background:#000 url(bas2.gif);
	BACKGROUND-POSITION: 0px 0px;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right : 1px solid #cccccc;
}
#tab li.item_head, #tab li.item_head_active
{
 cursor:pointer;
}
#tab a span 
{
	display:block;
	background:url(bas2.gif) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#404040;
	font-weight:700;
	line-height:25px;
	padding:0 9px;
}
#tab li.item_active a,#tab li.item_head_active a,#tab li.item_active a span, #tab li.item_head_active a span
{
BACKGROUND-POSITION: 0px 0px;
color:#6600ff;
}
#tab a:hover,#tab a:hover span
{
	COLOR: #6600ff;  TEXT-DECORATION: underline
}