#menuh-container
	{
	width: 920px;
	height: 26px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fbb708;
	visibility: visible;
	z-index: 1;
	}

#menuh
	{
	font-size: small;
	font-family: arial;
	width:732px;
	float:left;
	height: 26px;
	font-weight: bold;
	visibility: visible;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #555;
	border-right-color: #00002d;
	border-bottom-color: #555;
	border-left-color: #555;
	font-weight: bold;
	vertical-align: middle;
	visibility: visible;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #00002d;
	background-color: #fbb708;
	text-decoration:none;
	visibility: visible;
	padding: 5px;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	text-decoration:none;
	font-weight: bolder;
	visibility: visible;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(file:///C|/Documents%20and%20Settings/administrator/Desktop/websites/ccuk%20new%20site/ccuk/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-family: arial;
	font-weight: bold;
	color: #00002d;
	visibility: visible;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(file:///C|/Documents%20and%20Settings/administrator/Desktop/websites/ccuk%20new%20site/ccuk/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	visibility: visible;
	}

#menuh ul
	{
	list-style:none;
	float:left;
	height: 26px;	/* 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 */
	visibility: visible;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 1px;
	padding-left: 1px;
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	visibility: visible;
	height: 26px;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	visibility: visible;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	height: 26px;
	overflow: visible;
	visibility: visible;
	}

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 */

