ul#cssmw {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw ul {
  cursor: default;
  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, ul#cssmw > li > a:link {
	background-color: #f9f9f9;
	background-image: none;
	color: #7f7f7f;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	height: 32px;
	margin: 0;
	text-decoration: none;
	text-transform: capitalize;
	width: 135px;
	outline-style: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #e7e7e9;
	border-bottom-color: #e7e7e9;
}
ul#cssmw > li > a:active, ul#cssmw > li > a:focus {
  background-color: #FAEEDB;
  color: #0372cb;
  text-decoration: none;
  outline-style: none;
}
ul#cssmw > li:hover > a, ul#cssmw > li:hover > a:link {
	background-color: #f3f3f3;
	color: #000066;
	text-decoration: none;
	outline-style: none;
}

ul#cssmw > li.hover > a, ul#cssmw > li.hover > a:link {
  background-color: #f3f3f3;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
  outline-style: none;
}

ul#cssmw > li.current > a.current, ul#cssmw > li.current > a.current:link {
  background-color: #f3f3f3;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
  outline-style: none;
}
