ul#cssmw {
	cursor: default;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#cssmw ul {
	cursor: default;
	font-size: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#cssmw li {
	background-image: none;
	padding: 0;
	position: relative;
	white-space: nowrap;
	width: 115px;
}
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: #CC0000;
	background-position: 95% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	color: #003300;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0;
	text-decoration: none;
	width: 100px;
	text-align: center;
	padding: 5px;
}
ul#cssmw > li:hover > span {
	display: block;
}
ul#cssmw > li:hover > span > a {
	background-color: #003300;
	color: #CC0000;
	text-decoration: none;
	border: 1px solid #000000;
}
