/* COLOR NAMES
 
#191970 - MIDNIGHT BLUE 
#FFFF99 - PALE DULL YELLOW
#33FF99 - LIGHT HARD TEAL
#330000 - OBSCURE WEAK RED
#006400 - XMAS (DARK) GREEN
*/
 
 
div#Outline 
{
  position:  absolute;
  top:       60px;
  left:      0;
  width:     100%;
  z-index:   1; 
  height:    30px;
}

/*----------------------------*/
/* MAIN DEFINITIONS           */
/*----------------------------*/

div#members
,div#administration, div#administration_annualreports
,div#education
,div#education_archive, div#education_thirdgrade, div#education_confirmation
,div#ministry
,div#committees
,div#activities
,div#activities_dartball
,div#activities_softball
,div#photogallery
,div#photogallery_building, div#photogallery_choir, div#photogallery_ff
,div#photogallery_egghunt, div#photogallery_caroling, div#photogallery_chickenDinner
,div#photogallery_2005, div#photogallery_education
,div#siteMap ,div#end

{
  z-index:    10;
  position:   absolute;
  top:        60px;
  overflow:   hidden;
  
  color:      #FFFF99;
  border:     solid red 0px;
  
/*PADDING: TOP RIGHT BOTTOM LEFT */
  /* padding:    5px 5px 5px 5px; */
  text-align: left;
  
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   11px; 
 
  opacity:     .92;	
  filter:alpha(opacity=92);
  -moz-opacity:.92;   
}


/*----------------------------*/
/* SUB-MENU DEFINITIONS       */
/*----------------------------*/
div#administration_annualreports, div#education_archive, div#education_thirdgrade, div#education_confirmation, div#activities_dartball, div#activities_softball, div#photogallery_caroling, div#photogallery_chickenDinner, div#photogallery_2005, div#photogallery_education, div#photogallery_building, div#photogallery_choir, div#photogallery_ff, div#photogallery_egghunt
{
  z-index: 15;  
  display: none;  
  background-color: #003300;
}



/*----------------------------*/
/* CLIP DEFINITIONS           */
/*----------------------------*/
		
/* left=space from left of page, width=display width of EXPANDED menu
   rect(top right bottom left)
   clip:rect=2nd:same as width, 3rd:display height of REDUCED menu      */
div#members                { left:   0px;  width:155px;  clip:rect(0px 155px 30px 0px); }
div#administration         { left:  78px;  width:150px;  clip:rect(0px 150px 30px 0px); }
div#education              { left: 129px;  width:150px;  clip:rect(0px 150px 30px 0px); }
div#ministry               { left: 203px;  width:175px;  clip:rect(0px 175px 30px 0px); }
div#committees             { left: 311px;  width:175px;  clip:rect(0px 175px 30px 0px); }
div#activities             { left: 397px;  width:200px;  clip:rect(0px 200px 30px 0px); }
div#photogallery           { left: 467px;  width:260px;  clip:rect(0px 260px 30px 0px); }
div#siteMap                { left: 575px;  width:156px;  clip:rect(0px 156px 30px 0px); }
div#end                    { left: 640px;  width:106px;  clip:rect(0px 106px 30px 0px); height:30px;}

div#education_archive      { left: 270px; width:150px;  top: 205px; }
div#education_thirdgrade   { left: 270px; width:210px;  top: 244px; }
div#education_confirmation { left: 270px; width:210px;  top: 267px; }
div#administration_annualreports { left: 210px; width:100px;  top: 198px; }

div#activities_dartball    { left: 500px; width:200px;  top: 136px; }
div#activities_softball    { left: 525px; width:200px;  top: 205px; }

/* top - 23px for each */
div#photogallery_building       { left: 620px; width:240px;  top:  90px; }
div#photogallery_chickenDinner  { left: 620px; width:160px;  top: 113px; }
div#photogallery_choir          { left: 620px; width:210px;  top: 136px; }
div#photogallery_caroling       { left: 620px; width:160px;  top: 159px; }
div#photogallery_education      { left: 620px; width:185px;  top: 182px; }
div#photogallery_egghunt        { left: 620px; width:160px;  top: 205px; }
div#photogallery_ff             { left: 620px; width:160px;  top: 228px; }
div#photogallery_2005           { left: 620px; width:185px;  top: 251px; }



/* END */