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;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #600;
}
ul#cssmw > li > a {
	background-color: #920000;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	color: #FFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	width: 129px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	background-image: url(../../graphics/topbarbackground.png);
}
ul#cssmw > li > a:active {
	background-color: #960000;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
ul#cssmw > li:hover > a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #006;
	background-image: url(../../graphics/hoverbuttonbackgrounds.png);
}

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

ul#cssmw > li.current > a.current {
	background-color: #900;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
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 {
	background-color: #000;
	background-image: none;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	color: #173232;
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}
ul#cssmw ul.level-1 > li > a:active {
  background-color: #E0AA81;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > a {
  background-color: #E0AA81;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw ul.level-1 > li.hover > a {
  background-color: #E0AA81;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw ul.level-1 > li.current > a.current {
  background-color: #E0AA81;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}
