
body {
	font-family: Arial, sans-serif;
	font-size: 11px;


}
#wr {
	width:520px;
	margin: 0px auto;
	text-align: left;
	padding-top: 10px;
}
.trigger,.trigger a, #item2.trigger,#item2.trigger a {
	display: block;
	width: 182px;
	height: 32px;
	text-indent: -999999em;
	overflow: hidden;
	float:right
}
.trigger {
	background: url(../imgs/_index_menu/btn.png) no-repeat 0px 7px;
}
.close {
	background: url(../imgs/_index_menu/btn.png) no-repeat 0px -28px;
}
.trigger a:hover {
	background: url(../imgs/_index_menu/btn.png) no-repeat 0px -28px;
}
#item2.trigger{
	background: url(../imgs/_index_menu/btn2.png) no-repeat 0px 7px;
}
#item2.trigger.close {
	background: url(../imgs/_index_menu/btn2.png) no-repeat 0px -28px;
}
#item2.trigger a:hover {
	background: url(../imgs/_index_menu/btn2.png) no-repeat 0px -28px;
}
.cnt {
	display: none;
	padding-top:8px;
	text-align:center;

	
}	
.cnt a {
	padding:5px 2px 5px 0;
	text-decoration:none;
	color:#333;
	}
.cl {
	width: 100%;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}
#item2 .cnt {padding-top:0px}