#menuh-container
	{
	width:100%;
	/*background: url('/sites/all/themes/disco10/images/test/sidebarDtoL.jpg');*/
	}

#menuh
	{
	font-size: small;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	width:100%;
	float:left;
	height:38px;
	/*background: url('/sites/all/themes/disco10/images/test/sidebarDtoL.jpg');*/
	}
		
#menuh a
	{
	display:block;
	white-space:nowrap;
	margin:0px;
/*	padding-top: 6px;
	padding-bottom: 6px;	*/
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #ddd;
	/*background-image: url('/sites/all/themes/disco10/images/test/sidebarDtoL.jpg');*/
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #ddd;
	/*background-image: url('/sites/all/themes/disco10/images/test/sidebarLtoD.jpg');*/
	text-decoration:none;
	}	
	
#menuh a.link
	{
	/*background-image: url('/sites/all/themes/disco10/images/test/sidebarDtoL.jpg');
	background-position: right center;
	background-repeat: repeat-x;*/
	/*border-right:1px solid #555;*/
	text-align: left;
	font-size:12pt;
	height:26px;
	padding-left:15px;
	padding-right:15px;	
	}
	
#menuh a.link:hover
	{
	/*background-image: url('/sites/all/themes/disco10/images/test/sidebarLtoD.jpg');
	background-position: right center;
	background-repeat: repeat-x;*/
	color: #a8b7c8;
	}
	
#menuh a.sublink
	{
	background: white;
	color: #555555;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	}

#menuh a.sublink:hover 	
	{
	background: #dddddd;
	color: #000000;
	}
		
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:9em;*/	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* 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-top:10px;
	background-image: url('/sites/all/themes/disco10/images/test/dropdownPointer.png');
	background-repeat: no-repeat;
	text-align:left;
	width:150px;
/*border: 1px solid #777777;*/
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;	
	/*padding: 1em;
	margin:-1em 0 0 -1em;*/
	}

#menuh ul ul ul
	{
	background: white;
	padding:10px;
	}

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 */