/* menuLeft */

.LeftMenu {
  width: 290px;
  text-align: right;
  margin-top: 10px;
}

.LeftMenu ul li {
  list-style-type: none;
  border-bottom: 1px solid #544420;
}

.LeftMenu ul li a {
  text-decoration: none;
  line-height: 37px;
  height: 37px;
  font-weight: bold;
  color: #544420;
  font-style: italic;
  text-transform: uppercase;
  display: block;
}

.LeftMenu ul li a:hover {
  background: url(/images/menu-home/hover.gif) no-repeat;
  padding-right: 10px;
  color: white;
  //padding: 0;
}

.LeftMenu ul li a:hover .arrow {
  background: url(/images/menu-home/arrow.gif) no-repeat 2px;
  width: 13px;
  height: 13px;
  padding-left: 25px;
}


