ul#cssmw {
  cursor: default;
  list-style-type: none;
  margin: 0;
	padding: 55px 0 0 1px;
}
ul#cssmw ul {
  cursor: default;
  font-size: 0;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw ul li {
  background-image: none;
  float: none;
}
ul#cssmw li {
  background-image: none;
  float: left;
  padding: 0 0 0 0;
  position: relative;
  white-space: nowrap;
  z-index: 100;
}
ul#cssmw li ul {
  display: none;
  top: 0;
}
ul#cssmw li:hover > ul {
  display: block;
  position: absolute;
}

ul#cssmw li.hover > ul {
  display: block;
  position: absolute;
}

ul#cssmw li.current > ul {
  position: absolute;
}
ul#cssmw > li {
  background-image: none;
}
ul#cssmw > li > a {
/*	border-left: 1px solid white;
  border-right: solid 1px #fff; */
  color: #fff;
  display: block;
  margin: 0 0 0 0;
  padding: 0;
  text-decoration: none;
  width: 121px;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: .15em;
}
ul#cssmw > li:hover > a {
  background-color: #c4bba2;
  color: #0d1d46;
}

ul#cssmw > li.hover > a {
  background-color: #c4bba2;
  color: #0d1d46;
}

ul#cssmw > li.current > a.current {
  background-color: #c4bba2;
  color: #0d1d46;
}

