/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; font-weight:normal;}
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 1;} /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: inherit;}
    #nav ul ul { top: 0; }
    
    
/* Essentials - configure this */

#nav ul { width: 130px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav { 
   height:39px;
	left:302px;
	top: 90px;
	float: left; 
	width: 658px;
}
#nav *:hover { background-color: none; }
#nav a { border-right: 0px solid white; color: white; font-size: 11px; padding: 0px; text-decoration: none; }
  #nav li.hover a { background-color: #5E5A5A; }
  #nav ul { top: 31px; } /* first dropdown  menu*/
    #nav ul li a { background-color: #5E5A5A; padding-left: 10px }
      #nav ul a.hover { background-color: #43a905; }
   #nav ul a { border-bottom: 1px dotted white; border-top: 1px dotted white; border-right: 1px solid white; border-left: 1px solid white; opacity: 0.9; filter: alpha(opacity=90); padding: 5px; line-height: 1; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


a#projects { background-image:url(../images/navi_projects1.gif); height: 39px; width:68px; display:block; }
a#projects span { display:none; }
a#projects:hover { background-image:url(../images/navi_projects2.gif); }

a#psites { background-image:url(../images/navi_prjctsites1.gif); height: 39px; width:100px; display:block; }
a#psites  span { display:none; }
a#psites:hover { background-image:url(../images/navi_prjctsites2.gif); }

a#solutions { background-image:url(../images/navi_consolutions1.gif); height: 39px; width:177px; display:block; }
a#solutions  span { display:none; }
a#solutions:hover { background-image:url(../images/navi_consolutions2.gif); }

a#community { background-image:url(../images/navi_community1.gif); height: 39px; width:90px; display:block; }
a#community  span { display:none; }
a#community:hover { background-image:url(../images/navi_community2.gif); }

a#donations { background-image:url(../images/navi_howtogetinvolved1.gif); height: 39px; width:151px; display:block; }
a#donations  span { display:none; }
a#donations:hover { background-image:url(../images/navi_howtogetinvolved2.gif); }

a#shop { background-image:url(../images/navi_shop1.gif); height: 39px; width:40px; display:block; }
a#shop  span { display:none; }
a#shop:hover { background-image:url(../images/navi_shop2.gif); }

#container #leftbar .gallery1 {
	color: #CCC;
}

.locate_gray{
	padding:4px 4px 4px 4px;
	background-color:#eeeeee;
	color:#1d1d1d;
	font-weight: bold;
	border:none;
	font-size:10px;
}