#logogrille {
	/* float: left; NOT needed for NB/* added to align restaurant buttons */
    display:block; 
    display: inline; /* IE6 double margin hack */
	height:120px;
	margin-left:0px;
	margin-top:0px;
	padding-top:0px; /* margin-top deletes background from wrapper */
	padding-right:0px;
}
#logogrille ul {margin:0; padding:0; list-style-type:none;}
#logogrille li {float:left; margin-right:0px; display:block; width:260px; }
#logogrille li.list1 {background:transparent url(/images/template/logogrillemouseover.gif);}
#logogrille a {display:block; width:260px; padding-top:120px; height:0px; color:#000; text-decoration:none; overflow:hidden;}
* html #logogrille a:link, * html #logogrille a:visited {height:120px; he\ight:0;}

#logogrille a#item1 {background:transparent url(/images/template/logogrillemouseover.gif) -260px -120px no-repeat;}

#logogrille a#item1:hover {background-position:top right; z-index:50;}

* html #logogrille a:hover {height:120px; he\ight:0;}










