/* General rules */

#containerMenuGroup {
/*	margin-top: -538px;
	padding: 115px 267px 0px 75px;*/
	margin-top: -423px;
	padding: 0px 267px 0px 75px;
	height: 405px;
	position:relative;
	z-index: 2;
	overflow: hidden;	
}

#menuGroup {
	width: 100%;
	height: 300px;
	margin-right: -192px;
	position: relative;
	float: left;
	/*padding-right: 192px;*/
	/*background-color:#690;*/
}

#item1 {
	float: left;
	width: 20%;
	height: 258px;
	/*background-color: #630;*/
	position: absolute;
	z-index: 5;
	padding-top: 95px;
}

#item2 {
	float: left;
	width: 20%;
	height: 320px;
	/*background-color:#969;*/
	position: absolute;
	padding-left: 25.5%;
	z-index: 4;
}

#item3 {
	float: left;
	width: 35%;
	min-width: 270px;
	height: 360px;
	/*background-color: #099;*/
	position: absolute;
	padding-left: 45%;
	padding-top: 25px;
	z-index: 3;
}

#item4 {
	float: left;
	width: 25%;
	height: 375px;
	/*background-color:#FC9;*/
	position: absolute;
	padding-left: 80.5%;
	z-index: 2;
	padding-top: 27px;
}

#item5 {
	float: left;
	width: 192px;
	height: 320px;
	/*background-color: #C33;*/
	/*margin-left: 192px;*/
	position: absolute;
	padding-left: 100%;
	padding-top: 60px;
	z-index: 1;
}

#item1 .images {
	background: url('images/onMenuPirateMap.png') no-repeat;
	white-space: nowrap;
	display: block;
}

#item2 .images {
	background: url('images/onMenuStatue.png') no-repeat;
	white-space: nowrap;
	display: block;
}

#item3 .images {
	background: url('images/onMenuInformationTree.png') no-repeat;
	white-space: nowrap;
	display: block;
}

#item4 .images {
	background: url('images/onMenuTelephoneGirl.png') no-repeat;
	white-space: nowrap;
	display: block;
}

#item5 .images {
	background: url('images/onMenuNewsBoy.png') no-repeat;
	white-space: nowrap;
	display: block;
}



.images {
	position: absolute;
}

.images a {
	display: block;
	color: #000000;
}

#item1 a,
#item1 img{
	width: 200px;
	height: 258px;
}

#item2 a,
#item2 img{
	width: 156px;
	height: 320px;
}

#item3 a,
#item3 img{
	width: 270px;
	height: 360px;
}

#item4 a,
#item4 img{
	height: 375px;
}

#item5 a,
#item5 img {
	width: 192px;
	height: 320px;
}

* html a:hover {
	visibility: visible;
}

#item1 a:hover img, 
#item2 a:hover img,
#item3 a:hover img,
#item4 a:hover img,
#item5 a:hover img{
	visibility: hidden;
}

#footer-wrapper {
	padding-bottom: 50px;
}

#newsHome {
	min-height: 250px;
	background-color: #d79737;
	margin-bottom: 50px;
	text-align: center;
}

#galleryHome {
	min-height: 250px;
	background-color: #d79737;
	margin-bottom: 50px;
	text-align: center;
}
