
/* MENU  */
/* MENU GREEN BG */

#menu_main {
	width: 974px;
	height:75px;
	padding:5px;
	margin: 5px auto;
	position: relative;
	z-index: 1;
	word-spacing: 2.0pt;
	}		


.menunormgreen {
	font-weight: bold; 
	text-decoration: none; 
	color: #2A2C21;
	font-size: .7em;
	word-spacing: 2.0pt;

	font-family: 'Lucida Grande', Geneva, trebuchet MS, sans-serif;
}
.menunormgreen a:link { 
		font-weight: bold; 
		text-decoration: none; 
		color: #FFF;
		}
.menunormgreen a:visited { 
		font-weight: bold; 
		text-decoration: none; 
		color: #FFF;

		}
.menunormgreen a:hover, a:active { 
		text-decoration: none; 
		font-weight: bold;
		color: #333;

		}


.menunorm2green {
font-family: 'Lucida Grande', Geneva, trebuchet MS, sans-serif;
font-size: .8em;
font-weight: bold;
word-spacing: 2.0pt;
text-decoration: none; 
}
.menunorm2green a:link { 
font-weight: bold;
text-decoration: none; 
		color: #FFF;

		}
.menunorm2green a:visited { 

font-weight: bold;
text-decoration: none; 
		color: #FFF;

		}
.menunorm2green a:hover, a:active { 

font-weight: bold;
text-decoration: none; 
		color: #333;
		}

