/****************************************/
/* MAISON DES ARTS DU GRÜTLI			*/
/* DÉPARTEMENT DES AFFAIRES CULTURELLES */
/* VILLE DE GENČVE						*/
/****************************************/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/*GENERAL*/
.menu {position:relative;width:700px;height:60px;z-index:100;font-family:Verdana, Arial, Helvetica, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:700px; w\idth:699px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}

/*PREMIER NIVEAU*/
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:10px;font-weight:bold;text-decoration:none;color:#000;padding:4px 4px 4px 2px;}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#9cf;}
.menu :hover > a, .menu ul ul :hover > a {color:#000;background:#9cf;}

/*SECOND NIVEAU*/
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#fff;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#9cf;}
.menu ul ul :hover > a.drop {background:#9cf;}
.menu ul ul li{border:#fff solid;border-width:1px 0 0 0;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#9cf;color:#000;height:12px;line-height:10px;padding:2px;font-weight:normal;font-size:10px;width:160px;}
.menu ul ul a:hover {background:#69c;color:#000;text-decoration:none;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:160px;w\idth:159px;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:20px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:18px;t\op:19px;}


/*CONFIGURATION*/
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
