ul#cssmw {
	cursor: #FFFF99;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
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 {
	background-image: none;
	float: left;
	padding: 0;
	position: relative;
	white-space: nowrap;
	text-align: center;
	margin-right: 5px;
}
ul#cssmw li ul {
  display: none;
  top: 0;
}
ul#cssmw li:hover > ul {
  display: block;
  position: absolute;
}
ul#cssmw > li {
  background-image: none;
}
ul#cssmw > li > span {
  background-image: none;
  display: block;
}
ul#cssmw > li > span > a {
	background-color: #023261;
	background-image: none;
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 3px;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #023261;
}
ul#cssmw > li:hover > span {
  display: block;
}
ul#cssmw > li:hover > span > a {
	color: #2d2b2e;
	background: #FFF;
	border: 1px solid #999;
}
#cssmw #aNoborder {
	border-width: 0px;
	border-style: none;
}
#here {
	background: #FFFF99;
}

