/* GENERAL STYLES */
/* Begin CSS Drop Down Menu */
#menuh11
	{
	
	font-family:Arial;
	float:left;
	margin:0px;
	
	}
		
#menuh1 a
	{
	text-align: center;
	display:block;
	border: 0px solid #003147;
    font-size:13px;
    font-weight:bold;
	white-space:nowrap;         
	margin:0;
	font-family:Arial;
	
	}
	
#menuh1 a	/* menu at rest 003147 */
	{
	color: #462324;
      
	text-decoration:none;
	}
	
#menuh1 a:hover	/* menu at mouse-over  */
	{
	color: #000000;
   
	}	
			
#menuh1 a.top_parent, #menuh1 a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
         
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh1 a.parent, #menuh1 a.parent:hover 	/* attaches side-arrow to all parents */
	{
        
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh1 ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
		/* width of all menu boxes */
	}

#menuh1 li
	{
	position:relative;
         padding:0px;
		
	}

#menuh1 ul ul
	{
	position:absolute;
	z-index:500;
	top:15px; 
        left:-15px;
        background:#b3a69d none repeat scroll ;
       width:184px;   
	display:none;
	padding: 0px;
	margin:0em 0 0 0em;
	background-position: right center;
	background-repeat: no-repeat;
	}
#menuh1 ul li
{
	background-position: right center;
	background-repeat: no-repeat;
}
#menuh1 li ul a
{
	background-position: right center;
	background-repeat: no-repeat;
}

#menuh1 li ul a
{
   text-align:left;
   border: 1px solid #003147;
   padding:2px;
   font-weight:bold;
   font-size:11px;
   width:177px; 
   color:#ffffff; 
   font-family:Arial;
}

#menuh1 ul ul ul
	{
	top:0;
	left:100%;
	background-position: right center;
	background-repeat: no-repeat;
	}

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;}

/* End CSS Drop Down Menu */


.mgm
{
float:left;
}


body.home #menuh1 a#homemenu
{
color:#000000;
}
body.promotion #menuh1 a#promomenu
{
color:#000000;
}

body.sleepdoctor #menuh1 a#sleepmenu
{
color:#000000;
}

body.contact #menuh1 a#contactmenu
{
color:#000000;
}

body.faq #menuh1 a#faqmenu
{
color:#000000;
}
body.wheretobuy #menuh1 a#wherebuymenu
{
color:#000000;
}





/* EDITOR PROPERTIES */
