@charset "utf-8";

#home:hover,
#store:hover,
#products:hover,
#services:hover,
#contact:hover,
#aboutus:hover,
#gallery:hover { background-position: 0 bottom; }

#home {
	width: 99px;
	height: 40px;
	background: url(../../images/sr/home.jpg) no-repeat 0 0;
	display: block;
}

#store {
	width: 58px;
	height: 54px;
	background: url(../../images/sr/store.gif) no-repeat 0 0;
	display: inline-block;
	margin-bottom: 1em;
}

#products {
	width: 54px;
	height: 61px;
	background: url(../../images/sr/products.jpg) no-repeat 0 0;
	display: block;
}

#services {
	width: 100px;
	height: 40px;
	background: url(../../images/sr/services.jpg) no-repeat 0 0;
	display: block;
}

#contact {
	width: 100px;
	height: 40px;
	background: url(../../images/sr/contact.jpg) no-repeat 0 0;
	display: block;
}

#aboutus {
	width: 100px;
	height: 40px;
	background: url(../../images/sr/aboutus.jpg) no-repeat 0 0;
	display: block;
}

#gallery {
	width: 100px;
	height: 40px;
	background: url(../../images/sr/gallery.jpg) no-repeat 0 0;
	display: block;
}
