@charset "UTF-8";
/* Marmarth Research Foundation */
/* Styles for the navigation */

/* NAVIGATION */

#navigation {
  height:11px;
  line-height:0;
  margin:10px 0 25px;
  padding:0;
  overflow:hidden;
  position:relative;
}

#navigation ul {
  float:right;
  list-style:none;
  margin:0;padding:0;
  width:505px;
  position:static;
}

#navigation>ul { width:520px; }

#navigation li {
  float:left;
  margin:0 0 0 24px;
  padding-top:0;
}

#navigation a { 
  background-repeat:no-repeat;
  display:block;
  line-height:0;
  margin-top:0;
}

#tab-goals			{ background:url("/images/tab_goals.gif");width:73px; }
#tab-excavations	{ background:url("/images/tab_excavations.gif");width:82px; }
#tab-fieldprogram	{ background:url("/images/tab_fieldprogram.gif");width:102px; }
#tab-staff			{ background:url("/images/tab_staff.gif");width:35px; }
#tab-publications	{ background:url("/images/tab_publications.gif");width:90px; }
#navigation	*		{ background-position:0px -22px;height:11px;border:0; }
#navigation a:hover	{ background-position:0px -11px; }

#goals #tab-goals,
#goals #tab-goals:hover,
#excavations #tab-excavations,
#excavations #tab-excavations:hover,
#fieldprogram #tab-fieldprogram,
#fieldprogram #tab-fieldprogram:hover,
#staff #tab-staff,
#staff #tab-staff:hover,
#publications #tab-publications,
#publications #tab-publications:hover { background-position:0 0px; }

