/* Begin CSS Drop Down Menu */
.Regimbeaubody
{
	margin-top:0px; 
}
.homeLinks
{
	border-style:none;   
	border-width:0px;
	text-decoration:none; 	  	
}

homeLinks a
{
	border-style:none;   
	border-width:0px;
	text-decoration:none; 	
}

homeLinks a:visited
{
	border-style:none;   
	border-width:0px;
	text-decoration:none; 	

}

#menuh1-container
	{
		/* margin-left:10%; */
	   vertical-align:middle;  	   
	}
	#menuh1
	{
	font-size: small;
	font-family: Trebuchet MS, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0px;
	margin-top: 0px;
	margin-bottom:0px; 
	/*padding:0 0 -0.2em 0;*/
	/*border:solid 1px #cccccc;
	/*border-bottom:line 1px #cccccc;*/
	
	}
		

#menuh1 a
	{
	font-family: Trebuchet MS;
	text-align: center;
	display:block;
	/*border: 1px solid #555;*/
	/*border: 1px solid #f0e2e2;*/
	/*border:solid 2px #cccccc;*/
	white-space:nowrap;
	margin:0px;
	padding: 0.4em;
	/*border:solid 1px #cccccc;
	/*padding:0em;*/
	/*background-image:url(../images/menu_drop.gif );
	background-repeat:repeat-y;*/    
	}
	
#menuh1 a, #menuh1 a:visited	/* menu at rest */
	{
	font-family: Trebuchet MS;
	color: white;
	background-color: #802522;
	/*border:solid 1px #cccccc;*/
	background-image:url(../images/dropmenu.gif );
	background-repeat:repeat;    
	/*background-position:100% 50%;*/ 
	text-decoration:none;
	}
	
#menuh1 a:hover	/* menu at mouse-over  */
	{
	font-family: Trebuchet MS;	
	/*color: white;*/
	/*background-color: cornflowerblue;		*/
	
	color:White;  
	/*background-color:#541411;*/
	background-image:url(../images/menu-light-bg.gif );
	}	
			
#menuh1 a.top_parent, #menuh1 a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	/*background-image: url('<% =WebResource("RegimbeauFront.Images.navdown_blue.gif") %>');*/
	background-position: right center;
	/*background-repeat: no-repeat;*/
	}
	
#menuh1 a.parent, #menuh1 a.parent:hover 	/* attaches side-arrow to all parents */
	{
	/*background-image: url(../images/search-icon.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	
	}

#menuh1 ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;	 
	white-space:nowrap;
	/*word-wrap:break-word;
	width:150px;	/* width of all menu boxes */
	}

#menuh1 li
	{
	position:relative;
	/*border:solid 1px #cccccc;*/
    min-height: 0px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

.menuh1 ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding:1em;
	margin:-1em 0 0 -1em;
	}

#menuh1 ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh1 li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh1 li:hover ul ul,
div#menuh1 li li:hover ul ul,
div#menuh1 li li li:hover ul ul,
div#menuh1 li li li li:hover ul ul
{display:none;}


div#menuh1 li:hover ul,
div#menuh1 li li:hover ul,
div#menuh1 li li li:hover ul,
div#menuh1 li li li li:hover ul
{display:block;}

/*	------------------------------------------------------------------------------------------------*/
#menuh-container
	{
		/* margin-left:10%; */
	   vertical-align:middle;  	   
	}

#menuh
	{
	font-size: small;
	font-family: Trebuchet MS, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0px;
	margin-top: 0px;
	margin-bottom:3px; 
	}
		

#menuh a
	{
	font-family: Trebuchet MS;
	text-align: center;
	display:block;
	/*border: 1px solid #555;*/
	/*border: 1px solid #f0e2e2;*/
	/*border: 0px;*/
	white-space:normal;
	margin:0;
	background-color: #802522;
	/*border:solid 1px #cccccc;
	/*padding: 0.3em;*/
	/*padding:0em;*/
	/*background-image:url(../images/Menu-bg.gif );
	background-repeat:repeat-y;   */ 
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	font-family: Trebuchet MS;
	color: white;
	/*background-color: royalblue;*/
	/*background-image:url(../images/Menu-bg.gif );
	background-repeat:repeat;     
	border:solid 1px #cccccc;*/
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	font-family: Trebuchet MS;	
	/*color: white;*/
	/*background-color: cornflowerblue;		*/
	
	color:White;  
	background-color:#541411;
	/*background-image:url(../images/menu-light-bg-2.gif); */
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	/*background-image: url('<% =WebResource("RegimbeauFront.Images.navdown_blue.gif") %>');*/
	background-position: right center;
	/*background-repeat: no-repeat;*/
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	/*background-image: url('<% =WebResource("RegimbeauFront.Images.nav_blue.gif") %>');*/
	background-position: right center;
	background-repeat: no-repeat;
	
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;	 
	/*width:150px;	/* width of all menu boxes */
	white-space:nowrap;
	/*word-wrap:break-word;*/
	}

#menuh li
	{
	position:relative;
    min-height: 0px; 	/* Sophie Dennis contribution for IE7 */
    /*vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}


#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding:1em;
	margin:-1em 0 0 -1.6em;
	}
#menuh ul ul ul
	{
		position: absolute;
		z-index:500;
	/*top:auto;
	/*Dont remove/alter/modify/replace below 2lines (commented and not-commented) its essential for 3rd lvl menu generation*/
	/*#3rdLVL,left:177px;*/
	left:177px;
	padding:1em;
	margin:-3.5em 0 0 -1.1em;
	}
/*#menuh ul ul ul
	{
	position:absolute;
	top:0;
	left:100%;
	padding:1em;
	margin:-1em 0 0 -1em;
	}*/

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;}


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;}

/* End CSS Drop Down Menu */


DIV.ModalDialog 
{
     /*visibility: hidden;*/
     /*display:none;*/
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:left;
     z-index: 1000;     
}

DIV.ModalDialog div 
{
	position: relative;
	background-color: #ffffff;
	border:1px solid #000000;
	overflow:auto;
	width:300px;
	margin: 10px auto;
	padding:5px;
	text-align:left;	
}

.searchBack
{
	background-image:url(../images/menu-bg.gif );
	background-repeat :repeat; 	
	margin-top:0px; 
	vertical-align:top; 
	
	
}

.searchImg
{	
	width:23px; 
	background-image:url(../images/search-icon.gif);
	background-repeat:no-repeat;
	background-position:1px 7px;
	/*padding-top:1px;
	/*vertical-align :middle;
	/*margin-top:4px;  */
}

.searchText
{
	position:relative;
	/*padding-top:2px;*/
		border-bottom: 0px #761D1A;
		border-right:0px #761D1A;
		border-top:0px #761D1A;
		border-left:0px #761D1A;
		font-family:Trebuchet MS;
		font-size:9pt;
		font-style:italic;
		color:Gray;    
		background-image:url('../images/search-bg.gif');
		background-repeat:repeat;
	/*top: -1px;
	/*left: 2px;*/
}
.searchImgEnd
{	
	background-image:url(../images/search-end.gif);
	background-repeat:no-repeat;
	background-position:-1px 6px;
	width:6px;
	/*height:22px;
	width:6px; */
	vertical-align :top;
	/*margin-top:4px;  */
}
.searchButton
{
	width:30px;
	vertical-align :top; 
	margin-top:1px; 
	
	
}

.searchhidden
{
	height:22px;
	border-style:none;	 
	width:1px;
	background-color:Transparent;    
}
