/**********************/
/*  2. DROP-DOWN MENU */
/**********************/

.dropnav {background-color:#BFBFBF; position:relative; white-space:nowrap /*IE hack*/; float:left; font-size:100%; overflow:visible; width:925px; height:35px; background:url("../design/tray.gif") 0 0 no-repeat; } /*Color navigation bar normal mode*/
.dropnav ul {margin:0px 15px 0 15;list-style-type:none;}
.dropnav ul li {margin:0px -15px 0 15px; display:inline;float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; border-right:solid 1px rgb(175,175,175);}
.dropnav ul li#dropnav-active a {background-color:#090; color:#404040; background:url("../design/tray-active.gif");}
.dropnav ul li a {color:#404040; padding:10px 20px 10px 18px; background:url("../design/tray-separator.gif") 100% 0 no-repeat;float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:1.1em; line-height:1.1em; text-decoration:none; font-weight:bold; color: rgb(100,100,100);}
.dropnav ul li ul {margin:0px 0px 0 -15px; display:none; border:none;}

/*Non-IE6 hovering*/
.dropnav ul li:hover {position:relative;} /*Sylvain IE hack*/
.dropnav ul li:hover a {background-color:rgb(210,210,210); text-decoration:none;} /*Color main cells hovering mode*/
.dropnav ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:3.0em; margin-top:-0.35em; left:0;}
.dropnav ul li:hover ul li a {white-space:normal; display:block; width:20.0em; height:auto; line-height:1.3em; margin-left:-1px; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.dropnav ul li:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

/*IE6 hovering*/
.dropnav table {position:absolute; top:0; left:-1px; border-collapse:collapse;}
.dropnav ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/; background-color:#9F9F9F; color:#FFF; background:url("../design/tray-hover.gif"); text-decoration:none;} /*Color main cells hovering mode*/
.dropnav ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:1.9em; t\op:1.8em; left:0; marg\in-top:-0.35em;}
.dropnav ul li a:hover ul li a {white-space:normal; display:block; w\idth:20.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.dropnav ul li a:hover ul li a:hover {width:18.9em; background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

