#supertour{
	width: 788px;
	height: 574px;
}
#lb_iframe{
	position: absolute;
	top: 162px;

}
#supertour_iframe{
	position: absolute;
	top: 162px;
	width: 788px;
	margin-left: 27px;
}
#tour_links_wrapper{
	position: absolute;
	left: 0;
	top: 516px;
	width: 100%;
	z-index: 100;
	text-align: center;
}
#tour_links{
	margin: 0 auto;
	width: 756px;
	text-align: left;
	position: relative;
}
#tour_links h1{
	width: 482px;
	text-align: center;
	text-transform: uppercase;
	color: #4d4521;

}

#tour_links #floorplan{
	position: absolute;
	top: 0;
	right: 0;
}

/* Floorplan Dropdown */
#floorplan a, #floorplan a:hover, #floorplan a:visited{
	color: #413d22;
	font-size: .7em;
	text-transform: uppercase;
	text-decoration: none;

}
#floorplan .button{
	border: 1px solid #7f7650;
	background-color: #fbf8e3;
	height: 23px;

}
#floorplan .button img{
	margin: 3px;
}
#floorplan ul { /* all lists */

}
#floorplan li { /* all list items */
	float: left;
	position: relative;
	width: 161px;
	list-style: none;
}
#floorplan li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 24px;
	left: -1px;
	background-color: #afab87;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
}
#floorplan li ul li{
	border-bottom: 1px solid #FEFCBF;
	height: auto;
	display: block;
}
#floorplan li ul li a{
	padding: 5px;
	display: block;
}
* html #floorplan li ul li a{/* pushes standards compliant browsers out by padding width */
	width: 100%;
	margin-right: -10px;
}
#floorplan ul li a:hover{
	background-color: #48431f;
color: white;
}
#floorplan li:hover ul, #floorplan li.over ul { /* lists nested under hovered list items */
	display: block;
}
#floorplan .hidden{/* Hides text */
	display: none;
}
#floorplan li ul li{
	width: 163px;
}










