.pad20 .dashbig{
	float: left;
	margin-left: 20px;
	padding-top: 20px;
	text-align: center;
	width: 150px;
	height: 144px;
	background:url('../menu/big-largebut.png') no-repeat;
}
.pad20 .dashbig:hover{
	float: left;
	margin-left: 20px;
	padding-top: 20px;
	text-align: center;
	width: 150px;
	height: 144px;
	background:url('../menu/big-largebut_hover.png') no-repeat;
}

.pad20 .dashbig a img{
	width:80px;
	height:80px;
}

.pad20 .dash{
	float: left;
	margin-left: 15px;
	padding-top: 10px;
	text-align: center;
	width: 106px;
	height: 102px;
	background:url('../menu/largebut.png') no-repeat;
}
.pad20 .dash:hover{
	float: left;
	margin-left: 15px;
	padding-top: 10px;
	text-align: center;
	width: 106px;
	height: 102px;
	background:url('../menu/largebut_hover.png') no-repeat;
}

.pad20 .dash a img{
	width:60px;
}

