#all {
	width:100%;
	margin:0px auto;
	padding:0px 0 0 0;
	color: #000000;
	font-size:16px;	
	background: url(/img/top_bg.jpg) top left repeat-x #f5f5f5;
	float:left;
}
.logo {
	width:344px;
	height:98px;
	background:url(/img/logo_yellow.jpg) no-repeat;
	float:left;
	margin:14px 30px 0 0;
	cursor: hand;
}
		ul.menu {
		margin:45px 0 0 0;
		padding:0px;
		float:left;
	}	
		ul.menu li {			
			display:inline;
			margin:0px 5px 0 0;
			padding:0px;
			float:left;
		}	
			ul.menu li a {
				color:#000000;
				font-size:22px;
				margin:0px;
				padding:10px 13px 10px 13px;
				float:left;
				line-height:20px;
			}	
			ul.menu li a:hover {
				color:#d94344;
				font-size:22px;
				background:#ffd801;
				padding:10px 13px 10px 13px;
				margin:0px;
				text-decoration:none;
				line-height:20px;
				float:left;
			}
			ul.menu li a.selected {
				color:#d94344;
				font-size:22px;
				background:#ffd801;
				padding:10px 13px 10px 13px;
				margin:0px;
				text-decoration:none;
				float:left;
				line-height:20px;
			}
			ul.menu li a.joinus {
				color:#ffff01;
				width:70px;
				height:20px;
				line-height:20px;
				font-size:22px;
				background: url(/img/joinus.png) no-repeat left top;
				padding:10px 32px 10px 15px;
				margin:0px;
				text-decoration:none;
				float:left;
			}
			ul.menu li a:hover.joinus {
				color:#d94344;
				width:70px;
				height:20px;
				line-height:20px;
				font-size:22px;
				background: url(/img/joinus_hover.png) no-repeat left top;
				padding:10px 32px 10px 15px;
				margin:0px;
				text-decoration:none;
				float:left;
			}
		.more {
			margin:0px;
			float:left;
			background:url(/img/more_r.png) right top no-repeat;
			height:24px;
			padding:0 14px 0 0;
			margin:5px 0 0 0;
			float:right;
		}
		.more:hover {
			margin:0px;
			float:left;
			background:url(/img/more_r_hover.png) right top no-repeat;
			height:24px;
			padding:0 14px 0 0;
			float:right;
			margin:5px 0 0 0;
		}		
		
		a.more_g {
				background:#ffd801;
				color:#d94344;
				font-size:16px;
				height:24px;
				line-height:21px;
				vertical-align:middle;
				display:block;
				padding:0px 11px 0 13px;
				text-decoration:none;
			}
	
			a:hover.more_g {
				background:#d94344;
				color:#ffff01;
				font-size:16px;
				height:24px;
				line-height:21px;
				vertical-align:middle;
				display:block;
				padding:0px 11px 0 13px;
				text-decoration:none;
			}
		.send {
			margin:0px;
			float:left;
			background:url(/img/more_r.png) right top no-repeat;
			height:24px;
			padding:0 14px 0 0;
			margin:0px 0 0 20px;
			float:left;
		}
		.send:hover {
			margin:0px;
			float:left;
			background:url(/img/more_r_hover.png) right top no-repeat;
			height:24px;
			padding:0 14px 0 0;
			float:left;
			margin:0px 0 0 20px;
		}		
		
		a.send_g {
				background:#ffd801;
				color:#d94344;
				font-size:16px;
				height:24px;
				line-height:21px;
				vertical-align:middle;
				display:block;
				padding:0px 11px 0 13px;
				text-decoration:none;
			}
	
			a:hover.send_g {
				background:#d94344;
				color:#ffff01;
				font-size:16px;
				height:24px;
				line-height:21px;
				vertical-align:middle;
				display:block;
				padding:0px 11px 0 13px;
				text-decoration:none;
			}
	.footer_in {
		width:100%;
		margin:0px auto;	
		padding:17px 0 0px 0;
		border-top:1px solid #bbb8b8;
		float:left;
		background:#ffff01;
	}	