#listMenuRoot1.menuPro>li {
	width:240px;
	padding:0;
	text-align:center;
}
#listMenuRoot1.menuPro>li>a{
	padding-left:0;
	padding-right:0;
}
#listMenuRoot1>li {
	width:115px;
}
#listMenuRoot2>li {
	width:114px;
}
#listMenuRoot1>li>a, #listMenuRoot3>li>a {
	padding-top: 12px;
}
.menulist A:hover {
	text-decoration:none;
}
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menulist ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 205px;
}
.menulist ul ul {
	top: -1px;
	margin-top: 0;
	left: 203px;
}
.menulist li {
	float: left;
	display: block;
	position: relative;
	margin-right: 5px;
	font: normal 13px arial;
	padding:0;
	height:40px;
	text-align:center;
	line-height:14px;
}
.menulist li+li {
	background:transparent url(/primagaz/16/static/menuH/menuSep.png) no-repeat 0 center;
}
.menulist ul li {
	padding:0px;
	font: normal 11px arial;
	float: none;
	margin: 0;
	margin-bottom: -1px;
	background:#148CAC url(/primagaz/16/static/menuH/menu1Bg.gif) repeat-x 0 -10px;
	width:auto;
	height:auto;
	text-align:left;
	line-height:auto;
	border:solid 1px #D4E8E9;
}
.menulist ul>li:last-child {
	margin-bottom: 1px; /* Mozilla fix */
}
.menulist a {
	display: block;
	padding: 5px 16px;
	color:#FFFFFF;
	text-decoration: none;
}

.menulist ul li a {
	padding: 7px 5px 7px 10px;
	color:#ffffff;
}
/* Niveau 1 */
.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus {
}
/* Niveau 2 */
.menulist ul li a.highlighted, .menulist ul li a.highlighted:hover, .menulist ul li a:hover {
	color:#ffffff;
	background:#157fb6 url(/primagaz/16/static/gradBlue.gif) repeat-x 0 -10px;
}
.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 */

