
.furnitureMenu {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:475px;
	height:200px;
	overflow: hidden;
}

.furnitureMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;
	}
	
.furnitureMenu ul li {
	width: 95px;
	float: left;
	display: block;
	overflow: hidden;
	background-image: none !important;
}

.furnitureMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 200px;
}

.furnitureMenu ul li#classroom a {
	background: url(../images/Classroom.jpg) repeat scroll 0%;
  
}

.furnitureMenu ul li#industrial_arts a {
	background: url(../images/Industrial_Arts.jpg) repeat scroll 0%;

}

.furnitureMenu ul li#it a {
	background: url(../images/IT.jpg) repeat scroll 0%;
  
}

.furnitureMenu ul li#office a {
	background: url(../images/Office.jpg) repeat scroll 0%;

}

.furnitureMenu ul li#staffroom a {
	background: url(../images/Staffroom.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}

