.menu {
  width:190px;
  float:left;
  margin-bottom:50px;
}

.menuItem {
  text-indent:5px;
  display:block;
  width:188px;
  border-bottom:dotted 1px #00a651;
  height:20px;
  color:#00a651;
  font-weight:bold;
  text-decoration:none;
  border-left:solid 1px #00a651;
  border-right:solid 1px #facc1f;
}

.menuItem:hover {
  background-color:#fff;
}

.submenu {
  width:190px;
  float:left;
}

.menuItemSub {
  text-indent:15px;
  display:block;
  width:188px;
  border-bottom:dotted 1px #00a651;
  height:20px;
  color:#00a651;
  text-decoration:none;
  border-left:solid 1px #00a651;
  border-right:solid 1px #facc1f; 
}

.menuItemSub:hover {
  background-color:#fff;
}

.hide {
  display:none;
}

.show {
  display:block;
}