a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.menu_on {
	float: left;
	height: 34px;
	background: #85B6CE url('../images/menu_bg_on.png') repeat-x top left;
	padding: 0 34px;
	line-height: 34px;
	font-size: 13px;
	color: #FFF;
	cursor: pointer;
}
.menu_off {
	float: left;
	height: 34px;
	background: #ECECEC url('ss../images/menu_bg_off.png') repeat-x top left;
	padding: 0 34px;
	line-height: 34px;
	font-size: 13px;
	color: #3F6279;
	cursor: pointer;
}
.box {
	margin: 10px 0;
	border: 1px solid #DCDCDC;
	background-color: #F8F8F8;
}
.box .header{
	background: transparent url('../images/box_top.png') repeat-x top left;
}
.boxitem {
	margin: 8px 0;
	padding: 0 20px;
	background: transparent url('../images/box_arrow.png') no-repeat 10px 7px;
	line-height: 15px;
	font-size: 12px;
}
.boxitem a {
	color: #464641;
}
