#rnavm { /* main container for the list elements */
  background: #ffffff;
  float: right; /* position the container w.r.t. the main container */
  font-family: "Arial Narrow";
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 2em;
  text-align: center;
  width: 43%;
}

#rnav, #rnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#rnav a {
  background: #ffffff;
  color: #000000;
  display: block;
  margin: 0em 0.25em 0em 0.25em;
  padding: 0em 0.25em 0em 0.25em;
  text-decoration: none;
}

#rnav li {
  border-right: solid #707070;
  border-width: 0.12em;
  float: right;
}

#rnav li ul {
  left: -999em;
  position: absolute;
}

#rnav li:hover ul {
  left: auto;
}

#rnav li.sfhover ul {
  left: auto;
}

#rnav li a:hover {
  color: #890000;
}

ul#rnav li.last { /* to remove border from the last list item */
  border-right: none;
  padding-right: 10px;
}
.logoutLinkButton {
    border: none;
    background: #ffffff;
    color: #000000;
    margin: 0em 0.25em 0em 0.25em;
    padding: 0em 0.25em 0em 0.25em;
    cursor: pointer;   
    text-decoration: none;
    font-weight: bold;
}
.logoutLinkButton:focus {
    outline: none;  
}
