/* ================================================================
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.
=================================================================== */
/* common styling */
.menu { height: 36px; background:#2057A9 url(/images/bandeau1bis.jpg) no-repeat; width:842px; padding-top:4px;
    /*font-size:11px;*/ font-family:verdana,arial,sans-serif;  z-index:100;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul { height:37px;float:left; }
.menu ul li {float:left; position:relative; margin-top:4px;}
.menu ul li ul {display: none; z-index:255;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;
         text-align:center; color:#fff; font-size:11px;
         overflow:hidden;}
.menu ul li a { color: #FFF; text-decoration:none;
			 height:30px; text-align:center; float:left; padding-left:16px; padding-right:16px; line-height:25px;}
.menu ul li a:hover { text-decoration:underline;}
.menufr ul li a { padding:0 14px; }


/* specific to non IE browsers */
.menu ul li:hover a {color:#fff;}
.menu ul li:hover ul {display:block; position:absolute; top:30px; left:0; width:156px;/* background:#2057A9;*/ }
.menu ul li:hover ul li a.hide {background:#2057A9; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#fff;}
.menu ul li:hover ul li { margin:0; padding:0; background:#2057A9;}
.menu ul li:hover ul li ul {display: none; background:#2057A9;}
.menu ul li:hover ul li a {display:block; background:#2057A9; color:#fff; text-align:left; margin:0; padding:5px;
    height:15px; width:146px; line-height:normal; }
.menu ul li:hover ul li a:hover {/*background:#6fc;*/ color:#fff; text-decoration:underline;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

.menu ul li:hover ul li.alphabet a { width:16px; }
