/****************************************/
/* LA VILLE EST A VOUS    				*/
/* 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 {width:700px;position:relative;z-index:100;height:20px;border:#ccc solid;border-width:0 0 1px 0;padding-bottom:1px;font-family: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 {position:relative;float:left;padding-right:5px;font-size:14px;font-weight:bold;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:14px;font-weight:bold;text-decoration:none;color:#808080;height:21px;}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#09c;background:#fff;}
.menu :hover > a, .menu ul ul :hover > a {color:#09c;background:#fff;}

/*nouveautés 2010*/
a.new2010, a.new2010:visited{background:#fff;padding:0px 12px 0px 5px;color:#09c;height:18px;}
a.new2010:hover{background:#fff;color:#09c;text-decoration:underline;}

/*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:#cff;}
.menu ul ul :hover > a.drop {background:#cff;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#cff;color:#666;height:14px;line-height:14px;padding:5px 10px; width:128px;
										font-weight:normal;font-size:12px;}
.menu ul ul a:hover {background:#0cf;color:#333;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}
/* 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:21px;left:0; width:149px;border:#ccc solid;border-width:1px 0;}
/* another hack for IE5.5 */
* html .menu ul ul {top:19px;t\op:20px;}


/*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; }

