ul#cssmw {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
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;
  border-bottom: solid 1px black;
  float: none;
  margin-bottom: -1px;
}
ul#cssmw li {
  zoom:1;
  background-image: none;
  border-bottom: solid 1px black;
  float: left;
  margin-bottom: -1px;
  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.current ul {
  position: absolute;
}
ul#cssmw li {
  zoom:1;
  background-image: none;
}
ul#cssmw li a {
  background-color: #000000;
  background-image: none;
  border-bottom: solid 1px #343446;
  border-left: solid 1px #fff;
  border-right: solid 1px #343446;
  border-top: solid 1px #fff;
  color: #fff;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
}
ul#cssmw li a.active {
  background-color: #9EA3AA;
  border-bottom: solid 1px #50516B;
  border-left: solid 1px #fff;
  border-right: solid 1px #50516B;
  border-top: solid 1px #fff;
  color: #2D2B2E;
  text-decoration: none;
}
ul#cssmw li * a {
  height: auto;
  width: auto;
}
ul#cssmw li span * a {
  height: auto;
  width: auto;
}
ul#cssmw li.hover a {
  background-color: #777890;
  border-bottom: solid 1px #50516B;
  border-left: solid 1px #fff;
  border-right: solid 1px #50516B;
  border-top: solid 1px #fff;
  color: #2D2B2E;
  text-decoration: none;
  text-transform: uppercase;
}

ul#cssmw li.current a.current {
  background-color: #777890;
  border-bottom: solid 1px #50516B;
  border-left: solid 1px #fff;
  border-right: solid 1px #50516B;
  border-top: solid 1px #fff;
  color: #2D2B2E;
  text-decoration: none;
  text-transform: uppercase;
}
ul#cssmw ul.level-1 {
  left: 0px;
  top: 100%;
}
ul#cssmw ul.level-1 li {
  background-image: none;
}
ul#cssmw ul.level-1 li a {
  background-color: #9EA3AA;
  background-image: none;
  border-bottom: solid 1px #50516B;
  border-left: solid 1px #fff;
  border-right: solid 1px #50516B;
  border-top: solid 1px #fff;
  color: #2D2B2E;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
}
ul#cssmw ul.level-1 li a.active {
  background-color: #777890;
  border-bottom: solid 1px #50516B;
  border-left: solid 1px #fff;
  border-right: solid 1px #50516B;
  border-top: solid 1px #fff;
  color: #2D2B2E;
  text-decoration: none;
}
ul#cssmw ul.level-1 li * a {
  height: auto;
  width: auto;
}
ul#cssmw ul.level-1 li span * a {
  height: auto;
  width: auto;
}
ul#cssmw ul.level-1 li.hover a {
  background-color: #777890;
  border-bottom: solid 1px #50516B;
  border-left: solid 1px #fff;
  border-right: solid 1px #50516B;
  border-top: solid 1px #fff;
  color: #2D2B2E;
  text-decoration: none;
  text-transform: uppercase;
}

ul#cssmw ul.level-1 li.current a.current {
  background-color: #777890;
  border-bottom: solid 1px #50516B;
  border-left: solid 1px #fff;
  border-right: solid 1px #50516B;
  border-top: solid 1px #fff;
  color: #2D2B2E;
  text-decoration: none;
  text-transform: uppercase;
}

/* sub menu of level-1 menu */
ul#cssmw ul.level-1 li:hover ul {
	display: block;
    position: absolute;
    left: 139px; /* the left of this button starts from the left of the level-1 button */
    top: 0px;
}

ul#cssmw ul.level-1 li:hover ul li a {
	background-color: #9EA3AA;
	background-image: none;
	border-bottom: solid 1px #50516B;
	border-top: solid 1px #fff;
	color: #2D2B2E;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	margin: 0 0 0 0;
	padding: 5px 7px 5px 6px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 150px;     
}


ul#cssmw ul.level-1 li:hover ul li:hover a{
	background-color: #777890;
	border-bottom: solid 1px #50516B;
	border-top: solid 1px #fff;
	color: #2D2B2E;
	text-decoration: none;
	text-transform: uppercase;        
}