#MainMenu 
{
	color:#FFFFFF;
	height:35px;
	/*background: #FFFFFF;*/
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 32px;
	/*padding-left: -13px;*/
	border-style:solid;
	border-color:#641827;
	border-top-width:0;
	border-right-width:0;
	/*border-bottom-width:3px;*/
	border-bottom-width:0px;
	border-left-width:0;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0 1px 0 0 ;
	padding:0;
}
#tab a 
{
	background: url("../images/bright_114.gif") no-repeat right top;	
	margin:0;		
	padding:0;
	padding:0 1px 0 0 ;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("../images/bleft_114.gif") no-repeat left top;
	padding:0 22px 0 22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:35px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFFFFF;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
