.pMenu{
	width: 174px;
	height: auto;
	background-color: #FFF;
	position: relative;
	margin: 0;
	box-shadow: 0 3 3px #00ABD8;
    -moz-box-shadow: 0 0 3px #00ABD8;
    -webkit-box-shadow: 0 0 3px #00ABD8;
    border-radius: 10px;
	overflow: hidden;
	font-size: 18px;
}
.pMenu2{
	height: 54px;
}
.pMenu .h{
	clear: both;
}
.actMenu1, .actMenu2{
	width: 174px;
	height: 125px;
	font-size: 18px;
	color:#fff;
}
.actMenu1 .space, .actMenu2 .space{
	height: 5px;
}
.actMenuM1, .actMenuM3{
	width: 174px;
	height: 54px;
	background-color: #00ABD8;
	text-align: center;
	line-height: 54px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	border-radius: 10px;
}
.actMenuM3{
	background-color: #00ABD8;
}
.actMenuM2{
	width: 174px;
	height: 54px;
	background-color: #8DD7EB;
	text-align: center;
	border-radius: 10px;
	line-height: 54px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	
}

.actMenu1 .actMenuS1, .actMenu2 .actMenuS1, .actMenu1 .actMenuS3, .actMenu2 .actMenuS3{
	margin: 20px auto 0px;
	width: 140px;
	height: 44px;
	line-height: 44px;
	background-color: #00ABD8;
	text-align: center;
	border-radius: 10px;
}
.actMenu1 .actMenuS2, .actMenu2 .actMenuS2{
	margin: 20px auto 0px;
	width: 140px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 10px;
	background-color: #8DD7EB;
}