/* CSS Document */  
div.menuBar, 
div.menuBar a.menuButton, 
div.menu, 
div.menu a.menuItem {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
} 
  
div.menuBar {
	background-color: #d0d0d0;
	padding: 2px 1px 2px 2px;
	text-align: left;
	border-top: 0px solid #f0f0f0;
	border-right: 0px solid #909090;
	border-bottom: 0px solid #909090;
	border-left: 0px solid #f0f0f0;
} 
  
div.menuBar a.menuButton { 
  background-color: transparent; 
  border: 1px solid #d0d0d0; 
  color: #000000; 
  cursor: default; 
  left: 0px; 
  margin: 1px; 
  padding: 1px; 
  position: relative; 
  text-decoration: none; 
  top: 0px; 
  z-index: 100; 
} 
  
div.menuBar a.menuButton:hover {
	background-color: transparent;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #f0f0f0;
	border-right-color: #909090;
	border-bottom-color: #909090;
	border-left-color: #f0f0f0;
} 
  
div.menuBar a.menuButtonActive, 
div.menuBar a.menuButtonActive:hover {
	background-color: #a0a0a0;
	color: #ffffff;
	left: 1px;
	top: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #909090;
	border-right-color: #f0f0f0;
	border-bottom-color: #f0f0f0;
	border-left-color: #909090;
} 
  
div.menu {
	background-color: #d0d0d0;
	left: 0px;
	padding: 2px 1px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
	text-align: left;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #909090;
	border-bottom: 1px solid #909090;
	border-left: 1px solid #f0f0f0;
} 
  
div.menu a.menuItem { 
  color: #000000; 
  cursor: default; 
  display: block; 
  padding: 2px 2em 1px; 
  text-decoration: none; 
  white-space: nowrap; 
} 
  
div.menu a.menuItem:hover, div.menu a.menuItemHighlight { 
  background-color: #666666; 
  color: #ffffff; 
} 
  
div.menu a.menuItem span.menuItemText {} 
  
div.menu a.menuItem span.menuItemArrow { 
  margin-right: -.75em; 
} 
  
div.menu div.menuItemSep { 
  border-top: 1px solid #909090; 
  border-bottom: 1px solid #f0f0f0; 
  margin: 2px; 
} 
  
 
