/* header nav */

#header-nav-bg {
  background: url(../img/header_07.jpg) top no-repeat;
  width: 560px;
  height: 20px;
}

#header-nav {
  margin: 0;
  padding: 0;
}

#header-nav ul {
  margin: 0 0 0 15px;
  padding: 0;
}

#header-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
  float: left;
  margin: 0 0 0 -15px;
  line-height: 20px;
}

#header-nav li#active a:link {
  background: url(../img/header-nav/active.png) top no-repeat;
  width: 90px;
  height: 20px;
  display: block;
  cursor: default;
  text-decoration: none;
  color: #ffffff;
}

#header-nav li#active a:visited {
  background: url(../img/header-nav/active.png) top no-repeat;
  width: 90px;
  height: 20px;
  display: block;
  cursor: default;
  text-decoration: none;
  color: #ffffff;
}

#header-nav li#active a:hover {
  background: url(../img/header-nav/active.png) top no-repeat;
  width: 90px;
  height: 20px;
  display: block;
  cursor: default;
  text-decoration: none;
  color: #ffffff;
}

#header-nav li.button a:link {
  background: url(../img/header-nav/passive.png) top no-repeat;
  width: 90px;
  height: 20px;
  display: block;
  text-decoration: none;
  color: #3a3a3d;
}

#header-nav li.button a:visited {
  background: url(../img/header-nav/passive.png) top no-repeat;
  width: 90px;
  height: 20px;
  display: block;
  text-decoration: none;
  color: #3a3a3d;
}


#header-nav li.button a:hover {
  background: url(../img/header-nav/hover.png) top no-repeat;
  width: 90px;
  height: 20px;
  display: block;
  text-decoration: none;
  color: #ffffff;
}
