/* Generated by KompoZer */
.menu {
  position: relative;
  width: 700px;
  height: 1em;
  margin-bottom: 5em;
  margin-top: 40px;
  margin-left: 30em;
}
* html .menu {
  padding-bottom: 0;
}
.menu ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
  width: 700px;
  height: 100%;
}
.menu li {
  float: left;
}
.menu table {
  position: absolute;
  border-collapse: collapse;
  left: 0;
  top: 0;
}
.menu a, .menu *:visited {
  color: #ffffff;
  text-decoration: none;
}
.menu a em.lft, .menu *:visited em.lft {
  background: transparent url(drop/lefta.gif) repeat scroll 0%;
  display: block;
  float: left;
  width: 5px;
  height: 2em;
}
.menu a b, .menu *:visited b {
  padding: 0 10px;
  background: transparent url(drop/mida.gif) repeat scroll 0% 50%;
  display: block;
  font-size: 1.3em;
  font-weight: normal;
  float: left;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
}
.menu a em.rgt, .menu *:visited em.rgt {
  background: transparent url(drop/righta.gif) repeat scroll 0% 50%;
  display: block;
  float: left;
  width: 5px;
  height: 2em;
}
.menu ul ul {
  visibility: hidden;
  position: absolute;
  height: 2em;
  top: 2em;
  left: -20px;
  width: 700px;
}
.menu *:hover {
  white-space: normal;
}
.menu a:hover b {
  color: #f6c928;
  border-bottom-color: #cccccc;
}
.menu a:hover em.lft {
  background: transparent url(drop/leftb.gif) repeat scroll 0%;
  border-bottom-color: #cccccc;
}
.menu a:hover em.rgt {
  background: transparent url(drop/rightb.gif) repeat scroll 0%;
  border-bottom-color: #cccccc;
}
.menu li:hover > a b {
  color: #f6c928;
  border-bottom-color: #cccccc;
}
.menu li:hover > a em.lft {
  background: transparent url(drop/leftb.gif) repeat scroll 0%;
  border-bottom-color: #cccccc;
}
.menu li:hover > a em.rgt {
  background: transparent url(drop/rightb.gif) repeat scroll 0%;
  border-bottom-color: #cccccc;
}
.menu ul li:hover ul, .menu ul a:hover ul {
  display: block;
  visibility: visible;
  top: 1.75em;
  margin-top: 1px;
  position: absolute;
  left: 7em;
}

.menu ul *:hover ul li {
  display: block;
  height: 2em;
}
.menu ul *:hover ul li a {
  padding: 0 10px;
  display: block;
  height: 2em;
  line-height: 2.5em;
  width: auto;
  float: left;
  color: #ffffff;
}
.menu ul *:hover ul li a:hover {
  color: #f7c92b;
}
