body {
 background: white url('/images/ab-backgroundlogo.png') no-repeat;
 background-attachment: fixed;
 background-position: center;
}

#logobar {
  background: #ccc;
  text-align: left;
  border-bottom: 3px solid black;
}

#logobar h1 {
  
}


#navigation {
  vertical-align: top;
  border: 3px gray outset;
  border-top: 1px black solid;
  border-left: none;
  padding: 0px;
  padding-top: 1em;
}

#navigation hr {
 color: black;
 height: 1px;
}

#navigation a {
 color: black;
}

#navigation .menu {
  padding-left: 1em;
  padding-right: .5em;
  padding-bottom: 0em;
  //  border-bottom: 1px solid black;
}

a.menuitem {
  text-decoration: none
}

a.menuitem:hover {
 background: #ddd;
 border-top: black 2px solid;
 border-bottom: black 2px solid;
}

a.menuitem:visited {
 color: #333;
}

a.menutitle {
  font-weight: bold;
}

#banners {
 overflow: hidden;
 padding: 0px;
 text-align: center;
}

#contact {
 width: 10em;
 padding-left: 1em;
 padding-bottom: .4em;
 // background-color: #ccc;
}

#contact a {
  text-decoration: none;
  font-size: smaller;
}

#footer {
  text-align: right;
}
