/* CSS Document */
div#navMain{
	position: absolute;
	top: 166px;
	left: 0px;
	background-image: url(http://www.gardenadventure.co.uk/_images/bgrndNav.png);
	background-position: left top;
	width:170px;
	padding-bottom:0px;
	padding-top:16px;
	background-repeat: no-repeat;
	z-index:10;
	font-size: 11px;
}
ul.newNAV {
	margin: 0px 0px 108px 20px;
	padding: 0px;
	list-style: none;
	width: 110px;
	font-weight: bold;
	font-size: 11px;
}	
ul.newNAV li {
	font-size: 11px;
	position: relative;
	margin-top:0px;
	margin-bottom:3px;
	border: 1px solid #336699;
}	
ul.NEWsubNAV {
	position: absolute;
	left: 68px;
	top: -68px;
	display: none;
	font-size: 9px;
	list-style-type: none;
}
ul.NEWsubNAV li{
	margin: -1px 0px 0px;
	background-color: #FFFFFF;
	width: 110px;
	text-align:left;
}
/* Styles for Menu Items */
ul.newNAV li img {
	display: block;
	text-decoration: none;
	margin-left:-2px;
	margin-bottom:-1px;
	}
ul.newNAV li a {
	display: block;
	text-decoration: none;
	color: #990000;
	padding: 0px 0px 1px 2px;
	
	}
ul.newNAV li a:hover {
	background-color: #B5CDE6;	
}	
/* Holly Hack. IE Requirement \*/
* html ul li ul li{ float: left; height: 1%; }
* html ul li ul li a { height: 1%; }
/* End */

ul.newNAV li:hover ul, li.over ul {
	display: block;
	} /* The magic */	
div.menuBarNEW {
	position: absolute;
	left: 16px;
	top: 140px;	
}
div.navNEW{
	width: 110px;
	padding-top:4px;
	padding-bottom:4px;
}
div#credit{
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 2px ridge #336699;
	margin-right: 10px;
	margin-top: 8px;
}
p.updated{
	font-size: 10px;
	text-align:center;
	font-weight: bold;
	border: 1px dotted #000000;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}
