/* Main Menu CSS 1.0 - abundant-living.ca */
/* Last update: 2007-12-05  */

/*	_shorthand for background
	background: background-attachment | background-color | background-image | background-position | background-repeat */

/* First Level */
ul#MainMenu {
	display: inline;
	float: left;
	font-size: 11px;
	list-style: none;
	/*line-height: normal;*/
	background: none;
	padding: 0px;
	margin: 8px 0px 0px;
	width: 726px;
}

ul#MainMenu li a {
	color: #dab626;
	display: block;
	font-weight: normal;
	/*width: 10em;
	w\idth: 6em;*/
	text-decoration: none;
	padding: 2px 10px;
	text-align: center;
}

ul#MainMenu li {
	float: left;
	padding: 0;
	/*width: 10em;*/
	}

ul#MainMenu li:hover, 
ul#MainMenu li.sfhover {
	/*background: url(../images/menu-hover-folder.gif) bottom center no-repeat;*/
	background: #266200;
	color: #FFFFFF;
}

ul#MainMenu li:hover a, 
ul#MainMenu li.sfhover a {
	color: #FFFFFF;
}

/* Second Level */
ul#MainMenu ul {
	float: left;
	/*width: 36em;*/
	list-style: none;
	/*line-height: 1px;*/
	font-weight: bold;
	padding: 0px;
	border: solid #266200;
	border-width: 1px 0px;
	margin: 10px 0px 1em 0px;
	width: 160px;
	}

ul#MainMenu ul a {
	border: 0px;
	display: block;
	width: 10em;
	w\idth: 6em;
	text-decoration: none;
	padding: 12px 5px;
	text-align: left;
	}	

ul#MainMenu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	/*width: 14.4em;
	w\idth: 13.9em;*/
	font-weight: normal;
	border-width: 4px 1px 0px;
	margin: 0px;
	width: 160px;
	}
	ul#MainMenu li ul a {
		/*width: 13em;
		w\idth: 9em;*/
		color: #CCCC99;
		display: block;
		font-weight: normal;
		padding: 4px 10px;
		border-bottom: 1px solid #895A84;
		width: 100%;
	}

ul#MainMenu li li {
	width: 160px;
}

ul#MainMenu li li:hover, 
ul#MainMenu li li.sfhover {
		background: #518700;
	}
	
	ul#MainMenu li li a:link, ul#MainMenu li li a:visited {
		color: #333;
		width: 140px;
	}
	
	ul#MainMenu li li:hover a:hover,
	ul#MainMenu li li.sfhover a:hover {
		background: #518700;
		color: #FFF;
	}

/* Third Level */
ul#MainMenu li ul ul {
	border-width: 1px 1px 0px;
	margin: -2em 0 0 14.3em;
}
ul#MainMenu li:hover ul ul, 
ul#MainMenu li:hover ul ul ul, 
ul#MainMenu li.sfhover ul ul, 
ul#MainMenu li.sfhover ul ul ul {
	left: -999em;
}

ul#MainMenu li:hover ul, 
ul#MainMenu li li:hover ul, 
ul#MainMenu li li li:hover ul, 
ul#MainMenu li.sfhover ul, 
ul#MainMenu li li.sfhover ul, 
ul#MainMenu li li li.sfhover ul {
	background: #CCCC99;
	left: auto;
}



