/* Begin CSS Drop Down Menu */

#menuh1-container
	{
	background-color:#ececec;
	height:28px;
	background-image:url(../images/sub_nav_bg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #aeaeae;
	width:683px;
	text-align:left;
	margin-bottom: 0px;
	}
	
#menuh1-container-videos
	{
	background-color:#ececec;
	height:28px;
	background-image:url(../images/sub_nav_bg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #aeaeae;
	width:932px;
	text-align:left;
	margin-bottom: 0px;
	}	

#menuh1
	{
	text-align:left;
	height:28px;
	margin-bottom:0px;
	margin-left:-37px;
	font-size: 12px;
	margin-top:-10px;
	font-family: arial, helvetica, sans-serif;
	color:#646463;
	float:left;
	}
	
*html #menuh1{	
	margin-top:2px;
	margin-bottom:-13px;
	margin-left:-67px;
	height:8px;
	}	
		
#menuh1 a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	color:#646463;
	}
	
#menuh1 a:link, #menuh1 a:visited, #menuh1 a:active	/* menu at rest */
	{
	text-align:left;
	color:#646463;
		text-decoration:none;
	}
	
#menuh1 a:hover	/* menu at mouse-over  */
	{
	text-decoration:none;
	color:#c51f2c;
	}	
	
#menuh1 a#top_parent /* attaches down-arrow to all top-parents */
	{
	padding:5px;
	padding-right:20px;
	background-image: url(../images/nav_grey.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
	#menuh1 a#top_parent:hover
	{
	background-image: url(../images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color:#ffffff;
	background-color: #c51f2c;
	}
	
#menuh1 a.parent, #menuh1 a.parent:hover 	/* attaches side-arrow to all parents */
	{
	
	background-image: url(../images/nav_grey.gif);
	background-position: right center;
	background-repeat: no-repeat;
	
	}

#menuh1 ul
	{
	text-align:left;
	list-style:none;
	margin-right:-35px;
	padding-right:0px;
	float:left;
		/* width of all menu boxes */
	}
	
#menu1 ul a:hover{
background-color:#00CC00;
}	

#menuh1 li
	{
	text-align:left;
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh1 ul ul
	{
	text-align:left;
	position:absolute;
	z-index:500;
	margin-left:0px;
	margin-top:0px;
	top:auto;
	display:none;
	padding:0px;
	border: 2px solid #ececec;
	background-color:#FFFFFF;
	}
	
	#menuh1 ul ul li{
	width:100px;
	text-align:left;
	height:15px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	}
	
	#menuh1 ul ul li a:link, #menuh1 ul ul li a:visited, #menuh1 ul ul li a:active{
	color:#333333;
	}
	
	#menuh1 ul ul li a:hover{
		color:#c51f2c;
		}
	
	
	#menuh1 ul ul li:hover
	{
	background-color:#CCCCCC;
	}

#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;}

/* End CSS Drop Down Menu */
