.hovmenu {
  display: block;
  font-size: 13px;
  font-weight: bold;
  font-family: Tahoma, sans-serif;
  position: absolute;
  visibility: hidden;
  z-index: 30;
  text-align: left;

  background: #fff;
/*
  filter: alpha(opacity=90);	/* destroys anti-aliasing of fonts in IE7
  opacity: 0.9;
  */
  cursor: pointer;
}

.mitem {
  float:left;
  text-align: center;
  background: inherit;
  overflow: hidden;
  font: bold 14px Tahoma, sans-serif;

  margin: 0;
  padding: 2px 10px 2px 10px;
  text-decoration: none;

	border-radius: 4px;
	/*text-shadow: #fff 0px 1px;*/

	border: transparent 1px solid;
  color: #555;
  cursor: pointer;

}

.mitem:hover {
	color: #222;
	background-color: #ddd;

	/*border: #ddd 1px solid;*/
}

.mitem.sel {
	background-color: orange;
}

.menuitem {
	display: block;
	background: #efefef;
	margin: 1px 0px 1px 0px;
	text-decoration: none;
	border-left: #ddd 3px solid;
	text-shadow: #fff 0px 1px;
	padding: 0;
  color: #222;
  padding: 0px 16px 0px 4px;
}

.submenuimg {
  border: 0;
  margin: 0px 4px 0px 0px;
  padding: 0;
  vertical-align:middle;
  width: 22px;
  height: 22px;
}


.menuitem:hover {
  border-left: orange 3px solid;
  color: darkorange;
}

.menuitem a {
color: inherit;
text-decoration: none;
line-height: 0.5;

}

