.bg {
  background: transparent url(images/kaval2.jpg) no-repeat;
}

#siteNav {
  width: 100%;
  padding: 20px 0 0px 0px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/kaval2.jpg) no-repeat center;
  height: 40px;
}

#siteNav li {
  display: inline;
  list-style: none;
}

#siteNav li a {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  font-family: "Trebuchet MS", Helvetica;
  font-weight: bold;
  font-size: 18px;
  color: black;
}

#siteNav li a:hover {
  color: #700;
}

#siteNav li.selected {
  font-family: "Trebuchet MS", Helvetica;
  font-weight: bold;
  font-size: 18px;
  color: #700;
  margin-left: 10px;
  margin-right: 15px;
}


