	
		
		div.menuBar3,
 div.menuBar3 a.menuButton3 {
   font-family:  Comic Sans MS;
   font-size: 10pt;
	font-weight: bold;
	  line-height: 24px;
  
 }
 
 div.menuBar3 {
   
   padding: 0 0 0 0;
   text-align: center;
 
	
 }
 
 div.menuBar3 a.menuButton3 {
  /* background-color: #275027;*/
  /* border: 3px solid;*/
   /*border-color: #af7817 #eac117 #af7817 #eac117;*/
   color: #eac117;
   cursor: pointer;
   left: 0px;
   margin: 0 0 0 0;
   padding:2px 2px 2px 2px;
   position: relative;
   text-decoration: none;
   top: 0px;
   z-index: 100;
 }
 
 div.menuBar3 a.menuButton3:hover {
  /* background-color: #275027;*/
   border-color: #eac117 #af7817 #eac117 #af7817;
   color: yellow;
	
	font-size: .9em;
 }
 