/*******************************
 CSS MENU FOR WWW.LCRA.ORG
 *******************************/

.LCRAMenu {
  font-size:10px;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight:bold;
  text-align:center;
  width:100px;
  border-top-style:solid;
  border-top-width:1px;
  border-top-color:white;
  border-left-style:solid;
  border-left-width:1px;
  border-left-color:white;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:white;  
}
.LCRAMenu a {
  display:block;
  padding: 2px 0px 2px 0px;
  text-decoration: none;  
  color:#FFFFFF;
}

.LCRAMenuEnergy a:hover { 
  background-color:#395B7F;
  display:block;
  padding: 8px 0px 8px 0px;
}
.LCRAMenuEnergy {
  background-color:#2B4560;     
}
.LCRAMenuEnergy.MenuOn {
  border-bottom-color:#2B4560;
}

.LCRAMenuWater a:hover { 
  background-color:#1E6C7F;
  display:block;
  padding: 8px 0px 8px 0px;
}
.LCRAMenuWater { 
  background-color:#185665;
}
.LCRAMenuWater.MenuOn { 
  border-bottom-color:#185665;
}


.LCRAMenuCommunity a:hover { 
  background-color:#498C7D;
}
.LCRAMenuCommunity { 
  background-color:#3C7467;
}
.LCRAMenuCommunity.MenuOn { 
  border-bottom-color:#3C7467;
}


.LCRAMenuEnvEdu a:hover { 
  background-color:#5A8F99;
}
.LCRAMenuEnvEdu { 
  background-color:#4B7780;
}
.LCRAMenuEnvEdu.MenuOn { 
  border-bottom-color:#4B7780;
}


.LCRAMenuAboutLCRA a:hover{ 
  background-color:#29AB97;
  display:block;
  padding: 8px 0px 8px 0px;
}
.LCRAMenuAboutLCRA { 
  background-color:#239281;
}
.LCRAMenuAboutLCRA.MenuOn { 
  border-bottom-color:#239281;
}

/*   Classes below for Google display  */
.powered {
	font-size:8px;
	color:white;
	padding: 1px 0px 3px 4px;	
}

.googleimg {
	padding: 2px 0px 0px 0px;
}



