/* Style Sheet
--------------------------------------------
site:    www.joineugene.com
version: 0.10 (date: 2006.12)
purpose: All rules applied to navigational items.

author:  JSP
company: www.huberspace.net
------------------------------------------ */

/* =GLOBAL NAV
------------------------------------------ */

#globalnav
{
  background: #fff;
  height: 40px;
}

#globalnav ul
{
  text-align: right;
  min-width: 770px;   /* this keeps the center text from becoming unreadable due to line length */
  max-width: 1000px;   /* this keeps the center text from becoming unreadable due to line length */
  list-style-type: none;
  margin:0;
  padding:10px 0 0 0;
}

#globalnav li
{
  display: inline-block;
  margin: 0;
  padding: 0 29px 0 4px;
  background: url('/images/eugene-bullet.png') no-repeat right center;
}

#globalnav li:last-child
{ 
  background: none;
  padding: 0;
}

#globalnav li a
{
  color: #00f;
  display: block;
  font-size: 100%;
  line-height:24px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}


#globalnav li a:hover
{
  color: #ff9f3e;
}

/* =SITE NAV
------------------------------------------ */

#mainnav ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#mainnav li
{
  display: block;
  background: #336 url('/images/buttonbg.gif') repeat-x left top;
  width: 100%;
  border-top:#55557F solid 1px;
  border-bottom:#282850 solid 1px;
}

#mainnav a
{
  background: url('/images/eugene-bullet.png') no-repeat 5px center;
  color: #fd9a36;
  display: block;
  font-size: 100%;
  font-weight:bold;
  text-decoration: none;
  padding:.8em 0 .8em 33px;
  line-height: 1;
}

#mainnav li.contribute a
{
  color: #fc0;
}

#mainnav li.contribute
{
  margin-bottom:.4em;
}

#mainnav a:hover,
.selected ul#nav a
{
  /* background-position: right bottom; */
  color: #fff;
}
