.menuBar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 23px;
	width: 100%;
	padding-bottom: 4px;
	border-bottom: 1px solid #e7e7e8;
	text-align: center;
}

a.menuButton{
	color: #4b4d4e;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
	padding: 0px 0px 6px 10px;
}
a.menuButton:hover, a.menuButton-a {
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
	padding-left: 10px;
	color: #517dba;
	text-decoration: underline;
}

div.menu {
	width: 200px;
  left: 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 1001;
	text-align: left;
}

div.menu .container{
	background-color: #f7c400;
  z-index: 1002;
  	width: 100%;
  }

div.menu a.menuItem {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
  border-bottom: 1px solid #f9d033;
  cursor: pointer;
  padding: 0px 1px 1px 0px;
  display: block;
  padding: 3px 1em;
  white-space: normal;
}


 div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #f9d033;
  margin: 4px 2px;
}


.menu-bord {
	height: 6px;
	background-color: #f7c400;
	margin-left: 6px;
	margin-right: 6px;
	position: relative;
}

.menu-bord .left {
		position: absolute;	
		width: 6px;
		left: -6px;		
}
.menu-bord .right {
		position: absolute;	
		width: 6px;
		right: -6px;
	}
