/*
 * header.css includes style for the header and top navigation.
 * @author Les Steward
 */

div#header {
}

div#header a img {
  border: 0;
}

div#header ul#headermenu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%; /* 720 | 950 */
  float: left;
}

div#header ul#headermenu li {
  float: left;
}

div#header ul#headermenu a {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  display: block;
  float: left;
  padding: 0 1.5em;
  line-height: 2.5em;
  text-decoration: none;
  margin-left: 5px;
  
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;  
}
