ul#cssmw {
	cursor: default;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
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: right;
  padding: 0;
  position: relative;
  white-space: nowrap
}
ul#cssmw li ul {
  display: none;
  top: 0;
}
ul#cssmw li:hover > ul {
  display: block;
  position: absolute;
}
ul#cssmw > li {
    background-image: none;
  background-position:  center 50%;
}
ul#cssmw > li > span {
    background-image: none;
  display: block
}
ul#cssmw > li > span > a {
	background-image: url('../menu_images/navbg.gif');
	background-position:  center 50%;
	background-repeat: repeat-x;
	border-bottom-style: none;
	color: #FFFFFE;
	display: block;
	font-family: Tahoma, Verdana, Arial, sans-serif, "Times New Roman";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin: 0 2px 0 0;
	text-decoration: none;
	width: 94px;
	border-right: 1px solid #bb4275;
	padding: 8px 4px 9px 4px;

}
ul#cssmw > li > span > a:active {
  background-image: url('../menu_images/navbgover.gif');
  background-position:  center 50%;
  background-repeat: repeat-x;
  color: #FFFFFE;
  font-weight: bold;
  text-decoration: none
}
ul#cssmw > li:hover > span {
  display: block;
}
ul#cssmw > li:hover > span > a {
	background-image: url('../menu_images/navbgover.gif');
	background-position:  center 50%;
	background-repeat: repeat-x;
	color: #FFFFFE;
	font-weight: bold;
	text-decoration: none
}
ul#cssmw ul.level-1 {
	right: 0px;
	top: 100%;
	text-align: right;
}
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: #C70000; /*FC6B52;*/
    background-image: none;
	border-bottom-style: none;
	border-top: 1px solid #FFFF99;
	color: #FFFFFF;
	display: block;
	font-family: Tahoma, Verdana, Arial, sans-serif, "Times New Roman";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 7px 5px 6px 5px;
	text-decoration: none;
	width: 100px;
	border-right: 1px solid #FFFF99;
	border-left: 1px solid #FFFF99;
}
ul#cssmw ul.level-1 > li > span > a:active {
	background-color: #92A2BE;
	color: #272B4B;
	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 {
  background-color:#006B9D; /*294978;*/
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-2 {
	right: 100px;
	text-align: center;
}
ul#cssmw ul.level-2 > li {
  background-image: none;
}
ul#cssmw ul.level-2 > li > span {
  background-image: none;
  display: block
}
ul#cssmw ul.level-2 > li > span > a {
	background-color: #C70000; /*FC6B52;*/
    background-image: none;
	background-position:  center 50%;
	border-bottom: 1px none #ffff99;
	border-right: 1px solid #ffff99;
	color: #FFFFFF;
	display: block;
	font-family: Tahoma, Verdana, Arial, sans-serif, "Times New Roman";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 7px 5px 6px 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: 120px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF
}
ul#cssmw ul.level-2 > li > span > a:active {
  color: #FFFFFE;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-2 > li:hover > span {
  display: block;
}
ul#cssmw ul.level-2 > li:hover > span > a {
	background-color: #006B9D; /*294978;*/
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
