.menu li {
  width: 128px;

  height: 27px;

  text-align: center;

  background-image: url('./../images/menu_bg.jpg');
  background-repeat: no-repeat;
  background-position: top right;
}

.menu a {
  width: 128px;

  font-size: 13px;
  font-weight: bold;

  line-height: 27px;

  color: #FFFFFF !important;

  text-decoration: none;
}

.menu a:hover, .menu a.highlighted:hover, .menu a:focus, .menu a.highlighted {
  color: #FFFFFF !important;

  text-decoration: none;
}

.menu ul {
  margin: 1px 0 0 1px !important;
  text-align: left !important;
}

.menu ul li {
  height: 21px !important;
  background-image: none !important;
}

.menu ul li.last {
  height: 23px !important;
  background-image: none !important;
}

.menu ul li a {
  width: 100%;
  padding: 0 0 0 10px;

  font-size: 10px;
  font-weight: normal;
  color: #605b55 !important;

  width: 184px;

  line-height: 21px;

  text-align: left !important;

  background-repeat: no-repeat;
  background-position: top left;
}

.menu ul li.last a {
  height: 23px !important;

  background-repeat: no-repeat;
  background-position: top left;
}

.menu ul li a:hover, .menu ul li a.highlighted:hover, .menu ul li a:focus, .menu ul li a.highlighted {
   color: #605b55 !important;
   text-decoration: none;

  background-repeat: no-repeat;
  background-position: top left;

  background-color: transparent !important;
}

.menu ul li.last a:hover {
  background-repeat: no-repeat;
  background-position: top left;
}

.menu ul {
 width: 200px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menu ul ul {
 left: 190px;
 color: #FFFFFF;
 margin-top: 1px;
}

.menu ul ul li {
  height: 21px;
  margin-bottom: 1px;
  margin-left: 0px;
}

.menu ul ul li a {
	background-color: #404040;
  color: #FFFFFF;
}

.menu ul ul li a {
 padding: 4px 5px 5px 5px;

}

.menu ul ul li a:hover, .menu ul ul li a.highlighted:hover, .menu ul ul li a:focus, .menu ul ul li a.highlighted {
 color: #FFFFFF;
 text-decoration: none;
 background-color: #706F6D;
}
