
#menu {
	padding: 0;	
	margin: 0;
	margin-top: 10px;
	width: 100%;
	height: 118px;
	background: transparent;
	clear: left;
}

.menu_item {
	margin: 0;
	padding: 0;
	background: #bdd73c;
	background: white;
	width: 19.2%;
	border: none;
	/*float: left;
	*/height: 110px;
	position: absolute;
/*	border: 4px double white;
*/
}
.menu_item_spacer {
	margin: 0;
	padding: 0;
	background: transparent;
	/*	background: #bdd73c; */
	float: left;
	height: 110px;
	position: relative;
	width: 1%;
}
.menu_item { font-size: 10pt; color: #015229; }

.menu_item a:hover { text-decoration: underline; color: red; }
.menu_item a:link { text-decoration: none; color: #015229; color:gray; }
.menu_item a:visited { text-decoration: none; color: #015229; color:gray; }

.menu_item ul { font-size: 8pt; text-indent: 0px; list-style: none; padding-left: 0px; }
/*.menu_item ul li:before { font-weight: bold; content: "o \0020"; }*/
.menu_item ul a:hover { color: red; }

.menu_item h1 { font-weight: bold; color: white; color: #015229; padding-top: 10px; margin:0px; font-size: 10pt; text-align: left; }
.menu_item h1 a:link { color: white; color: #015229; }
.menu_item h1 a:visited { color: white; color: #015229; }
.menu_item h1 a:hover {color: #015229; }
.menu_item p { margin-top: 0px; padding-top: 0px; text-align: center; }
