ul#cssmw1 {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 0;
}
ul#cssmw1 ul {
  cursor: default;
  font-size: 0;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw1 ul li {
  background-image: none;
}
ul#cssmw1 li {
  background-image: none;
  padding: 0 0 0 0;
  position: relative;
  white-space: nowrap;
  z-index: 100;
}
ul#cssmw1 li ul {
  display: none;
  top: 0;
}
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 {
	background-color: #960000;
	background-image: url(../../graphics/topbarbackground.png);
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	color: #FFF;
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	height: 14px;
	margin: 0;
	padding: 8px;
	text-decoration: none;
	width: 182px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: bottom;
}
ul#cssmw1 > li:hover > a {
	background-color: #006;
	color: #FFF;
	background-attachment: scroll;
	background-image: url(../../graphics/hoverbuttonbackgrounds.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

ul#cssmw1 > li.hover > a {
	background-color: #006;
	color: #FFF;
}

ul#cssmw1 > li.current > a.current {
	background-color: #960000;
	color: #FFF;
}
