/* Generated by KaZcadeS */
.horizontalcssmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-repeat: repeat-x;
}
.horizontalcssmenu ul li {
  position: relative;
  display: inline;
  float: left;
}
.horizontalcssmenu ul li a {
  border-color: #cc6601;
  border-width: 1px;
  border-right: 1px solid #cc6601;
  padding: 2px 8px;
  background-color: transparent;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: center bottom;
  display: block;
  text-decoration: none;
  font-family: Verdana;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: white;
  width: 120px;
}
.horizontalcssmenu ul li ul {
  border: 1px solid #cc6601;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  visibility: hidden;
  z-index: 100;
}
.horizontalcssmenu ul li ul li {
  display: inline;
  float: none;
}
.horizontalcssmenu ul li ul li a {
  padding: 2px 5px;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: left top;
  color: black;
  width: 125px;
  font-weight: normal;
  background-color: white;
}
.horizontalcssmenu ul li a:hover {
  background: #f7c57c url(menubgover.gif) repeat-x scroll center;
  color: #cc6601;
  font-weight: inherit;
}
.horizontalcssmenu ul li ul li a:hover {
  background: #f7c57c none repeat scroll 0% 50%;
  color: white;
}
.horizontalcssmenu .arrowdiv {
  background: transparent url(menuarrow.gif) no-repeat scroll left center;
  position: absolute;
  right: 0;
}
* html p#iepara {
  padding-top: 1em;
}
* html .horizontalcssmenu ul li {
  float: left;
  height: 1%;
}
* html .horizontalcssmenu ul li a {
  height: 1%;
}
