#pos #top{
	background: #0863B3 url(images/top-bg.png) no-repeat top left;
}
#pos #top .logo{
	background: url(images/logo.jpg) no-repeat top;
}
#pos #content #banner .menu{
	width: 265px;
	height: 265px;	
	float: left;
}
#pos #content #banner .menu ul{
	list-style: none;
	margin: 0; padding: 0;
	position: relative;
}
#pos #content #banner .menu ul .m1,
#pos #content #banner .menu ul .m2,
#pos #content #banner .menu ul .m3,
#pos #content #banner .menu ul .m4{
	width: 81px;	height: 81px;
	position: absolute;
	display: block;
	overflow: hidden;
}
#pos #content #banner .menu ul .m1{	
	top: 92px;
	left: 92px;
}
#pos #content #banner .menu ul .m2{	
	top: 92px;
	left: 178px;
}
#pos #content #banner .menu ul .m3{	
	top: 178px;
	left: 92px;
}
#pos #content #banner .menu ul .m4{	
	top: 178px;
	left: 178px;
}
#pos #content #banner .menu ul .m4 .me,
#pos #content #banner .menu ul .m3 .me,
#pos #content #banner .menu ul .m2 .me,
#pos #content #banner .menu ul .m1 .me{
	width: 81px; height: 81px;
	font-size: 0.75em;
}
#pos #content #banner .menu ul .m4 a,
#pos #content #banner .menu ul .m3 a,
#pos #content #banner .menu ul .m2 a,
#pos #content #banner .menu ul .m1 a{
	width: 81px; height: 81px;
	cursor: pointer;	
	top: 0px; left: 0;
	position: absolute;
}
#pos #content #banner .menu ul .m1 a{
	background: url(images/m-wellness.jpg) no-repeat;
}
#pos #content #banner .menu ul .m1 a:hover{
	background: url(images/m-wellness-n.jpg) no-repeat;
}
#pos #content #banner .menu ul .m2 a{
	background: url(images/m-our-prices.jpg) no-repeat;
}
#pos #content #banner .menu ul .m2 a:hover{
	background: url(images/m-our-prices-n.jpg) no-repeat;
}
#pos #content #banner .menu ul .m3 a{
	background: url(images/m-opening-hours.jpg) no-repeat;
}
#pos #content #banner .menu ul .m3 a:hover{
	background: url(images/m-opening-hours-n.jpg) no-repeat;
}
#pos #content #banner .menu ul .m4 a{
	background: url(images/m-contact.jpg) no-repeat;
}
#pos #content #banner .menu ul .m4 a:hover{
	background: url(images/m-contact-n.jpg) no-repeat;
}


