/* Generated by KompoZer */
#menu {
  color: white;
  margin-top: -2px;
  margin-left: 10px;
  background-color: #333333;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-top: 5px;
  background-image: url(../images/nav_bot.jpg);
  padding-bottom: 35px;
}
#menuList {
  font-family: verdana,arial,sans-serif;
  color: white;
  font-weight: normal;
  border-top-width: 1px;
  font-size: 11px;
  line-height: 20px;
  background-repeat: no-repeat;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  width: 150px;
}
#menu ul li {
  position: relative;
  padding-left: 10px;
}
#menu li ul {
  position: absolute;
  left: 149px;
  top: 0;
  display: block;
}
#menu li:hover ul {
  display: block;
}
#menu li:hover > ul {
  visibility: visible;
}
#menu ul ul {
  visibility: hidden;
}
* html #menu ul li {
  float: left;
  height: 1%;
}
* html #menu ul li a {
  height: 1%;
}
#menu ul, li {
  margin: 0;
}
#menu ul a {
  padding: 5px 5px 5px 10px;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
  display: block;
  text-decoration: none;
  color: white;
  font-weight: inherit;
  border-top-style: solid;
  border-top-width: 1px;
  margin-left: 10px;
}
#menu ul a:hover {
  background: #cec4ab none repeat scroll 0% 50%;
  color: #be8b06;
}
#menu li ul a {
  padding: 5px;
  background: #9a8a65 none repeat scroll 0% 50%;
  text-decoration: none;
  color: white;
}
#menu li ul a:hover {
  background: #cec4ab none repeat scroll 0% 50%;
  color: #be8b06;
}
#menu ul a.submenu {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
  background-image: url(../images/menu_arrow.png);
}
#menu ul a.submenu:hover {
  background: #cec4ab url(r_arrow.gif) no-repeat scroll right center;
  color: #be8b06;
}
