/* Settings for magnifying the Floor Plan image */

#menu {
}

#menu a.p1, #menu a.p1:visited {
	display:block; 
	float: left;
	clear: left;
	width: 390px;
	border: 1px rgb(60%,60%,60%) solid;
	margin: 0;
	padding: 5px 5px 2px 5px;
	text-align: center;
	background-color: rgb(90%,90%,90%);
}

#menu a img {
	border:0;
}

#menu a.p1:hover {
	text-decoration:none; 
	background-color:#8c97a3; 
	color:#000;
}

#menu a .large {
	display:block; 
	position:absolute; 
	width:0; 
	height:0; 
	border:0; 
	top:0; 
	left:0;
}

#menu a.p1:hover .large {
	display:block; 
	position:absolute; 
	float: right;
	clear: right;
	top:65px; 
	left:20px; 
	width:600px; 
	height:500px; 
	border: 1px rgb(60%,60%,60%) solid;
}

#small_menu {
}

#small_menu a_small.p1_small, #small_menu a_small.p1_small:visited {
	display:block; 
	float: left;
	clear: left;
	width: 390px;
	border: 1px rgb(60%,60%,60%) solid;
	margin: 0;
	padding: 5px 5px 2px 5px;
	text-align: center;
	background-color: rgb(90%,90%,90%);
}

#small_menu a_small img {
	border:0;
}

#small_menu a_small.p1_small:hover {
	text-decoration:none; 
	background-color:#8c97a3; 
	color:#000;
}

#small_menu a_small .largeb {
	display:block; 
	position:absolute; 
	width:0; 
	height:0; 
	border:0; 
	top:0; 
	left:0;
}

#small_menu a_small.p1_small:hover .largeb {
	display:block; 
	position:absolute; 
	float: right;
	clear: right;
	top:65px; 
	left:150px; 
	width:600px; 
	height:500px; 
	border: 1px rgb(60%,60%,60%) solid;
}


#summer_menu {
}

#summer_menu a.summer, #summer_menu a.summer_menu:visited {
	display:block; 
	float: left;
	clear: left;
	width: 660px;
	border: 1px rgb(60%,60%,60%) solid;
	margin: 0;
	padding: 5px 5px 2px 5px;
	text-align: center;
	background-color: rgb(90%,90%,90%);
}

#summer_menu a img {
	border:0;
}

#summer_menu a.summer_menu:hover {
	text-decoration:none; 
	background-color:#8c97a3; 
	color:#000;
}

#summer_menu a .large {
	display:block; 
	position:absolute; 
	width:0; 
	height:0; 
	border:0; 
	top:0; 
	left:0;
}

#summer_menu a.summer_menu:hover .large {
	display:block; 
	position:absolute; 
	float: right;
	clear: right;
	top:65px; 
	left:50px; 
	width:1000px; 
	height:438px; 
	border: 1px rgb(60%,60%,60%) solid;
}