@charset "utf-8";
div#menu_top{text-align:center;border:0;text-decoration:none;background-color:transparent;}
div#menu_top table{border:0;background-color:transparent;margin:0 auto;}
div#menu_top table td{border:0;vertical-align:top;background-color:transparent;}
.menuCaption{text-decoration:none;font-weight:700;font-family:Geneva, Arial, Helvetica, sans-serif;width:120px;}
.menuCaption a:link{text-decoration:none;}
.menuImg{border:0;}
/* ================================================================ 
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/menu_gauches/flyoutt.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_gauche {font-family: arial, sans-serif; width:248px; height:170px; position:relative; margin:0; font-size:18px; margin:0px 0; z-index:1;}
.menu_gauche ul li a, .menu_gauche ul li a:visited {display:block; text-decoration:none; width:228px; height:20px; text-align:left; border-width:1px 1px 0 1px; line-height:19px; font-size:11px; padding-left:20px;}
.menu_gauche ul {padding:0; margin:0;list-style-type: none;}
.menu_gauche ul li {float:left; margin-right:1px; position:relative;}
.menu_gauche ul li ul {display: none;}

/* specific to non IE browsers */
.menu_gauche ul li:hover a {}
.menu_gauche ul li:hover ul {display:block; position:absolute; top:0; left:225px; width:105px; z-index:2;}
.menu_gauche ul li:hover ul li a.hide {}
.menu_gauche ul li:hover ul li:hover a.hide {width:150px;}
.menu_gauche ul li:hover ul li ul {display: none;}
.menu_gauche ul li:hover ul li a {display:block; width:150px;}
.menu_gauche ul li:hover ul li a:hover {}
.menu_gauche ul li:hover ul li:hover ul {display:block; position:absolute; left:156px; top:0; color:#000;}
.menu_gauche ul li:hover ul li:hover ul li a {display:block; width:200px; }
.menu_gauche ul li:hover ul li:hover ul li a:hover {}
