	

/* Scrolling Menu Biome Youssef Medaghri */

.menuFinal {width:887px; height:30px; position:relative; z-index:100;border-right:1px solid #ffffff; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menuFinal {width:887px; w\idth:887px;}
/* remove all the bullets, borders and padding from the default list styling */
.menuFinal ul {padding:0;margin:0;list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menuFinal positon */
.menuFinal li {float:left;width:126px;position:relative;}
.menuFinal li.mainMenu {text-align: center; background:#0099B0; }
.menuFinal li.mainMenuActive {text-align: center; background:#86B236; }

.menuFinal li.mainMenuWithChildren {text-align: center; background:#0099B0 url('/intranet/img/theme/menu/arrow_down.gif') no-repeat 115px center; }

/* style the links for the top level */
.menuFinal a, .menuFinal a:visited {display:block;font-size:12px;text-decoration:none; color:#fff;  height:30px; border:1px solid #ffffff; border-width:0 0 0 1px;   line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menuFinal a, * html .menuFinal a:visited {width:149px; w\idth:138px;}

.menuFinalEmpty {width:887px; height:30px; position:relative; z-index:100;border-right:1px solid #ffffff; font-family:arial, sans-serif;


	background-image: url('/intranet/img/menuban.png');
  }
