ul#cssmw {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
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 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 {
	background-color: #000000;
	background-image: none;
	color: #CCCCCC;
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
	text-align: center;
}
ul#cssmw > li > a:visited {
  background-color: #000000;
  color: #CCCCCC;
}
ul#cssmw > li > a:active {
  background-color: #000000;
  color: #CCCCCC;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw > li:hover > a {
  background-color: #000000;
  color: #FFCC00;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw > li.hover > a {
  background-color: #000000;
  color: #FFCC00;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw > li.current > a.current {
  background-color: #000000;
  color: #FFCC00;
  font-weight: bold;
  text-decoration: none;
}

