#cssmw {
	height: 0px;
	margin: 0px 5px 0px 5px;
}
ul#cssmw {
	cursor: default;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 8px;
}
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 {
	float: left;
	padding: 0px 2px 0px 6px;
	position: relative;
	white-space: nowrap;
}
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 {
	/*actual nav area*/
	background-image: none;
	border-right: solid 1px #fff;
	color: #000;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	margin: 0 0 0 0;
	padding: 5px 11px 5px 10px;
	text-decoration: none;
	/*text-transform: uppercase;
	font-weight: bold;*/
	width: 68px;
	text-align: center;
}
ul#cssmw > li > a:active {
	/*background-color: #FAEEDB;
  color: #173232;
  font-weight: bold;*/
  text-decoration: underline;
}
ul#cssmw > li:hover > a {
	/*background-color: #FAEEDB;
  color: #173232;
  font-weight: bold;*/
  text-decoration: none;
	color: #FFFFFF;
}
ul#cssmw > li.current > a.current {
	background-color: #FFFFFF;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
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 {
	color: #8B8B8B;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	width: 132px;
	background-color: #F9F9F9;
}
ul#cssmw ul.level-1 > li > a:active {
	text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > a {
	text-decoration: underline;
	color: #0000FF;
	
}
ul#cssmw ul.level-1 > li.current > a.current {
  font-weight: bold;
  text-decoration: none;
}
.pwsLeftFloat {
	float: left;
	padding: 0px 2px 0px 0px;
}
