/*MAIN MENU STRUCTURE*/
#menuFrame ul {  
   padding: 5px 0 0 0;
   list-style: none;	
   margin: 0 0 0 40px;
   }
	
#menuFrame ul li { 
   	float: left;
	display:inline;
	}
	
#menuFrame ul a {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.2em;
	font-weight:bold;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #047f00;	
	margin: 0 15px;
	}
	
#menuFrame ul a:hover {
     text-decoration: none;
	 color:#525252;	 
	 }
	 
	 
 

