/* index-menu */

#Locationswrap { background: url(../images/index/Locations_Click.gif); }
#Purchasewrap { background: url(../images/index/Purchase_Click.gif); }
#Projectswrap { background: url(../images/index/Projects_Click.gif); }
#Aboutwrap { background: url(../images/index/About_Click.gif); }
#Contactwrap { background: url(../images/index/Contact_Click.gif); }
#Cart_Iconwrap { background: url(../images/cart/Cart_Click.png);}


#Locations {
	position:absolute;
	left:45px;
	top:77px;
	width:157px;
	height:23px;
	background: url(../images/index/Locations.gif);
}

#Locations:link { background: url(../images/index/Locations.gif); }
#Locations:hover { background: url(../images/index/Locations_Click.gif); }


#Purchase {
	position:absolute;
	left:202px;
	top:77px;
	width:157px;
	height:23px;
	background: url(../images/index/Purchase.gif);
}

#Purchase:link { background: url(../images/index/Purchase.gif); }
#Purchase:hover { background: url(../images/index/Purchase_Click.gif); }

#Projects {
	position:absolute;
	left:359px;
	top:77px;
	width:148px;
	height:23px;
	background: url(../images/index/Projects.gif);
}

#Projects:link { background: url(../images/index/Projects.gif); }
#Projects:hover { background: url(../images/index/Projects_Click.gif); }

#About {
	position:absolute;
	left:507px;
	top:77px;
	width:161px;
	height:23px;
	background: url(../images/index/About.gif);
}

#About:link { background: url(../images/index/About.gif); }
#About:hover { background: url(../images/index/About_Click.gif); }

#Contact {
	position:absolute;
	left:668px;
	top:77px;
	width:161px;
	height:23px;
	background: url(../images/index/Contact.gif);
}

#Contact:link { background: url(../images/index/Contact.gif); }
#Contact:hover { background: url(../images/index/Contact_Click.gif); }

#Cart_Icon {
	position:absolute;
	left:800px;
	top:40px;
	width:32px;
	height:32px;
	background: url(../images/cart/Cart.png);
}

#Cart_Icon:link { background: url(../images/cart/Cart.png); }
#Cart_Icon:hover { background: url(../images/cart/Cart_Click.png);}

#Cart_Number {
	position:absolute;
	left:700px;
	top:47px;
	width:100px;
	font-family: "Helvetica", "Arial", Sans-Serif;
	font-size: 14px;
	color: #696969;
	text-align: right;
	text-decoration: none;
}
#Cart_Number:hover {
	text-decoration: underline;
	color: #99ccff;
}
/* index-menu END*/