@charset "UTF-8";
/* CSS Document */

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h-1-bis2 {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 100%; /*For KHTML*/
	list-style: none;
	height: 24px;
}

ul#navmenu-h-1-bis2 li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: list-item;
	list-style: none;
	position: relative;
	height: auto;
	background-color: #4D96E2;
}

ul#navmenu-h-1-bis2 ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: auto;
	list-style: none;
	display: inline;
	position: absolute;
	top: 24px;
	left: 0px;
}

ul#navmenu-h-1-bis2 ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h-1-bis2 ul li {
	width: 105px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h-1-bis2 a {
	border: 1px solid #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #003366;
	color: #4D96E2;
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	border-left-color: #FFF;
}

/* Root Menu Hover Persistence */
ul#navmenu-h-1-bis2 a:hover,
ul#navmenu-h-1-bis2 li:hover a,
ul#navmenu-h-1-bis2 li.iehover a {
	color: #4D96E2;
	background: #003366;
}
