
#imouter1 {  /* Main Menu Container */

	border-width:0px;
	padding:0px;
	margin:0px;
	float:left;
	vertical-align: middle;
	background-image:url(../images/fond-degrade-menu-gauche.gif);

}

BODY #imouter1 {  /* Main Menu Container [Add extra css not offered in the visual tool here.] */

}

#imenus1, #imenus1 ul {
width:174px;
}

#imenus1 li a {  /* Main Menu Items */

	background-image:url(spacer.gif);
	color:#333333;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	padding:0px;
	margin:0px;

}

BODY #imenus1 li a {  /* Main Menu Items [Add extra css not offered in the visual tool here.] */
	color: #000000;
	background-image:url(../images/fond-menu-gauche.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: auto;
	padding-left: 23px;
	padding-top: 2px;

	list-style-type: none;
	font-family: Arial;
	font-size : 11px;
	color: #000000;
	text-decoration: none;	

}

#imenus1 li a.ihover {  /* Main Menu Items [hover] */

	list-style-type: none;
	font-family: Arial;
	font-size : 11px;
	color: #890A12;
	text-decoration: none;
	font-weight: bold;	

}

#imenus1 li a.iactive {  /* Main Menu Items [active] */

	list-style-type: none;
	font-family: Arial;
	font-size : 11px;
	color: #000000;
	text-decoration: none;

}

#imenus1 .imbuttons {  /* Main Menu Graphic Button Content */

	padding:0px;

}

#imenus1 li ul {  /* Sub Menu Container */

	background-color:#DDD;
	border-style:solid;
	border-width:0px;
	border-color:#333333;
	padding:2px;
	margin:0px 0px 0px ;
	z-index:20;

}

BODY #imenus1 li ul {  /* Sub Menu Container [Add extra css not offered in the visual tool here.] */


}

#imenus1 ul a {  /* Sub Menu Items */
/*
	background-color:#E9E9E9;
	color:#FFFFFF;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	border-style:none;
	border-color:#333333;
	border-width:1px;
	padding:2px 5px;

*/}

BODY #imenus1 ul a {  /* Sub Menu Items [Add extra css not offered in the visual tool here.] */
	line-height:12px;
	height:12px;
	list-style-type: none;
	font-family: Arial;
	font-size : 11px;
	color: #890A12;
	text-decoration: none;
	font-weight: bold;	
	background-image:none;
	padding:0px;
	margin:0px;
}

#imenus1 ul li{
	height:12px;
}
#imenus1 ul li a.ihover {  /* Sub Menu Items [hover] */

	background-color:#999999;
	color:#FFFFFF;
}

#imenus1 ul li a.iactive {  /* Sub Menu Items [active] */

	background-color:#CCCCCC;
	color:#333333;

}

