.menulist A:hover {
	text-decoration:none;
}
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menulist ul {
	display: none;
	position: absolute;
	top: 9px;
	margin-top: 31px;
	left: 0;

}
.menulist ul ul {
	top: 0;
	margin-top: 0;
	left: 260px;
}
.menulist li {
	float: left;
	display: block;
	position: relative;
	margin: 0;
	font: bold 13px arial;
	padding:0;
	height:40px;
}
.menulist li+li {
	background:transparent url(/primagaz/15/static/menuH/menuSep.png) no-repeat 0 center;
}
.menulist ul li {
	padding:0;
	font: normal 11px arial;
	float: none;
	margin: 0;
	margin-bottom: -1px;
	background:#1ea4c0 url(/primagaz/15/static/menuH/arrow.gif) no-repeat 6px 9px;
	height:auto;
	width: 259px;

}
.menulist ul>li:last-child {
	margin-bottom: 1px; /* Mozilla fix */
}
.menulist a {
	display: block;
	padding: 10px 20px 0 20px;
	color:#FFFFFF;
	text-decoration: none;
height:30px;
}
.menulist ul li a {
	padding: 7px 5px 7px 20px;
	color:#ffffff;
height:auto;
width:233px;
}
/* Niveau 1 */
.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus, .currentMenu a{
	background:#11809f url(/primagaz/15/static/menuH/menu1OnBg.png) repeat-x;
}
/* Niveau 2 */
.menulist ul li a.highlighted, .menulist ul li a.highlighted:hover, .menulist ul li a:hover {
	color:#ffffff;
	background:#1587a3 url(/primagaz/15/static/menuH/menu2OnBg.png);
}
.currentMenu ul li  a {
	background:#1ea4c0 url(/primagaz/15/static/menuH/arrow.gif) no-repeat 6px 9px;
}
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
}
.menulist ul a {
	float: none;
}
/* \*/
.menulist a {
	float: none;
}
/* */

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
\*/
*:first-child+html .menulist ul li {
	float: left;
	width: 100%;
}
* html .menulist ul li {
	float: left;
	height: 1%;
}
* html .menulist ul a {
	height: 1%;
}
/* End Hacks */
