@charset "UTF-8";
/* CSS Document */




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 li {
	padding: 0 ;
	white-space: nowrap;
}
ul#cssmw li ul {
	display: none;
	top: 120px;
}
ul#cssmw li:hover > ul {
	display: block;
	position: absolute;
}

ul#cssmw li.hover > ul {
  display: block;
}

ul#cssmw > li > a {
	border-style: none;
	display: block;
	color : #99cccc;
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:28px;
	text-decoration: none;
	width: 180px;
	padding-left: 10px;
	font-weight: bold;
	margin-left: 226px;
}

ul#cssmw > li:hover > a {

  color: #333366;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw > li.hover > a {
  background-color: #669;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}


ul#cssmw ul.level-1 > li > a {
	color: #fff;
	display: block;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	margin: 0;
	text-decoration: none;
	width: 206px;
	line-height:20px;
	padding-left: 20px;
}

ul#cssmw ul.level-1 > li:hover > a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}




