/* Begin CSS Drop Down Menu */
		body { behavior:url("http://www.hotelrubyfoos.com/c/ruby/css/csshover.htc");  }
			
		#menuh a.menuPrincipal {float:left; height:40px;text-indent:-10000px;}

		 #menuh li.accueil  a.accueil  {	
			width:65px; 
			background: url(../img/menu_principal/btn_acceuil.gif) bottom left no-repeat;
		}
		 #menuh li.chambre a.chambre {	
			width:81px; 
			background: url(../img/menu_principal/btn_chambre.gif) bottom left no-repeat;
		}
		 #menuh li.forfait a.forfait {	
			width:151px; 
			background: url(../img/menu_principal/btn_forfait.gif) bottom left no-repeat;
		}
		 #menuh li.service a.service {
			width:72px;
			background: url(../img/menu_principal/btn_service.gif) bottom left no-repeat;
		}
		 #menuh li.reunion a.reunion {
			width:135px;
			background: url(../img/menu_principal/btn_reunion.gif) bottom left no-repeat;
		}
		 #menuh li.concierge a.concierge {
			width:80px;
			background: url(../img/menu_principal/btn_concierge.gif) bottom left no-repeat;
		}
		 #menuh li.commentaire a.commentaire {
			width:126px; 
			background: url(../img/menu_principal/btn_commentaire.gif) bottom left no-repeat;
		}
			#menuh a.menuPrincipal:hover,
			#menuh a.open {background-position:top left !important;}
			
			
		 body.e #menuh li.accueil  a.accueil  {	
			width:59px; 
			background: url(../img/menu_principal/btn_acceuil_e.gif) bottom left no-repeat;
		}
		 body.e #menuh li.chambre a.chambre {	
			width:65px; 
			background: url(../img/menu_principal/btn_chambre_e.gif) bottom left no-repeat;
		}
		 body.e #menuh li.forfait a.forfait {	
			width:174px; 
			background: url(../img/menu_principal/btn_forfait_e.gif) bottom left no-repeat;
		}
		 body.e #menuh li.service a.service {
			width:78px;
			background: url(../img/menu_principal/btn_service_e.gif) bottom left no-repeat;
		}
		 body.e #menuh li.reunion a.reunion {
			width:162px;
			background: url(../img/menu_principal/btn_reunion_e.gif) bottom left no-repeat;
		}
		 body.e #menuh li.concierge a.concierge {
			width:89px;
			background: url(../img/menu_principal/btn_concierge_e.gif) bottom left no-repeat;
		}
		 body.e #menuh li.commentaire a.commentaire {
			width:83px; 
			background: url(../img/menu_principal/btn_commentaire_e.gif) bottom left no-repeat;
		}
			#menuh a.menuPrincipal:hover,
			#menuh a.open {background-position:top left !important;}

#menuh-container
	{
	z-index:50000;
	position:relative;
	float:left;
	}

#menuh
	{
		font-size: 1.1em;
		font-family: arial, helvetica, sans-serif;
		width:100%;
		float:left;
	}
		
#menuh a
	{
		text-align: center;
		display:block;
		white-space:nowrap;
		margin:0;
	}
	
#menuh  li li a{border: 1px solid #cdcdcd;}

#menuh a, #menuh a:visited	/* menu at rest */
	{
		color:#000;
		text-decoration:none;
	}
	

	
#menuh a.parent {background:url(../img/btn_fleche.gif) right center no-repeat !important;}
#menuh a.parent:hover {background:url(../img/btn_fleche_hover.gif) right center no-repeat !important;}

#menuh td:hover {background:#dadada;}

#menuh ul
	{
		list-style:none;
		margin:0;
		padding:0;
		float:left;
		width:auto;	/* width of all menu boxes */
		z-index:50000;
	}

#menuh li
	{
		position:relative;
	    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
	    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	    float:left;
	}
	
	#menuh li li {clear:both;}
#menuh ul ul
	{
		position:absolute;
		z-index:500;
		top:40px;
		left:0;
		display:none;
		width:auto;
	}
	
#menuh ul table
	{
		position:absolute;
		z-index:500;
		top:39px;
		left:0;
		display:none;
		width:auto;
	}	
	
#menuh ul td a{text-align:left; }
#menuh ul table {margin:0;}
#menuh  td {background:#ebebeb; width:100%;  float:left; padding: 3px 5px ; border: 1px solid #cdcdcd; text-align:left; margin:0;position:relative;}



#menuh ul li.reunion td {width:135px}
#menuh ul li.reunion td td {width:100%}



#menuh ul ul ul{top:0; left:100%; display:none; }
#menuh ul table table{top:0; left:100%; display:none; }

div#menuh li:hover{ cursor:pointer; z-index:100; }

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none; visibility:hidden;}

div#menuh li:hover table table,
div#menuh li td:hover table table,
div#menuh li td td:hover table table,
div#menuh li td td td:hover table table
{display:none; visibility:hidden;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;visibility:visible;}

div#menuh li:hover table,
div#menuh li td:hover table,
div#menuh li td td:hover table,
div#menuh li td td td:hover table
{display:block;visibility:visible;}

/* End CSS Drop Down Menu */
