




#menuES {
	width:140px; height:181px;
	background:url(zims/backgrounds/bg_menuES.gif) 0 0 transparent no-repeat; 
	float:left;position:relative;
}
#menuES li { 
	width:140px; margin:0; padding:0; list-style:none;
	display:block;
	position:absolute; left:0;
}

#menuES li a { 
	display:block;margin:0; padding:0; 
	background-image:url(zims/backgrounds/bg_menuES.gif);
	background-color:transparent;
	
}

#menuES li a span { display:none; }


	#item-restaurant  { height:35px; top:0; }
	#item-menu       { height:30px; top:35px;  }
	#item-carte       { height:27px; top:65px; }
	#item-infos       { height:29px; top:92px; }
	#item-seminaires  { height:27px; top:121px; }
	#item-contact     { height:33px; top:148px }

	#item-restaurant a { height:35px; background-position:0px 0px; }
	#item-menu a       { height:30px; background-position:-0 -35px; }
	#item-carte a      { height:27px; background-position:-0 -65px; }
	#item-infos a      { height:29px; background-position:-0 -92px; }
	#item-seminaires a { height:27px; background-position:-0 -121px; }
	#item-contact a    { height:33px; background-position:-0 -148px; }

	#item-restaurant a:hover { height:35px; background-position:-140px 0px; }
	#item-menu a:hover       { height:30px; background-position:-140px -35px; }
	#item-carte a:hover      { height:27px; background-position:-140px -65px; }
	#item-infos a:hover      { height:29px; background-position:-140px -92px; }
	#item-seminaires a:hover { height:27px; background-position:-140px -121px; }
	#item-contact a:hover    { height:33px; background-position:-140px -148px; }
	
