div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: white;
}

div.menuBar {
  background-color: #616e3d;
  border-bottom: 2px solid #616e3d;
  border-top: 2px solid #616e3d;
  padding: 3px 2px 2px 2px;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 2px;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border-right: 1px solid white;
  padding-right: 4px;
  padding-left: 4px;  
  color: white;
  cursor: default;
  left: 0px;  
  margin-left: 0px; 
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;  
}

/*
div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: none;
  color: white;
}
*/

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {  
  
  color: #ffffff; 
}
/*---------Styles for Catalog Pages-------------------*/
tr#specsheet
	{
		padding-bottom:15px;
		
	}
.spechead1
	{
		padding-left:15px;
		font-weight:bold;
		
	}
.spechead2
	{
		padding-left:15px;
		height:18px;
		font-weight:bold;
		
	}
.spechead3
	{
		padding-left:15px;
		height:18px;
		font-weight:bold;
		font-size:7pt;
		color:white;
		
	}
.specheadtxt
	{
		padding-left:15px;
		height:18px;
		text-decoration:bold;
		padding-bottom:15px;
		
	}


/*---------End Styles for Catalog Pages-------------------*/



div.menu {
  background-color: #96383c;
  border: 2px outset #e0e0e0;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu {
  background-color: #96383c;
  border: 2px outset #e0e0e0;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #ffffff;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #616e3d;
  color: #ffffff;
}

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;
}
