#floatleft {
  float: left;
  width: 305px;
  margin: 0 5px 0 5px;
}
#floatright {
  float: right;
  width: 305px;
  margin: 0 5px 0 5px;
}

#menuform label
{
width: 4em;
float: left;
text-align: right;
margin-right: 5px;
margin-bottom: 2px;
display: block
}

#menuform submit, #menuform input
{
margin-left: 0.5em;
margin-bottom: 2px;
}

#mm_walls {
	height: 20px;
	width: 115px;
	background-image: url(../_img/mm/mm_walls.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display:block;
	overflow:hidden;
	padding-top: 20px;
	height:0px !important;
	height /**/:20px; /* for IE5/Win only */
}

#mm_doors {
	height: 20px;
	width: 115px;
	background-image: url(../_img/mm/mm_doors.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display:block;
	overflow:hidden;
	padding-top: 20px;
	height:0px !important;
	height /**/:20px; /* for IE5/Win only */
}

#mm_floors {
	height: 20px;
	width: 115px;
	background-image: url(../_img/mm/mm_floors.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display:block;
	overflow:hidden;
	padding-top: 20px;
	height:0px !important;
	height /**/:20px; /* for IE5/Win only */
}

#mm_accessories {
	height: 20px;
	width: 115px;
	background-image: url(../_img/mm/mm_accessories.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display:block;
	overflow:hidden;
	padding-top: 20px;
	height:0px !important;
	height /**/:20px; /* for IE5/Win only */
}
