/* CSS Document */

#bakeryrollovers:hover {
	height:37px;
	background-position:0 -37px;
	display:block;
	padding:0;
	margin:0;
}

.breadssbkgd {
	width:125px;
	height:37px;
	background-image:url(images/bakery/breads.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-5000px;
	display:block;
}

.cakesbkgd {
	width:125px;
	height:37px;
	background-image:url(images/bakery/cakes.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-5000px;
	display:block;
}

.piesbkgd {
	width:125px;
	height:37px;
	background-image:url(images/bakery/piesandpastries.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-5000px;
	display:block;
}

.weddingcakesbkgd {
	width:125px;
	height:37px;
	background-image:url(images/bakery/weddingcakes.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-5000px;
	display:block;
}

.cookiesbkgd {
	width:125px;
	height:37px;
	background-image:url(images/bakery/cookies.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-5000px;
	display:block;
}