

#nav {
  float:left;
  width:609px;

  margin-bottom:15px;
  background:#8290b7 url("../img/bg.gif") repeat-x bottom;
  font-size:100%;
  line-height:normal;
  padding-left:146px;

  }
#nav ul {
  margin:0;
  padding:0px 0px 0;
  list-style:none;
  }
#nav li {
  float:left;
  background:url("../img/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 17px;
  }
#nav a {
  float:left;
  display:block;
  background:url("../img/right.gif") no-repeat right top;
  padding:9px 22px 4px 0px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  margin-left:auto;
  margin-right:auto;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
  color:#333;
  }
#nav #current {
  background-image:url("../img/left_on.gif");
  }
#nav #current a {
  background-image:url("../img/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }