/* EPE MENU CSS */

/************************************* HORIZONTAL NAV MENU STYLES *** */

#hnav {
	background-image: url(../images/topfade_bg.png);
	background-position: top;
	background-repeat:repeat-x;
	background-color: #c2a442;
	color: #000;
	font-size: 18px;
	height: 32px;
	border-bottom: solid 1px #202020;
	/*text-align: center;*/
	margin: 0 auto 0 auto;
}

ul#hmenu {
  cursor: default;
  list-style-type: none;
	margin: 0 auto 0 auto;
  padding: 0;
}
ul#hmenu ul {
  cursor: default;
  /*font-size: 0;*/
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#hmenu ul li {
  background-image: none;
  float: none;
}
ul#hmenu li {
  background-image: none;
  float: left;
  padding: 0 0 0 0;
  position: relative;
  white-space: nowrap;
  z-index: 100;
}
ul#hmenu li ul {
  display: none;
  top: 0;
}
ul#hmenu li:hover > ul {
  display: block;
  position: absolute;
}

ul#hmenu li.hover > ul {
  display: block;
  position: absolute;
}

ul#hmenu li.current > ul {
  position: absolute;
}
ul#hmenu > li {
  background-image: none;
}
/************************************************************************* ### *** */
ul#hmenu > li > a {
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-image: none;
  color: #000;
  display: block;
  margin: 0 0 0 0;
  padding: 7px 20px 7px 20px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  /*
  text-transform: uppercase;
  */
}
ul#hmenu > li > a:active {
  background-color: #d4d590;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
ul#hmenu > li:hover > a {
  background-color: #d4d590;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

ul#hmenu > li.hover > a {
  background-color: #d4d590;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

ul#hmenu > li.current > a.current {
  background-color: #d4d590;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
/************************************************************************* ### *** */
ul#hmenu ul.level-1 {
  left: 0px;
  top: 100%;
}
ul#hmenu ul.level-1 > li {
  background-image: none;
}
ul#hmenu ul.level-1 > li > a {
  background-color: #d4d590;
  background-image: none;
  /*border-bottom: solid 1px #000;*/
  color: #000;
  display: block;
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;

  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  /*width: 100px;*/
}
ul#hmenu ul.level-1 > li > a:active {
  background-color: #b0b384;
  color: #272B4B;
  font-weight: normal;
  text-decoration: none;
}
ul#hmenu ul.level-1 > li:hover > a {
  background-color: #b0b384;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

ul#hmenu ul.level-1 > li.hover > a {
  background-color: #b0b384;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

ul#hmenu ul.level-1 > li.current > a.current {
  background-color: #b0b384;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
/************************************************************************* ### *** */
ul#hmenu ul.level-2 {
  left: 0px;
  top: 100%;
}
ul#hmenu ul.level-2 > li {
  background-image: none;
}
ul#hmenu ul.level-2 > li > a {
  background-color: #d4d590;
  background-image: none;
  border-bottom: solid 0px #fff;
  border-right: solid 0px #fff;
  color: #272B4B;
  display: block;
  /*font-family: Century Gothic, sans-serif;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
}
ul#hmenu ul.level-2 > li > a:active {
  background-color: #b0b384;
  color: #999999;
  font-weight: normal;
  text-decoration: none;
}
ul#hmenu ul.level-2 > li:hover > a {
  background-color: #b0b384;
  color: #666666;
  font-weight: normal;
  text-decoration: none;
}

ul#hmenu ul.level-2 > li.hover > a {
  background-color: #b0b384;
  color: #666666;
  font-weight: normal;
  text-decoration: none;
}

ul#hmenu ul.level-2 > li.current > a.current {
  background-color: #b0b384;
  color: #666666;
  font-weight: normal;
  text-decoration: none;
}
