/* ================================================================ 
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/dd_valid.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.
=================================================================== */

.global {
	border:1px solid red;
}

.menu ul li a.hide, .menu ul li a:visited.hide {display:none;}
.menu ul li a:hover ul li a.hide {display:none;}

.menu ul li a:hover {color:#E88789; /*background:#ccc*/;}
.menu ul li a:hover ul {display:block; position:absolute; top:26px; left:0; width:201px;}
/*ajout perso*/.menu ul li a:hover ul li{margin:0;}
.menu ul li a:hover ul li a.sub {background:#666; color:#fff;width:201px;margin:0;}
.menu ul li a:hover ul li a {display:block; /*background:#666;*/ color:#fff;border:0;width:202px;text-align:left}
.menu ul li a:hover ul li a ul {visibility:hidden;}
.menu ul li a:hover ul li a:hover {background:#ccc; color:#fff;}
.menu ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:201px; top:0; color:#fff;}
.menu ul li a:hover ul li a:hover ul.left {left:-200px;}


/*ajout perso*/
.menu ul li a:hover ul li a:hover ul li ul {display: none;}
.menu ul li a:hover ul li a:hover ul li a:hover ul {display:block; position:absolute; left:201px; top:0;}
.menu {
	width:960px;	
}

.menu #accueil { _width:67px; }
.menu #imprimantes { _width:104px; }
.menu #cartouches { _width:156px; }
.menu #maintenance { _width:139px; }
.menu #ressources { _width:139px; }
.menu #accessoires { _width:184px; }
.menu #location { _width:149px; }
.menu #printerre { _width:79px; }
