/* CSS Document */


#MainMenu 
{
	position: absolute;
	height:25px;
	
	margin:0;
	border:0;
	left:65px;
	top:132px;
	z-index:555;
	width:850px;
	
}
h2 {
	font-size:9px;
}

#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0 10px 0 0 ;
	padding:0;
}
#tab a 
{
	background:url("../images/bright_099.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("../images/bleft_099.gif") no-repeat left top;
	padding:0 13px 0 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4c4c;
	line-height:25px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:4d4d4d;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#4c4c4c;
	font-style:normal;
	text-decoration:none;
}

