		/*this is the css for the horizontal version*/
		.horizontal ul{
	list-style-type: none;
	padding: 0px;
	border-left: 0px none;
	display: block;
	height:0 px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-position: left;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;

		}
		.horizontal li{
			float: left;
			display: inline;
		}
				/*this is the css for the horizontal version*/
		.horizontal li a{
		text-decoration: none;
		height: 25 px;
		float: left;
		display: block;
		width: 150 px;  /*placement ss menu*/
		padding: .1em 1px;
		border: 1px solid;
		border-left: none;
		left: 2px;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 15 px;
			margin-left: -150 px;
			width: 170 px; /*placement ss menu 2*/
			border: none;
			display: block;
			height: 25 px;
			border-top: 0px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: 25 px;
			margin-left:0 px;
		}
		.horizontal li ul li a{
		width: 200 px; /*taille largeur ss menu 1 et 2*/
		}
		
		.horizontal li ul li ul li a{
		width: 150 px; /*taille largeur ss menu 1 et 2*/
		}
		
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: 1px;
		}
		/*colors for menu*/

		.bluewhite li a{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11 px;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	border: #FFFFFF;
	font-weight: bold;



		}
		.bluewhite li a:hover{
	background-color: #B5DC10;
	border-color: #000000
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10 px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	border: #B5CD10;

		}
		.bluewhite ul{
		}
