/* Mr Espresso Styles */
#logo { position:absolute;left:50%;top:10px;margin-left:-340px;z-index:1; }
#header_navmenu { margin-left:260px; }

/* Header Navigation (Sprites) */
#header_navmenu ul {list-style:none;}
#header_navmenu li {float:left;text-align:center;width:auto;padding-right:12px;padding-left:12px;}
#header_navmenu li a {display:block;height:23px;text-decoration:none;}
#header_navmenu li a:hover {background-position:0 -23px;}
#header_navmenu li #active_top { background-position:0 -46px; }
#header_navmenu li #active_top a:hover { background-position: 0 -46px; }
.navHome { background:url(../images/nav_mre_home.png) repeat 0 0;width:38px; }
.navAbout { background:url(../images/nav_mre_about.png) repeat 0 0;width:81px; }
.navCatering { background:url(../images/nav_mre_catering.png) repeat 0 0;width:57px; }
.navWholesale { background:url(../images/nav_mre_wholesale.png) repeat 0 0;width:69px; }
.navContact { background:url(../images/nav_mre_contact.png) repeat 0 0;width:51px; }

/* Footer Navigation (Sprites) */
#footer_navmenu ul {list-style:none;margin-left:28px;}
#footer_navmenu li {float:left;text-align:center;width:auto;padding-right:25px;padding-left:25px;}
#footer_navmenu li a {
	display:block;
	height:44px;
	text-decoration:none;
}
#footer_navmenu li a:hover {
	background-position:0 -44px;
}
.navAcademy {
	background:url(../images/nav_footer_academy.png) repeat 0 0;
	width:108px;
}
.navBeanShop {
	background:url(../images/nav_footer_beanshop.png) repeat 0 0;
	width:52px;
}
.navCards {
	background:url(../images/nav_footer_cards.png) repeat 0 0;
	width:101px;
}
.navTeam {
	background:url(../images/nav_footer_team.png) repeat 0 0;
	width:101px;
}
.navForum {
	background:url(../images/nav_footer_forum.png) repeat 0 0;
	width:101px;
}
