ul#cssmw {
	cursor: default;
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
}
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;
  
 
}
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: #FFFFFF;
  background-image: none;
 
  border-right: solid 1px #CCCCCC;
  color: #000000;
  display: block;

  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
 
  text-decoration: none;

  margin-top:1px;
  
    padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B0B0AD;
	
	padding-top: 2px;
	padding-bottom: 5px;
	height: 12px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	
	
}
ul#cssmw > li > span > a:active, ul#cssmw > li > span > a.current {
  color: #A00000;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw > li:hover > span {
  display: block;
}
ul#cssmw > li:hover > span > a {
  background-color: #FFFFFF;
  color: #A00000;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-1 {
  left: 0px;
  top: 100%;
  
  background-color:#A00000;
  border: 1px solid #000000;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
}
ul#cssmw ul.level-1 > li {
  background-image: none;
}
ul#cssmw ul.level-1 > li > span {
  background-image: none;
  display: block;
}
ul#cssmw ul.level-1 > li > span > a {
	background-color: #A00000;
	background-image: none;
	border-bottom: solid 1px #AAAAAA;
	color: #FFFFFF;
	display: block;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:1px;
	
	text-decoration: none;
	width: 230px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
ul#cssmw ul.level-1 > li > span > a.last {
	border-bottom-style: none;
}
ul#cssmw ul.level-1 > li > span > a:active {
	color: #FBB714;
	font-weight: bold;
	text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > span {
  display: block;
}
ul#cssmw ul.level-1 > li:hover > span > a {
  color: #FBB714;
  font-weight: bold;
  text-decoration: none;
}