
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: verdana;
  font-size: 10px;
  font-style: normal;
  font-weight: bolder;
  color: #ffffff;
}

div.menuBar {
  background-color: #000000;
  border: 0px outset #e0e0e0;
  padding: 0px 0px 0px 0px;
  text-align: left;
}


div.nomenu {
  background-color: #e6e6e6;
  border: 0px outset #000000;
  left: 50px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 10001;
  width: 0px;
  height: 0px;

}

.item_type_label
{
	font-size:2em;
	font-weight:bold;
	font-style:italic;
	font-family:Verdana;
	padding:15px;
	border:solid 1px #AAA;
	background-color:#F4F4F4;
	color:#066217;
}

div.menu {

  background-color: #dcdcdc;
  border: 0px solid #404040;
  left: 10px;
  padding: 0px 0px 0px 0px;
  position: relative;
  top: 0px;
  visibility: hidden;
  z-index: 39;
  width: 325px;
  height: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color : #808080;

}

.mfg_logos
{
	padding:10px;
	font-family:Arial Bold;
	font-size:14px;
	font-weight:bold;
}

.mfg_name
{
	border-bottom:solid 1px #DDD;
}