/* CSS FOR SITE MENU */

/* ================================================================= */
/* ============================MAIN MENU============================ */
/* ================================================================= */

/* =============================================================HOME */
#main_menu_one
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: 0 0;

}

#main_menu_one:hover
{ 
  background-position: -250px 0px;
}

#main_menu_one span
{
  display: none;
}

/* =======================================================DIRECTIONS */
#main_menu_two
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: 0px -20px;

}

#main_menu_two:hover
{ 
  background-position: -250px -20px;
}

#main_menu_two span
{
  display: none;
}
/* ==============================================CONTACT INFORMATION */
#main_menu_three
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: 0px -40px;

}

#main_menu_three:hover
{ 
  background-position: -250px -40px;
}

#main_menu_three span
{
  display: none;
}
/* ==========================================================GALLERY */
#main_menu_four
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: 0px -60px;

}

#main_menu_four:hover
{ 
  background-position: -250px -60px;
}

#main_menu_four span
{
  display: none;
}


/* ================================================================= */
/* ========================= Past Events =========================== */
/* ================================================================= */

/* ========================================================== 2009 */
#past_events_one
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -500px 0px;

}

#past_events_one:hover
{ 
  background-position: -750px 0px;
}

#past_events_one span
{
  display: none;
}

/* ======================================================== 2010 */
#past_events_two
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -500px -20px;

}

#past_events_two:hover
{ 
  background-position: -750px -20px;
}

#past_events_two span
{
  display: none;
}

/* ========================================================= Saturday 
#past_events_three
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -500px -40px;

}

#past_events_three:hover
{ 
  background-position: -750px -40px;
}

#past_events_three span
{
  display: none;
}

 =========================================================== Sunday 
#past_events_four
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -500px -60px;

}

#past_events_four:hover
{ 
  background-position: -750px -60px;
}

#past_events_four span
{
  display: none;
}

 ================================================= Special Guests 
#past_events_five
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -500px -80px;

}

#past_events_five:hover
{ 
  background-position: -750px -80px;
}

#past_events_five span
{
  display: none;
}

 ====================================================== Program PDF 
#past_events_six
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -500px -100px;

}

#past_events_six:hover
{ 
  background-position: -750px -100px;
}

#past_events_six span
{
  display: none;
}*/


/* ================================================================= */
/* ============================== Current ========================== */
/* ================================================================= */

/* ========================================================== Admission */
#current_event_one
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -2500px 0px;

}

#current_event_one:hover
{ 
  background-position: -2750px 0px;
}

#current_event_one span
{
  display: none;
}

/* ====================================================== Friday  */


#current_event_two
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -2500px -20px;

}

#current_event_two:hover
{ 
  background-position: -2750px -20px;
}

#current_event_two span
{
  display: none;
}

/* ====================================================== Saturday */


#current_event_three
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -2500px -40px;

}

#current_event_three:hover
{ 
  background-position: -2750px -40px;
}

#current_event_three span
{
  display: none;
}

/* ====================================================== Sunday */


#current_event_four
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -2500px -60px;

}

#current_event_four:hover
{ 
  background-position: -2750px -60px;
}

#current_event_four span
{
  display: none;
}

/* ====================================================== blank */


#current_event_five
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -2500px -80px;

}

#current_event_five:hover
{ 
  background-position: -2750px -80px;
}

#current_event_five span
{
  display: none;
}

/* ====================================================== blank */


#current_event_six
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -2500px -100px;

}

#current_event_six:hover
{ 
  background-position: -2750px -100px;
}

#current_event_six span
{
  display: none;
}



/* ================================================================= */
/* ==========================ACCOMODATIONS========================== */
/* ================================================================= */

/* ===========================================BED AND BREAKFAST INNS */
#accommodations_one
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -1000px 0;

}

#accommodations_one:hover
{ 
  background-position: -1250px 0px;
}

#accommodations_one span
{
  display: none;
}

