#menu * {
  padding: 0;
  margin: 0;
  font-size: 100%;
}

#menu {
  text-align: center;
  line-height: 25px;
  height: 25px;
}
#menuin {
  _padding-top: 5px;
}

#menu a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 1px 5px;
  text-transform: uppercase;
  font-size: 120%;
}
#menu a:hover {
  background: #fff;
  color: rgb(225,149,64);
}
#menu a.selected {
  background: #fff;
  color: rgb(225,149,64);
}


#menu img {
  vertical-align: -3px
}


#left * {
  padding: 0;
  margin: 0;
  font-size: 100%;
}
#left #leftin {
  margin: 0 0 0 10px; 
}
#left ul {
  list-style: none;
}

#left li {
  height: 36px;
  line-height: 36px;
  background: url(img/sm-li.jpg) top left no-repeat;
}
#left li.first {
  background: url(img/sm-li-first.jpg) top left no-repeat;
}
#left li.last {
  background: url(img/sm-li-last.jpg) top left no-repeat;
}
#left li.under {
  background: url(img/sm-li-under.jpg) top left no-repeat;
}

#left li span {
  padding: 0 10px;
}
#left li a {
  font-weight: bold;
  color: rgb(225,149,64);
  text-decoration: none;
  padding: 1px;
  text-transform: uppercase;
  font-family: arial;
  font-size: 110%;
}
#left li a:hover {
  background: rgb(225,149,64);
  color: #fff;
}
#left li a.selected {
  background: rgb(225,149,64);
  color: #fff;
}