/* Begin CSS Drop Down Menu */

#star
{
	position: absolute;
	z-index: 1000;
	left: 45%;
}


#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	

	}
		
#menuh a.top_class
	{
	height: 71px;

	}
#menuh li.top_class {
	position: absolute;
	left: -1px;
}

#menuh.full_dome a
	{
	color: white;

	background-color: #b38653;
	background-repeat: no-repeat;
	text-decoration:none;

	}
#menuh li.full_dome {
	position: absolute;

	left: 1px;
	padding-left: 60px;

}
#menuh a.full_dome
	{
	height: 31px;
	
	}

#menuh a
	{
	
	text-align: left;

	display:block;
	white-space:nowrap;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	margin:0;



	}
#menuh a.subtext
	{
	padding-left: 12px;
	width: 190px;
	}
#menuh a.medsubtext
	{
	padding-left: 12px;
	width: 150px;
	}
#menuh a.smallsubtext
	{
	padding-left: 12px;
	width: 110px;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;

	background-color: #333333;
	background-repeat: no-repeat;
	text-decoration:none;
	}

#menuh.color-browse a	/* menu at rest */
	{
	color: white;

	background-color: #b38653;
	background-repeat: no-repeat;
	text-decoration:none;
}
#menuh.color-news a	/* menu at rest */
	{
	color: white;

	background-color: #a01639;
	background-repeat: no-repeat;
	text-decoration:none;
}
#menuh.color-faq a	/* menu at rest */
	{
	color: white;
	/* 1b942b */
	background-color: #1b942b;
	background-repeat: no-repeat;
	text-decoration:none;
}
#menuh.color-fdclips a	/* menu at rest */
	{
	color: white;

	background-color: #BF5FFF;
	background-repeat: no-repeat;
	text-decoration:none;
}
#menuh.color-purchase a	/* menu at rest */
	{
	color: white;

	background-color: #5571b7;
	background-repeat: no-repeat;
	text-decoration:none;
}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #666666;
	background-repeat: no-repeat;
	text-decoration:none;

	}

#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	
	padding-left: 12px;
	width: 120px;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	position: relative;
	float:left;
	width: 110px;	/* width of all menu boxes */
	height: 71px;
	}
#menuh ul.full_dome_ul
	{
	list-style:none;
	margin:0;
	position: relative;
	float:left;
	width: 110px;	/* width of all menu boxes */
	height: 31px;
	}
#menuh ul.correctwidth
	{
	list-style:none;
	left: auto;
	position:absolute;
	top:auto;
	
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	background-repeat: no-repeat;
	
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	
	padding: 1em;
	margin:-1em 0 0 -1em;
	}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	display:none;
}


#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 Drop Down Menu */
