@charset "utf-8";
/* CSS Document */
/*menu start*/
.w50{
	width:80px;
}
.menu-head li.active a{
	background-color:#0063DC;
	color:#Fff;;
	border:1px solid #ccc;
}
.menu-head{
	margin:0;
	padding:0;
	border:0px;
	list-style:none;
	width:777px;
	text-align: center; 
	margin-right: auto; 
	margin-left: auto;
}
.menu-head li{
	height:15px;
	border:0px;
	margin-right:2px !important;
	margin-right:2px;
	float:left;
	margin-bottom:2px !important;	
	margin-bottom:2px;
}
.menu-head a{
	display:block;
	color:#fff;
	height:16px;
	font-weight: bold;
	font:12px arial;
	text-decoration:none;
	line-height:18px;
	text-align:center;
}
.menu-head a:link{
	color:#fff;
	text-decoration: none; 
}
.menu-head a:visited{
	color:#fff;
	text-decoration: none; 
}
.menu-head a:hover{
	/*color:#57ac63;*/
	color:#FFFF00;
	/*border:1px solid #DDD;
	background-color:#fff;*/
	text-decoration:underline;
	style="filter:alpha(opacity=50); 
}
.menu-head a:active{
	color:#fff;
	text-decoration: none; 
}
/*menu end*/
