/* Begin CSS Popout Menu */
#menuh-center {
	background: #666666;
	height:20px;
}

#menuh-container
	{
	height:20px;
	padding:2px;
	}

#menuh
	{
	float:left;
	padding: 0px;
	}
#menuh a
	{
	display:block;
	border: 1px solid #666666;
	white-space:nowrap;
	background-color: #FFFFFF;
	padding:1px;
	}

	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #666666;
	text-decoration:none;
	color: #000000;
	text-indent: 15px;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-indent: 15px;
	}	
			
#menuh a.top_parent  /* attaches down-arrow to all top-parents */
	{
	background-image:  url("/shopfront/images/nav_bullet1.gif");
	background-position: left center;
	background-repeat: no-repeat;
	}
	
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image:  url("/shopfront/images/nav_bullet2.gif");
	background-position: left center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image:  url("/shopfront/images/nav_bullet1.gif");
	background-position: left center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:150px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 2px;
	margin:-2px 0 0 -2px;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

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 Popout Menu */

