/* FOTW2008 Menu */

#menu {
/*	width			: 12em; */
}

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

#menu a, #menu h2 {
	display			: block;
	border-width	: 1px;
	border-style	: solid;
	border-color	: #ccc #888 #555 #bbb;
	margin			: 0;
	padding			: 2px 3px;  
}

#menu a.bookadcover {
	padding			: 0px;
	border-style	: none;
	border-width	: 0px;
	}

#menu a.bookadtext {
	text-align		: center;
	}

#menu h2 {
	font-weight		: bold; 
	font-size		: 11pt;
	color			: #FFFFCE;
	background		: #664320;
	font-variant	: small-caps;
}

#menu a {
	font-weight		: bold;
	font-size		: 10pt;
	color			: #000000;
	background-color: #ede29a; 
	text-decoration	: none;
}

#menu a:hover {
	color			: #FFFFCE;
    font-weight     : bold;
	background		: #004400;
}

#menu li {
	position		: relative;
	}

#menu ul ul ul {
	position		: absolute;
	top				: 0;
	left			: 100%;
	width			: 100%;
	}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul {
	display			: none;
	}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display			: block;
	}
	
.HorizMenu {
	}
	
ul.HorizMenu {
	list-style		: none;
	}
	
ul.HorizMenu li {
	float			: left;
	padding-bottom	: 0px !important;
	padding-right	: 0px !important;
	}
	
ul.HorizMenu a {
	font			: bold 11px arial, helvetica, sans-serif !important;
	display			: block;
	width			: 167px;
	text-align		: center;
	border			: 1px solid black;
	text-decoration	: none !important;
	padding-top		: 1px;
	padding-bottom	: 1px;
	color			: black !important;
	background-color: #EFE7AD;
	}
	
ul.HorizMenu a:hover {
	color			: #000000;
    font-weight     : bold;
	background		: #FFFF00;
}

/* .ButtonTop p {
	text-align		: center;
	} */

.ButtonTop a {
	font			: bold 11px arial, helvetica, sans-serif !important;
	display			: block;
	width			: 167px;
	text-align		: center;  
	border			: 1px solid black;
	text-decoration	: none !important;
	padding-top		: 1px;
	padding-bottom	: 1px;
	color			: black !important;
	background-color: #EFE7AD;
	}
	

#menu a.buttonSafeSubscribe {
	width			: 152px;
	height			: 14px;
	display			: block;
	text-align		: center;
	background-repeat: no-repeat;
	background-image: url(http://www.finestofthewheat.org/images/SafeSubscribe.gif);
	}
	
#menu a.buttonSafeSubscribe:hover {
	background-image: url(http://www.finestofthewheat.org/images/SafeSubscribeHover.gif);
	}
