#nav, #nav ul {
  float: right;
  width: 557px;
  background: url(images/stripe.gif) bottom repeat-x;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-top:51px;
  font-size:12px;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  height:30px;
  }

#nav.home {
  width: 587px;
  margin-top:0;
  }



#nav a {
  display: block;
  padding:4px 27px;
  color:#fff;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  letter-spacing:normal;
  text-decoration:none;
  vertical-align:top;
  }

#nav.home a {
  padding:4px 27px;
  }

#nav a:hover {
/*  background:#8c0000;
*/
  }

#nav li {
  float:left;
  }

#nav li.about li {
  width:151px;
  }

#nav li.scholars li {
  width:195px;
  }

#nav li.involved li {
  width:122px;
  }

#nav li.news li {
  width:165px;
  }

#nav li.contact li {
  width:116px;
  }

#nav.home li.involved li {
  width:122px;
  }

#nav.home li.contact li {
  width:116px;
  }

#nav li:hover, #nav li.sfhover {
  background:#4ebfe5;
  }

#nav li ul li {
  background:#5689a5;
  float:none;
  min-width:112px;
  }

#nav li li a {
  border-bottom: 1px solid #FEB811;
  margin:0;
  }

#nav li ul {
  margin-top:0;
  background-image:none;
  position: absolute;
  width: auto;
  left: -999em;
  hasLayout:1;
  }

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
  }

#content, #content_full {
  clear: left;
  }
