ul#cssmw1 {
	cursor: default;
	list-style-type: none;
	margin: 0;
	padding: 0;

}
ul#cssmw1 ul {
	cursor: default;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul#cssmw1 li {
  background-image: none;
  float: left;
  padding: 0 0 0 0;
  position: left;
  white-space: nowrap;
  z-index: 100;
}
ul#cssmw1 li:hover > ul {
  display: block;
  position: absolute;
}

ul#cssmw1 li.hover > ul {
  display: block;
  position: absolute;
}

ul#cssmw1 li.current > ul {
  position: absolute;
}
ul#cssmw1 > li {
  background-image: none;
}
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:hover > a {
	background-color: #9bb6d2;
	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.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;
}
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;
	text-align:center;
	width: 100px;
}
