@charset "utf-8";
/* CSS MENU */

#Home, #About, #Products, #Shop , #Cart, #Contact {
	height:30px;
	top:148px;
}

.m1 { background:url(images/menu1.bmp) no-repeat left -9999px; }
.m2 { background:url(images/menu2.bmp) no-repeat left -9999px; }

#Home { left:186px; width:60px; }
#About { left:261px; width:60px; }
#Products { left:346px; width:80px; }
#Shop { left:588px; width:56px; }
#Cart { left:670px; width:54px; }
#Contact { left:748px; width:80px; }

/* HOVER */
#Home:hover { background-position:-6px; }
#About:hover { background-position:-81px; }
#Products:hover { background-position:-166px; }
#Shop:hover { background-position:-408px; }
#Cart:hover { background-position:-490px; }
#Contact:hover { background-position:-568px; }
