/* gourmet genetics menu system css file */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#nav a {
	display: block;
	width: 10em;
	}

#nav li {
	float: left;
	width: 10em;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	display : none;
	}

#nav li:hover ul, #nav li.sfhover ul {
	display : block;
	background-color : #d3ffd3;
	}
	