ul#cssmw {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 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;
}
ul#cssmw li {
	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 {

}
ul#cssmw > li > a {
	color: #000000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	width: 200px;
	background-image: url(../../images/menu/MenuClearCurrent.gif);
	background-repeat: no-repeat;
}
ul#cssmw > li > a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
ul#cssmw > li:hover > a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../../images/menu/MenuPurpleUp.gif);
	background-repeat: no-repeat;
}

ul#cssmw > li.hover > a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
}

ul#cssmw > li.current > a.current {
	color: #173232;
	font-weight: bold;
}




