
/* Begin CSS Drop Down Menu */

#menuh {
		height: 100%;
		float: right;
}
		
#menuh a {
	display:block;
	white-space:nowrap;
	margin: 0;
	padding: 0px 1px;
	background: url(../images/body/mainnavlink_bg.jpg) repeat-x;
	/* special for Bureau Securitas below */
	float: left;
	padding-top: 8px;
	min-width:60px;
	text-align: center;
	padding-bottom: 4px;
	height: 24px;
	overflow: hidden;
}
	
#menuh a, #menuh a:visited	/* menu at rest */ {
	font-family: Tahoma, Arial;
	text-decoration: none;
	font-weight: normal;
	font-size: 11pt;
	color: #8B4C05;
}
	
#menuh a:hover	/* menu at mouse-over  */
	{
		color: #444;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
		background: none;
	}
#menuh a.sel, #menuh a.sel:visited {
		color: #000;
}
	/* not used in this site  - attaches side-arrow to all parents 
#menuh a.parent, #menuh a.parent:hover 	
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	*/


	
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	}

#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: 1em;
	margin:0;
	border: 1px solid #F69527;
	background-color: #F7BA79;
	margin: 0;
	margin-top: 30px;		
	left: 0;
	width: 170px; /* I had problems with making the menu flexible width. So it is now a fixed width for this particular template which uses a lot of float lefts for background implementation of menu */
	}
	
	#menuh ul ul li { /* especially for IE6 */
		display: block;
		float: none;
		clear: both;
	}
	
	
#menuh ul ul a, #menuh ul ul a:visited
	{
	height: auto;
	padding: 1px;
	background: none;
	font-size: 10pt;
	}
#menuh ul ul a:hover
	{
	color: #000;
	}

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