/* CSS Document for main menu on top */
#menu {
	height: 34px;
}
	#menu ul {
		width: 750px;
	}
	#menu li {
		width: auto;
	}
	#menu li, #menu li a {
		height: 34px;
		display: block;
		float: left;
		line-height: 34px;
		vertical-align: middle;
	}
	#menu li, #menu li a {
		float: left;
	}
	#menu a span {
		display: none;
	}


/* ALL MENU ITEMS */

a#air {
	width: 50px;
	background: url(../images/3but-air.jpg) center left no-repeat;
}
a#water {
	width: 53px;
	background: url(../images/2but-water.jpg) center left no-repeat;
}
a#bed {
	width: 38px;
	background: url(../images/2but-bed.jpg) center left no-repeat;
}
a#baby {
	width: 45px;
	background: url(../images/2but-baby.jpg) center left no-repeat;
}
a#cleaning {
	width: 72px;
	background: url(../images/2but-cleaning.jpg) center left no-repeat;
}
a#gifts {
	width: 47px;
	background: url(../images/2but-gifts.jpg) center left no-repeat;
}
a#building {
	width: 70px;
	background: url(../images/2but-building.jpg) center left no-repeat;
}
a#bookscds {
	width: 79px;
	background: url(../images/2but-books.jpg) center left no-repeat;
}
a#hometests {
	width: 84px;
	background: url(../images/3but-hometests.jpg) center left no-repeat;
}
a#emf {
	width: 40px;
	background: url(../images/3but-emf.jpg) center left no-repeat;
}
a#pet {
	width: 36px;
	background: url(../images/2but-pet.jpg) center left no-repeat;
}
a#furniture {
	width: 79px;
	background: url(../images/2but-furniture.jpg) center left no-repeat;
}
a#sale {
	width: 57px;
	background: url(../images/3but-sale.jpg) center left no-repeat;
}

