@charset "utf-8";
/* CSS Document */

#MainMenu 
{
	height:30px;
	background: #FFFFFF;
	margin:0;
	border:0;
	font-size: 12px;
	padding-left: 2px;
	width:440px;
}

#tab 
{
	margin:0;
	top:0;
}

#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

#tab a 
{
	background: #FFFFFF;
	margin:0;
	padding:0;
	text-decoration:none;
	border-style:solid;
	border-color: #FFFFFF;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:1px;
	border-left-width:0;
	display:block;
	float:left;
}

#tab a span 
{
	display:block;
	padding:0 10px 0 10px;
	font-family:"Trebuchet MS", Verdana;
	font-size:11;
	color:#333333;
	font-weight:bold;
	line-height:30px;
}

#tab a:hover,#tab li.item_active a 
{
	background:#FFF;
	border-color:#FFF;
	margin: 0px 0;
}

#tab a:hover span,#tab li.item_active a span 
{
	color: #01ABCE;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}