/* navigation styles */

#navspacer { /* div to move navigation above centre content column */
  width: 200px;
  height: 22px;
  float: left;
}


#nav {
  float:left;
  width:100%;
  background: #DAE0D2 url("bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#nav ul {
  padding:10px 10px 0;
  list-style:none;
  }
#nav li {
  float:left;
  background:url("left.gif") no-repeat left top;
  margin: 8px;
  padding:0 0 0 9px;
  }
#nav a {
  float:left;
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color: #FF9933;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }

#nav ul {
      margin:0;
      padding: 10px 10px 0;
      list-style:none;
      }
    #nav li {
      float:left;
      background:url("left.gif") no-repeat left top;
      margin: 5px;
      margin-bottom: 1px;
      padding:0 0 0 9px;
      }
    #nav a {
      display:block;
      background:url("right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color: #003399;
      }
    #nav a:hover {
      color: #fff;
      }
    #nav #current {
      background-image:url("left_on.gif");
      }
    #nav #current a {
      background-image:url("right_on.gif");
      color:#333;
      padding-bottom:5px;
      }