/* - - - - - - - - - - - - - - - - - - - - -
Title : Neway Nice - Horizontal Menu style sheet
URL : www.neway-nice.com
Author : Pierre Jahan - JahanDesign.com
Created : 1/07/06
- - - - - - - - - - - - - - - - - - - - - */

.menulist { margin:0; }
.menulist li { float:left; position:relative; }
.menulist a { display:block; height:60px; text-decoration:none; background-repeat:no-repeat; background-position:0 0; }
.menulist a span { display:none; }
.menulist a:hover, .menulist a.rubon:hover { background-position:0 -60px; border:none; }
.menulist a.rubon { background-position:0 -120px; border:none; }
.menulist a#gammes { background-image:url(../img/nav_02.gif); width:165px; }
.menulist a#exclus { background-image:url(../img/nav_03.gif); width:165px; }
.menulist a#news { background-image:url(../img/nav_04.gif); width:165px; }
.menulist a#le_shop { background-image:url(../img/nav_01.gif); width:165px; }
.menulist ul { visibility:hidden; position:absolute; top:62px; left:15px; width:150px; background-color:#fcfcfc; border:1px solid #aaa; }
.menulist ul ul { top:0; left:140px; }
.menulist ul li { float:none; }
.menulist ul a { text-indent:0; height:auto; padding:0 2px; font-size:1.1em; color:#777; }
.menulist ul a:hover, 
.menulist ul a.rubon, 
.menulist ul a.rubon:hover { border:none; background-color:#ffd; color:#333; }
.menulist a .subind { display:none; }
.menulist ul a .subind { display:block; float:right; }
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a { float:left; }
.menulist ul a { float:none; }
/* \*/
.menulist a { float:none; }
/* */

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li { float:left; height:1%; }
* html .menulist  ul a { height:1%; }
/* End Hack */
