.menu{
	width:780px;
	float:none;
	margin:0 auto;
	color:#000;
	margin-top:15px;
	overflow:hidden;
}
.menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu ul li a {
	margin-right:10px;
	cursor:hand
}
.menu ul li a span.l{
	background:url(../images/b_l.jpg) no-repeat;
	width:20px;
	height:38px;
	float:left
}
.menu ul li a span.m{
	background:url(../images/b_m.jpg) repeat-x;
	padding:12px 4px!important;
	padding:6px 0;
	text-align:center;
	float:left;
}

.menu ul li a span.r{
	background:url(../images/b_r.jpg) no-repeat;
	width:20px;
	height:38px;
	float:left
}
.menu ul li a.active span.l, .menu ul li a:hover span.l{
	background:url(../images/w_l.jpg) no-repeat;
	width:20px;
	height:38px;
	float:left
}
.menu ul li a.active span.m, .menu ul li a:hover span.m{
	background:#fff;
	padding:12px 4px!important;
	padding:6px 0;
	text-align:center;
	float:left;
	color:#000
}
.menu ul li a.active span.r, .menu ul li a:hover span.r{
	background:url(../images/w_r.jpg) no-repeat;
	width:20px;
	height:38px;
	float:left;
}
.submenu{
	float:left;
	font-size:11px;
	margin-left:70px
}
.submenu a{
	margin-right:5px;
	cursor:hand;
	text-decoration:none;
	font-weight:bold;
	float:left
}
.submenu a span.l{
	background:url(../images/sub_g_l.jpg) no-repeat;
	width:12px;
	height:30px;
	float:left
}
.submenu a span.m{
	background:url(../images/sub_g_m.jpg) repeat-x;
	padding:9px 4px 8px 4px;
	text-align:center;
	float:left;
	color:#333;
}
.submenu a span.r{
	background:url(../images/sub_g_r.jpg) no-repeat;
	width:12px;
	height:30px;
	float:left
}
.submenu a:hover span.l , .submenu a.active span.l{
	background:url(../images/sub_gr_l.jpg) no-repeat;
	width:12px;
	height:30px;
	float:left
}
.submenu a:hover span.m , .submenu a.active span.m{
	background:url(../images/sub_gr_m.jpg) repeat-x;
	padding:9px 4px 8px 4px;
	text-align:center;
	float:left;
	color:#fff
}
.submenu a:hover span.r,.submenu a.active span.r{
	background:url(../images/sub_gr_r.jpg) no-repeat;
	width:12px;
	height:30px;
	float:left
}






