div.menuBar, div.menu, div.menuBar a.menuButton, div.menuButton, div.menuButton_over, div.menu a.menuItem {    
/* buttons */
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	background-image: url(images/button.jpg);
	background-repeat: repeat-x; 
}

div.menuBar, div.menu {    
/* main links button   */
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	border-left: 1px #fff none;
	border-right: 1px #fff none;
	height: 24px
}

div.menuBar a.menuButton {    
/* secondary links button   */
	border: 1px #fff none;
}

div.menuButton, div.menuButton_over, div.menu a.menuItem {    
/* main bar for the buttons  */
	border: 1px #fff solid;

}

div.menuBar {   /* text for the main buttons */
	padding: 3px 0px 0px 0px; 
	text-align: left;
}

div.emenuBar {	 /* not sure */
	text-align: center;
}

div.menuBar a.menuButton, div.menuButton, div.menuButton_over {    
/*no mouseover - links - text only*/
	cursor: pointer; 
	left: 0px;
	top: 0px;
	padding: 3px 10px 4px 10px;
	position: relative;
	text-decoration: none;
	z-index: 100;
}

div.menuBar a.menuButton:hover, div.menuButton:hover, div.menuButton_over, div.menuBar a.menuButtonActive, div.menuButtonActive, div.menuButtonActive:hover, 
div.menuBar a.menuButtonActive:hover {
/*with mouseover - these are links with and without submenus - text only*/
	color: #013300;
	background-repeat: repeat-x;
	background-image: url(images/button_dn.jpg); 
}

div.menu {   
/* secondary menu - button */
	border: #000 0px solid;
	left: 0px;
	top: 0px;
	position: absolute;
	visibility: hidden;
	z-index: 101;
}

div.menu a.menuItem { /* secondary menu - text - how it looks */
	cursor: pointer;
	display: block;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
/* secondary menu - on mouseover */
    background-repeat: repeat-x;
	background-image: url(images/button_dn.jpg); 
	color: #013300;
}

div.menu a.menuItem span.menuItemBuffer {
  padding: 0px 1px 0px 1px;
  color: #fff;
}

div.menu a.menuItem:hover span.menuItemBuffer {
  padding: 0px 2px 0px 2px;
  color: #000;
}

div.menu a.menuItem span.menuItemText {
	padding: 0px 0px 0px 3px;
}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 4px 2px;
}

a.menuItem.header {
  border-bottom: 1px solid #fff;
}