#nav {
  position: absolute;
  width: 812px;
  height: 33px;
  right: 0px;
  top: 75px;
  background: blue url('../images/layout/menu.gif') no-repeat;
  margin: 0;
  padding: 0;
  text-align: left;
}

#nav span {
  display: none;
}

#nav li {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}

#about a, #admission a, #certification a, #faculty a, #courses a, #resources a, #faq a, #contact a {
  position: absolute;
  top: 0;
  height: 33px;
  display: inline;
}

#about a { width: 70px; left: 0; }
#admission a { width: 89px; left: 71px; }
#certification a { width: 143px; left: 161px; }
#faculty a { width: 98px; left: 305px; }
#courses a { width: 176px; left: 404px; }
#resources a { width: 147px; left: 581px; }
#contact a { width: 82px; left: 730px; }

#about a:hover { background: transparent url('../images/layout/menu.gif') 0 -33px no-repeat; }
#admission a:hover { background: transparent url('../images/layout/menu.gif') -71px -33px no-repeat; }
#certification a:hover { background: transparent url('../images/layout/menu.gif') -161px -33px no-repeat; }
#faculty a:hover { background: transparent url('../images/layout/menu.gif') -305px -33px no-repeat; }
#courses a:hover { background: transparent url('../images/layout/menu.gif') -404px -33px no-repeat; }
#resources a:hover { background: transparent url('../images/layout/menu.gif') -581px -33px no-repeat; }
#contact a:hover { background: transparent url('../images/layout/menu.gif') -730px -33px no-repeat; }

#rci_1 #about a { background: transparent url('../images/layout/menu.gif') 0 -66px no-repeat; }
#rci_2 #admission a { background: transparent url('../images/layout/menu.gif') -71px -66px no-repeat; }
#rci_3 #certification a { background: transparent url('../images/layout/menu.gif') -161px -66px no-repeat; }
#rci_4 #faculty a { background: transparent url('../images/layout/menu.gif') -305px -66px no-repeat; }
#rci_5 #courses a { background: transparent url('../images/layout/menu.gif') -404px -66px no-repeat; }
#rci_6 #resources a { background: transparent url('../images/layout/menu.gif') -581px -66px no-repeat; }
#rci_7 #faq a { background: transparent url('../images/layout/menu.gif') -672px -66px no-repeat; }
#rci_8 #contact a { background: transparent url('../images/layout/menu.gif') -730px -66px no-repeat; }

#addlinks {
  position: absolute;
  top: 108px;
  left: 138px;
  width: 812px;
  height: 25px;
  background: url('../images/layout/temp.gif') no-repeat;
}

#addlinks ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 7px 0 0 19px;
  text-transform: uppercase;
}

#addlinks ul li {
  display: inline;
}

#addlinks a {
  color: #000;
  margin-right: 32px;
}

#addlinks a:hover {
  color: #21409a;
}
