#menu {
	position: absolute;
	/*background-color: #E1Dcc2;*/
	text-align: left;
	width: 180px;
	top: 110px;
	left: 0;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	z-index: 1000;
}
#nav {
	width: 180px;
	margin: auto;
	background-color: #E1Dcc2;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	width: 146px;	
	text-decoration: none;
	text-align: left;
	/* top right bottom left */
	padding: 9px 0 5px 34px;
	color: black;
	outline: none;
	background: url(../images/menu/sml_ring.gif) 10px no-repeat;
}
#nav a.end {
	border-right-style: none;
}
#nav a:hover {
	background: url(../images/menu/sml_ring_selected.gif) 10px no-repeat;
}
#nav li { /* all list items */
	/*float: left; /*Only use float for horizontal menus*/
	width: 180px; /* width needed or else Opera goes nuts */
	display: inline;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999px;
}

/*Active colour for main menu */
body.home a.navHome,
body.plantspage a.navPlants,
body.inspiration a.navInspiration,
body.retailers a.navRetailers,
body.trade a.navTrade,
body.usefullinks a.navUsefulLinks,
body.contact a.navContact {
	background: url(../images/menu/sml_ring_selected.gif) 10px no-repeat !important;
}

#updates {
	/*background: url(../images.menu/update_ring_over.gif) no-repeat top;*/
	margin: auto;
	width: 180px;
}
#updates ul {
	padding: 0;
	margin: 0;
	list-style: none;	
}
#updates a {
	display: block;
	width: 180px;	
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
	padding: 23px 0 0 0;
	color: black;
	outline: none;
	background: url(../images/menu/update_ring.gif) no-repeat 54px 63px;	
	height: 135px;
}
#updates a:hover {
	background: url(../images/menu/update_ring_selected.gif) no-repeat 54px 63px;	
}
body.update a.navUpdate {
	background: url(../images/menu/update_ring_selected.gif) no-repeat 54px 63px !important;
}