/* ================================================HOTELS AND MOTELS */
#accommodations_two
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -1000px -20px;

}

#accommodations_two:hover
{ 
  background-position: -1250px -20px;
}

#accommodations_two span
{
  display: none;
}

/* =======================================================RV PARKING */
#accommodations_three
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -1000px -40px;

}

#accommodations_three:hover
{ 
  background-position: -1250px -40px;
}

#accommodations_three span
{
  display: none;
}

/* ====================================================ACCESSIBILITY */
#accommodations_four
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -1000px -60px;

}

#accommodations_four:hover
{ 
  background-position: -1250px -60px;
}

#accommodations_four span
{
  display: none;
}



/* ================================================================= */
/* ==========================VENDOR INFO============================ */
/* ================================================================= */

/* ===========================================BED AND BREAKFAST INNS */
#vendor_one
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -3000px 0;

}

#vendor_one:hover
{ 
  background-position: -3250px 0px;
}

#vendor_one span
{
  display: none;
}

/* ================================================HOTELS AND MOTELS */
#vendor_two
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -3000px -20px;

}

#vendor_two:hover
{ 
  background-position: -3250px -20px;
}

#vendor_two span
{
  display: none;
}


/* ================================================================= */
/* =========================== GALLERY ============================= */
/* ================================================================= */

/* ===================================================== gallery one */
#gallery_one
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -1500px 0;

}

#gallery_one:hover
{ 
  background-position: -1750px 0px;
}

#gallery_one span
{
  display: none;
}

/* ===================================================== gallery two */
#gallery_two
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -1500px -20px;

}

#gallery_two:hover
{ 
  background-position: -1750px -20px;
}

#gallery_two span
{
  display: none;
}

/* ===================================================== gallery three */
#gallery_three
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -1500px -40px;

}

#gallery_three:hover
{ 
  background-position: -1750px -40px;
}

#gallery_three span
{
  display: none;
}


/* ================================================================= */
/* ==============================LINKS============================== */
/* ================================================================= */

/* ====================================================LINDSBORG CVB */
#links_one
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -2000px 0;

}

#links_one:hover
{ 
  background-position: -2250px 0px;
}

#links_one span
{
  display: none;
}

/* ====================================LINDSBORG CHAMBER OF COMMERCE */
#links_two
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -2000px -20px;

}

#links_two:hover
{ 
  background-position: -2250px -20px;
}

#links_two span
{
  display: none;
}

/* ================================================CITY OF LINDSBORG */
#links_three
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -2000px -40px;

}

#links_three:hover
{ 
  background-position: -2250px -40px;
}

#links_three span
{
  display: none;
}

/* ==================================================OLD MILL MUSEUM */
#links_four
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -2000px -60px;

}

#links_four:hover
{ 
  background-position: -2250px -60px;
}

#links_four span
{
  display: none;
}

/* ================================================= Red Barn Studio */
#links_five
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -2000px -80px;

}

#links_five:hover
{ 
  background-position: -2250px -80px;
}

#links_five span
{
  display: none;
}

/* ====================================================== Sandzen Memorial */
#links_six
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -2000px -100px;

}

#links_six:hover
{ 
  background-position: -2250px -100px;
}

#links_six span
{
  display: none;
}

/* ================================================= Smokey Valley Community Foundation*/
#links_seven
{
  display: block;
  width: 250px;
  height: 20px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -2000px -120px;

}

#links_seven:hover
{ 
  background-position: -2250px -120px;
}

#links_seven span
{
  display: none;
}

/* ====================================================== McPherson Community Foundation */
#links_eight
{
  display: block;
  width: 250px;
  height: 40px;
  background: url(/assets/graphics/menu/menu.png) no-repeat;
  background-position: -2000px -140px;

}

#links_eight:hover
{ 
  background-position: -2250px -140px;
}

#links_eight span
{
  display: none;
}
