#menuBar {
 	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 10;
	margin-top: 0;
	height: 15px;
	width: 780px;
	background-color: #000000;
	border: 0px solid;
	border-color: #000000 #000000 #000000 #000000;
	color: #FF9900;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
	font-size: 8pt;
 	padding: 2px 6px 2px 6px;
	text-align: center;
}
a.menuButton {   
  background-color: #000000;
  border: 0px solid #000000;
  color: #FF9900;
  cursor: default;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  margin: 1px;
  z-index: 10;
  padding: 2px 6px 2px 6px;
  position: relative;
  left: 0px;
  top: 0px;
  text-decoration: none;
 } 
a.menuButtonActive {
  background-color: #000000;
  border: 0px solid #000000;
  color: #FF9900;
  cursor: default;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  font-color: #FF9900;
  margin: 1px;
  z-index: 10;
  padding: 2px 6px 2px 6px;
  position: relative;
  left: 0px;
  top: 0px;
  text-decoration: none;
}

a.menuButton:hover {
  background-color: #FF9900;
  border-color: #000000 #000000 #000000 #000000C;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 8pt;
  color: #000000;
  padding: 2px 6px 2px 6px;
  left: 0px;
  top: 0px;
}

a.menuButtonActive, a.menuButtonActive:hover {
  background-color: #FF9900;
  border-color: #000000 #000000 #000000 #000000;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 8pt;
  color: #000000;
  padding: 2px 6px 2px 6px;
  left: 0px;
  top: 0px;
}

.menuPicShop {
  cursor: hand;
  margin: 0px;
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
}
.menu a.menuPicShop {
  cursor: hand;
  margin: 0px;
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  z-index: 1;
}

.menu a.menuPicShop:hover {
  background-color: #FF9900;
}

.menu {
  	background-color: #000000;
  	border: 2px solid;
  	border-color: #000000 #000000 #000000 #000000;
    padding: 2px 6px 2px 6px;
    left: 0px;
    top: 0px;
  	position: absolute;
  	text-align: left;
	visibility: hidden;
	z-index: 11;
}

a.menuItem {
  background-color: #000000;
  color: #FF9900;
  cursor: hand;
  display: block;
  font-family: Arial, Tahoma,sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  margin: 0px;
  padding: 2px;
  padding-left: 6px;
  padding-right: 16px;
  text-decoration: none;
  white-space: nowrap;
}

a.menuItem:hover {
  background-color: #000000;
  color: #ffffff;
  font-size: 8pt;
}

.menuItemSep {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  margin: 3px 4px 3px 4px;
}
.menu a.menuItem:hover, .menu a.menuItemHighlight {
  background-color: #FF9900;
  color: #000000;
  font-size: 8pt;
}
.menu a.menuItem span.menuItemText {}
.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

