
#imouter0 {  /* Main Menu Container */

	padding:0px;
	margin:0px;
	position:relative;
	z-index:100;
}

BODY #imouter0 {  /* Main Menu Container [Add extra css not offered in the visual tool here.] */
}

#imenus0 li {
}


#imenus0 li.SelectMenu >a{
	background-image: url(../images/fond-menu-select.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}

#imenus0 li a {  /* Main Menu Items */

	color:#FFFFFF;
	text-align:center;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	height:31px;
	line-height:29px;
}

BODY #imenus0 li a {  /* Main Menu Items [Add extra css not offered in the visual tool here.] */
}

#imenus0 li a.ihover {  /* Main Menu Items [hover] */

	/*background-color:#A5B233;*/
	background-image: url(../images/fond-menu-over.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}

#imenus0 li a.iactive {  /* Main Menu Items [active] */

	/*background-color:#A5B233;*/
	background-image: url(../images/fond-menu-over.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}


#imenus0 .imbuttons {  /* Main Menu Graphic Button Content */
}

#imenus0 li ul {  /* Sub Menu Container */

	background-color:#D6E363;
	border-style:solid;
	border-color:#A5B233;
	border-width:0px;
	padding:0px;
	margin:4px 0px 0px;
}

BODY #imenus0 li ul {  /* Sub Menu Container [Add extra css not offered in the visual tool here.] */
}

#imenus0 ul a {  /* Sub Menu Items */
	color:#555555;
	text-align:left;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	border-style:none;
	border-color:#000000;
	border-width:0px;
	padding:3px 10px;
}

BODY #imenus0 ul a {  /* Sub Menu Items [Add extra css not offered in the visual tool here.] */
	background-image:none;
}

#imenus0 ul li a {  /* Sub Menu Items [hover] */
	height:auto;
	line-height:15px;
	background-image: none;
}
#imenus0 ul li a.ihover {  /* Sub Menu Items [hover] */
	background-color:#A5B233;
	background-image: none;
	color:#000000;
	text-decoration:none;
}

#imenus0 ul li a.iactive {  /* Sub Menu Items [active] */
	background-image: none;
	background-color:#A5B233;
	color:#000000;
	text-decoration:none;
}


