﻿/* Navigation Menu Bar Style Sheet: Garvald and Morham Wireless Broadband Network
Copyright David Walls, Atlantic Bow (Communications) Limited
April, 2006
See: http://www.atlanticbow.co.uk
*/



#menu {
  min-width: 40em;
  max-width: 60em;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 1.25em;
  border-bottom: solid 1px black;
}

#menu li {
  display: inline;
  padding: 0;
  margin: 0;
}

#menu li a:link, #menu li a:visited {
  text-decoration: none;
  text-align: center;
  float: left;
  display: block;
  width: 7em;
  padding: 2px 0px;
  margin: 0;
  background-color: #eee;
  color: #053188;
  font-size: 8pt;
  font-variant: small-caps;
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #ddd;
}

#menu li a#selected:link, #menu li a#selected:visited {
  text-decoration: underline;
  background-color: #fff;
  color: #053188;
}

#menu li a:hover {
  text-decoration: underline;
  background-color: #fff;
  color: #053188;
}

#menu li a:active {
  background-color: #fff;
  color: #053188;
  border-right: solid 1px #ddd;
}

#menu, .menu * {
background-color: rgb(  0,  79, 147) !important;
color: white !important;
}