/* ================================================================ 
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.
=================================================================== */

.n1, .n2, .n3, .n4, .n5{border:solid #fff;border-width:0 1px 0 0;}
.n1{width:79px;}
.n2{width:120px;}
.n3{width:103px;}
.n4{width:90px;}
.n5{width:112px;}
.n6{width:117px;border:0;}


/* Définitions principales */
.menu{font-family:Arial, Helvetica, sans-serif;position:relative;z-index:100;}
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu li {float:left;position:relative;}

/* premier niveau - liens */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none;letter-spacing:0.5px;text-align:center;color:#fff;/*height:25px;*/line-height:25px;}
/* premier niveau - au survol */
.menu a:hover, .menu ul ul a:hover{color:#fff;background:#639;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#639;}

/* second niveau */
.menu ul ul{border:solid #639;border-width:1px 0 0 0;}
.menu ul ul li {border:solid #639;border-width:0 1px 1px 1px;background-color:#ccc;} 
.menu ul ul a.drop, .menu ul ul a.drop:visited{background-color:#fff;}
/* second niveau - liens */
.menu ul ul a, .menu ul ul a:visited{background-color:#fff;color:#639;height:auto;line-height:1.2em;font-weight:normal;letter-spacing:0px;text-align:left;font-size:12px;padding:5px 0 5px 5px;width:170px;background:#fff;color:#339;}
/* second niveau - liens - au survol */
.menu ul ul a.drop:hover, .menu ul ul :hover > a.drop{background:#339;color:#fff;}
.menu ul ul a:hover {background:#339;color:#fff;} 
/* rend le second niveau visible au survol du 1er niveau */
.menu ul li:hover ul, .menu ul a:hover ul{visibility:visible;}

/* troisième niveau - liens */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#fff;width:200px;}
/* troisième niveau - liens - au survol */
.menu ul ul ul a:hover {background:#339;color:#fff;}
/* Positionnement du troisième niveau */
.menu ul ul ul{left:175px; top:-1px; width:207px;}
.menu ul ul ul.left {left:-175px;}
/* Masque le troisième niveau - configuration */
.menu ul :hover ul ul{visibility:hidden;}
/* Affiche le troisième niveau - configuration */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* masque les sous niveau */
.menu ul ul{visibility:hidden;position:absolute;height:0;top:25px;left:0;}

/* 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;}




