/* horizontalni menu */
div.menuBar, div.menuBar a.menuButton, div.menu, div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  color: #e7a911;
}

div.menuBar {
  background-color: transparent;
  margin: 60px 0 0 0;
  padding: 0;
  text-align: left;
}

div.menuBar a.logo {
	background-color: #29292a;
	border-right: 2px solid #030303;
   color: #e7a911;
   left: 0;
   margin: 0;
   padding: 0;
   position: relative;
   text-decoration: none;
   top: 1px;
   z-index: 100;

	display: block; 
	float: left;
}
div.menuBar a.logo img {
	vertical-align: middle;
	border: 0 none;
}

div.menuBar a.menuButton {
	background-color: #29292a;
	border: 0 none;
	border-right: 2px solid #030303;
   color: #e7a911;
   left: 0;
   margin: 0;
   padding: 24px 40px;
   position: relative;
   text-decoration: none;
   top: 1px;
   z-index: 100;

	display: block; 
	float: left;
}

div.menuBar a.menuButton:hover {
   background-color: #e7a911;
	border: 0 none;
	border-right: 2px solid #030303;
   padding: 24px 40px;
   color: #29292a;
}

div.menuBar a.menuButtonActive, div.menuBar a.menuButtonActive:hover {
  background-color: #e7a911;
  border: 0;
  border-right: 2px solid #030303;
  padding: 24px 40px;
  color: #29292a;
  left: 0;
  top: 1px;
}

div.menu {
  background-color: #29292a;
  border: 0;
  left: 0;
  padding: 0;
  margin: -2px 0 0 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 101;
  width: 120px;
}

div.menu a.menuItem {
  color: #e7a911;
  display: block;
  border-bottom: 2px solid #030303;
  padding: 5px 0;
  text-decoration: none;
  /*white-space: nowrap;*/
  text-align: center;
  margin: 0 1px 0 1px;

}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #131314;
  color: #e7a911;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}
