ul#cssmw1 {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;

}
ul#cssmw1 ul {
  cursor: default;
  font-size: 0;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw1 ul li {
  background-image: none;
  border-bottom: solid 1px black;
  float: none;
  margin-bottom: -1px;
}
ul#cssmw1 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#cssmw1 li ul {
  display: none;
  top: 0;
}
ul#cssmw1 li.hover ul {
  display: block;
  position: absolute;
}

ul#cssmw1 li.current ul {
  position: absolute;
}
ul#cssmw1 li {
  zoom:1;
  background-image: none;
}
ul#cssmw1 li a {
	background-color: #69c;
	background-image: none;
	border-bottom: solid 1px #2E3645;
	border-left: solid 1px #fff;
	border-right: solid 1px #2E3645;
	border-top: solid 1px #fff;
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
	background-position: center;
	float: left;
	text-align:center;
}
ul#cssmw1 li a.active {
  background-color: #8E9FD0;
  border-bottom: solid 1px #3B62A6;
  border-left: solid 1px #fff;
  border-right: solid 1px #3B62A6;
  border-top: solid 1px #fff;
  color: #272B4B;
  text-decoration: none;
}
ul#cssmw1 li * a {
  height: auto;
  width: auto;
}
ul#cssmw1 li span * a {
  height: auto;
  width: auto;
}

ul#cssmw1 li.hover a {
  background-color: #8E9FD0;
  border-bottom: solid 1px #3B62A6;
  border-left: solid 1px #fff;
  border-right: solid 1px #3B62A6;
  border-top: solid 1px #fff;
  color: #272B4B;
  text-decoration: none;
  text-transform: uppercase;
}

ul#cssmw1 li.current a.current {
  background-color: #8E9FD0;
  border-bottom: solid 1px #3B62A6;
  border-left: solid 1px #fff;
  border-right: solid 1px #3B62A6;
  border-top: solid 1px #fff;
  color: #272B4B;
  text-decoration: none;
  text-transform: uppercase;
}
