div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
	font: normal 12px/130% Arial, Helvetica, sans-serif;
	color: #b2bb1d;
	border-bottom: 3px solid #3c3d3e;
}
 
div.menuBar a.menuButton {
	border: 1px solid red;
	color: #b2bb1d;
	cursor: default;
	left: 0px;
	margin: 1px;
	padding: 2px 6px 2px 6px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
}
 
div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: 1px outset #e0e0e0;
  color: #fff;
}
 
div#menu a.menuButtonActive,
div#menu a.menuButtonActive:hover {
  /*background: url(../images/arrow_more.gif) no-repeat left bottom;*/
  color: #b2bb1d;
}
 
div.menu {
	/*background: url(../images/black.png);*/
	background: #4f5052;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}
 
div.menu a.menuItem {
  	color: #b2bb1d;
  	display: block;
  	padding: 5px 22px;
  	text-decoration: none;
  	white-space: nowrap;
  	border-bottom: 1px solid #5c5d5f;
	background: url(../images/dropdown-bullet.png) no-repeat 15px center;
}
 
div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  /*background: url(../images/green.png);*/
  background: #4f5052 url(../images/dropdown-bullet.png) no-repeat 15px center;
  color: #b2bb1d;
}
 
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;
}

