ul#menu {
	width: 1000px;
	height: 37px;
	margin: 0 auto;
    list-style-type: none;
	overflow: auto;
	clear: both;
	background: #f5feed;
}
#menu li{
    display: block;
    overflow: hidden;
    float: left;
    height: 37px;
}
#menu a{
	display: block;
	height: 37px;
	text-indent:-9999px;
}
				#home {
					background: url(menu/home.jpg);
					width: 200px;
				}
				#home:hover {
					background-position: center;
				}
#flowers {
	background: url(menu/flowers.jpg);
	width: 200px;
}
#flowers:hover {
	background-position: center;
}
				#baskets {
					background: url(menu/baskets.jpg);
					width: 200px;
				}
				#baskets:hover {
					background-position: center;
				}
#outdoors {
	background: url(menu/outdoors.jpg);
	width: 200px;
}
#outdoors:hover {
	background-position: center;
}
				#directions {
					background: url(menu/directions.jpg);
					width: 200px;
				}
				#directions:hover {
					background-position: center;
				}
/*************breadcrumb**************/
		body#homenav a#home, 
		body#flowersnav a#flowers,
		body#basketsnav a#baskets,
		body#outdoorsnav a#outdoors,
		body#directionsnav a#directions {
			background-position: bottom;
		}