/* START Header navbar menu settings http://matthewjamestaylor.com/ centeredmenu */
/* 05/05/2010 http://www.mtwarningretreat.com.au/ screen css */
/* copyright http://www.bigvolcano.com.au/docs/company.htm */

#navbar {
			font-family:Verdana, Geneva, sans-serif; /* Menu font */
			font-size:80%; /* Menu text size */
			text-align: left;
			clear:both;
			float:left;
			margin:-10px 0 0em;
			width:100%;
			z-index:1000; /* This makes the dropdown menus appear above the page content below */
			position:relative;
			padding: 0px 0 0;
			line-height: 20px;
}

/* Top menu items */

#navbar ul {
			padding:0;
			list-style:none;
			float:right;
			position:relative;
			right:50%;
			margin: 0;
}

#navbar ul li {
			margin:0 0 0 5px;
			padding:0;
			float:left;
			position:relative;
			left:50%;
			top:1px;
}
#navbar ul li a {
			display:block;
			margin:0;
			padding:0.6em 0.5em 0.4em;
			font-size:1em;
			line-height:1em;
			text-decoration:none;
			font-weight:bold;			color: #66584D;
			background-color: #D3DE97;
}

#navbar ul li.active a { /* you are here page marker */

			color: #66584D;
			background-color: #FFF19B;
			text-decoration: none;
			text-indent: 0px;
			font-style: italic;
			font-size: 0.95em;
}

#navbar a.active:link {
			color:#fff;
			background-color: #6B98CC; /* you are here page marker for enquiry form pages - last li */
}


#navbar ul li a:hover {
			color: #EDEAA5;
			background: #495913;
}

#navbar ul li:hover a,
#navbar ul li.hover a { /* This line is required for IE 6 and below */
			color: #EDEAA5;
			background: #495913;
}

/* Submenu items */

#navbar ul ul {
			display:none; /* Sub menus are hiden by default */
			position:absolute;
			top:2em;
			left:0;
			right:auto; /*resets the right:50% on the parent ul */
			width:11em; /* width of the drop-down menus */
}

#navbar ul ul li {
		   left:auto;  /*resets the left:50% on the parent li */
		   margin:0; /* Reset the 1px margin from the top menu */
		   clear:left;
		   width:100%;
}
#navbar ul ul li a,
#navbar ul li.active li a,
#navbar ul li:hover ul li a,
#navbar ul li.hover ul li a { /* This line is required for IE 6 and below */
			font-size:0.90em;
			font-weight:normal;
			color: #66584D;
			background-color: #D3DE97;
			line-height:1.4em; /* overwrite line-height value from top menu */
}

#navbar ul ul li a:hover,
#navbar ul li.active ul li a:hover,
#navbar ul li:hover ul li a:hover,
#navbar ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
			color: #EDEAA5;
			background: #495913;
			font-weight: bold;
}

/* Flip the last submenu so it stays within the page */
#navbar ul ul.last {
		   left:auto; /* reset left:0; value */
		   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#navbar ul li:hover ul,
#navbar ul li.hover ul { /* This line is required for IE 6 and below */
		   display:block; /* Show the sub menus */
}
