
/* Manipulate the first-level menu */
ul#cssmw {
  cursor: default;
  list-style-type: none; 
  margin: 0 0 0 0;
  padding: 0 0 0 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;
  float: none;
}
ul#cssmw li {
	background-image: none;
	float: left;
	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 {
  background-image: none;
}
ul#cssmw > li > a {
	background-color: #000000;
	background-image: none;
	border-left: solid 1px #fff;
	border-top: solid 0px #fff;
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	margin: 0 0 0 0;
	padding: 5px 7px 5px 6px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}
ul#cssmw > li > a:active {
	background-color: #9EA3AA;
	border-bottom: solid 0px #50516B;
	border-left: solid 1px #fff;
	border-top: solid 0px #fff;
	color: #2D2B2E;
	text-decoration: none;
}
ul#cssmw > li:hover > a {
	background-color: #777890;
	border-bottom: solid 0px #50516B;
	border-left: solid 1px #fff;
	border-top: solid 0px #fff;
	color: #2D2B2E;
	text-decoration: none;
	text-transform: uppercase;
}

ul#cssmw > li.hover > a {
	background-color: #777890;
	border-bottom: solid 0px #50516B;
	border-left: solid 1px #fff;
	border-top: solid 0px #fff;
	color: #2D2B2E;
	text-decoration: none;
	text-transform: uppercase;
}

ul#cssmw > li.current > a.current {
	background-color: #777890;
	border-bottom: solid 0px #50516B;
	border-left: solid 1px #fff;
	border-top: solid 0px #fff;
	color: #2D2B2E;
	text-decoration: none;
	text-transform: uppercase;
}
ul#cssmw ul.level-1 {
  left: 0px;
  top: 100%;
}
ul#cssmw ul.level-1 > li {
  background-image: none;
}
ul#cssmw ul.level-1 > li > a {
	background-color: #9EA3AA;
	background-image: none;
	border-bottom: solid 1px #50516B;
	border-top: solid 1px #fff;
	color: #2D2B2E;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	margin: 0 0 0 0;
	padding: 5px 7px 5px 6px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 125px;
}
ul#cssmw ul.level-1 > li > a:active {
	background-color: #777890;
	border-bottom: solid 1px #50516B;
	border-top: solid 1px #fff;
	color: #2D2B2E;
	text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > a {
	background-color: #777890;
	border-bottom: solid 1px #50516B;
	border-top: solid 1px #fff;
	color: #2D2B2E;
	text-decoration: none;
	text-transform: uppercase;
}

ul#cssmw ul.level-1 > li.hover > a {
	background-color: #777890;
	border-bottom: solid 1px #50516B;
	border-top: solid 1px #fff;
	color: #2D2B2E;
	text-decoration: none;
	text-transform: uppercase;
}

ul#cssmw ul.level-1 > li.current > a.current {
	background-color: #777890;
	border-bottom: solid 1px #50516B;
	border-top: solid 1px #fff;
	color: #2D2B2E;
	text-decoration: none;
	text-transform: uppercase;
}

/* sub menu of level-1 menu */
ul#cssmw ul.level-1 > li:hover > ul {
	display: block;
    position: absolute;
    left: 139px; /* the left of this button starts from the left of the level-1 button */
    top: 0px;
}

ul#cssmw ul.level-1 > li:hover > ul > li > a {
	background-color: #9EA3AA;
	background-image: none;
	border-bottom: solid 1px #50516B;
	border-top: solid 1px #fff;
	color: #2D2B2E;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	margin: 0 0 0 0;
	padding: 5px 7px 5px 6px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 150px;     
}


ul#cssmw ul.level-1 > li:hover > ul > li:hover > a{
	background-color: #777890;
	border-bottom: solid 1px #50516B;
	border-top: solid 1px #fff;
	color: #2D2B2E;
	text-decoration: none;
	text-transform: uppercase;        
}

img.scaledImage {
	width: 240px;
	max-width: 100%;
	max-height: 100%;
}