/* Basic code - don't modify */
 
#navH
	{ display: inline-block; 
	  margin: 0; 
	  padding-right: 20px; 
	  margin:0 ;
	  position: relative;
	  z-index:12;
	  width:520px;
	  top:25px;
	  }
.currentH 
	{	background-repeat:no-repeat;
		background-position: center top;
		background-image:url("../SitePics/Bg1.gif");	
		color:rgb(76,37,130);
		cursor:default;
		position: relative;
		z-index:5;
		
		}
	  
#navH li 
	{ display: block; 
	  list-style: none; 
	  margin: 0; 
	  padding: 0; 
	  width:130px;
	  float: left; 
	  position: relative; 
	  background-color:none;
	  text-align:center;
		  
	  }
	  
#navH a 
	{ display: block; 
	}

#navH ul 
	{ display: none; 
	  position: absolute; 
	  left: 0; 
	  margin: 0; 
	  padding: 0; 
	  z-index:11;

	  
	  }

* html #navH ul   /* IE6 "fix"  */
	{	line-height: 0;
		} 
		
*#navH ul a  /* IE6/7 fix */
	{	zoom: 1; 
		} 

#navH ul li  
	{	float: none; 
		width:150px;
		height:22px;
		background-color:#FFF;
		width:150px;
		left:40px;
		line-height:10px;
		margin:0;
		padding:0;
		-margin-bottom:-3px;
	}



	
#navH ul ul 
	{	top: 0;
		}


		
/* Essentials - configure this */
#navH ul 
	{	width: 100px;
	
		}
#navH ul ul 
	{	left: 131px; 
		
		}

/* Everything else is theming */
#navH 
	{	background-color: #FFF; 
		height: 24px; 
		}

#navH a 
	{	
		color: rgb(0,158,224); 
		font-size: 18px; 
		font-family:arial;
		padding: 6px; 
		line-height: 20px; 
		text-decoration:none;
		height:20px;
		
		}

		
		
#navH ul 
	{ 	top: 32px; /*decalage ss menu vers bas*/
	    width: 100px;
		}
#navH ul li a 
	{	background-color: rgb(208,207,203); 
		border:solid 1px;
		border-color:rgb(0,158,224);
		color:rgb(0,158,224);
	    font-size:12px;
		text-align: center;
		height:10px;
		line-height:10px;
		
		}
/* IE7 hack for submenu height*/		
html>body>#page>#Horz>#navH>li>ul>li{margin:-1px 0 -2px !important!; }		
		
#navH a.menuH.hover
	{ 	/*background-repeat:no-repeat;
		background-position: center top;
		background-image:url("../SitePics/Bg.gif");	
		color:rgb(76,37,130);*/
		color:rgb(76,37,130); /*violet*/
		
		}
		

		
#navH ul li .hover /*sous menu hover*/
	{	background-color: #FFF; 
		background-image:none;
		border:solid 1px rgb(76,37,130); /*violet*/
		color:rgb(76,37,130);/*violet*/
		position: relative;
		z-index:200;
	    }
		
 #navH ul a 
	{		
		-moz-opacity: 0.9; 
		filter: alpha(opacity=80); 
	
		}

/* #navH ul a { border-bottom: none; } - I also needed this for IE6/7 */

