@charset "UTF-8";
/* menu.css */

ul#mainnav{
	list-style-type:none; margin:0; padding:0;
}
ul#mainnav li{
	float:left;
}
a#home{
	background:url(images/nav/home.png) no-repeat 0 -57px; height:70px; text-indent:-9999px; width:100px; display:block;
}
body.home a#home,a#home:hover{
	background-position:0 0; 
}

a#about{
	 background:url(images/nav/about.png) no-repeat 0 -57px; height:70px; text-indent:-9999px; width:140px; display:block;
}
body.about a#about,a#about:hover{
	background-position:0 0; 
}
a#oursalsa{
	background: #E85B1A; background:url(images/nav/oursalsa.png) no-repeat 0 -57px; height:70px; text-indent:-9999px; width:140px; display:block;
}
body.oursalsa a#oursalsa,a#oursalsa:hover{
	background-position:0 0; 
}

a#order{
	background: #E85B1A; background:url(images/nav/order.png) no-repeat 0 -57px; height:70px; text-indent:-9999px; width:100px; display:block;
}
body.order a#order,a#order:hover{
	background-position:0 0; 
}

a#media{
	background: #E85B1A; background:url(images/nav/media.png) no-repeat 0 -57px; height:70px; text-indent:-9999px; width:100px; display:block;
} 
body.media a#media,a#media:hover{
	background-position:0 0; 
}
a#faqs2{
	background: #E85B1A; background:url(images/nav/faqs2.png) no-repeat 0 -57px; height:70px; text-indent:-9999px; width:100px; display:block;
}
body.faqs2 a#faqs2,a#faqs2:hover{
	background-position:0 0; 
}

a#contact{
	background: #E85B1A; background:url(images/nav/contacts.png) no-repeat 0 -57px; height:70px; text-indent:-9999px; width:140px; display:block;
}
body.contact a#contact,a#contact:hover{
	background-position:0 0; 
}
