@CHARSET "UTF-8";

#top .menu{
	width: 100%;
	height: 44px;
	background: url('../images/menu_bg.png');	
}

#top .menu .main{
	width: 560px; 
}

#top .menu .item{
	float: left;
	list-style: none;
	font-size: 12px;
	color: #869c82;
	padding: 14px 25px; 
}

#top .menu .active.item{
	background-image: url('../images/menu_btn_active.png');
	background-position: center bottom; 
	background-repeat: no-repeat;
} 

#top .menu .item:hover, #top .menu .active.item{
	color: #ffffff;
}