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 ul li {
  background-image: none;
}
ul#cssmw li {
  background-image: none;
  padding: 0 0 0 0;
  position: relative;
  white-space: nowrap;
  z-index: 100;
}
ul#cssmw li ul {
/* display: none;
  top: 0;*/
}
/*added to make third lvl invisible */
ul#cssmw li ul li ul {
/* display: none;
  top: 0;*/
}
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, ul#cssmw > li > a:link {
z-index: 1;
  border-bottom: solid 1px #cccccc;
  color: #666666;
  display: block;
  font: 12px 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 9px 0;
  padding: 0 0 8px 0;
  text-decoration: none;
  width: 220px;
  outline-style: none;
}
ul#cssmw > li > a:active, ul#cssmw > li > a:focus {
  color: #000000;
  text-decoration: none;
  outline-style: none;
}
ul#cssmw > li:hover > a, ul#cssmw > li:hover > a:link {
  color: #000000;
  text-decoration: none;
  outline-style: none;
}

ul#cssmw > li.hover > a, ul#cssmw > li.hover > a:link {
  color: #000000;
  text-decoration: none;
  outline-style: none;
}

ul#cssmw > li.current > a.current, ul#cssmw > li.current > a.current:link {
  color: #000000;
  text-decoration: none;
  outline-style: none;
  font-weight: 600;
}
ul#cssmw ul.level-1 {
  left: 111px;
  margin-left: 110px;
}
ul#cssmw ul.level-1 > li {
	margin: -10px 0 10px -110px;
  background-image: none;
}
ul#cssmw ul.level-1 > li > a, ul#cssmw ul.level-1 > li > a:link {
	border-bottom: solid 1px #cccccc;
  color: #666666;
  display: block;
  font: 12px 'Open Sans', sans-serif;
  font-style: normal;
  margin: 0 0 0 0;
  padding: 5px 0;
  text-decoration: none;
  width: 220px;
  outline-style: none;
}
ul#cssmw ul.level-1 > li > a:active, ul#cssmw ul.level-1 > li > a:focus {
  color: #000000;
  text-decoration: none;
  outline-style: none;
}
ul#cssmw ul.level-1 > li:hover > a, ul#cssmw ul.level-1 > li:hover > a:link {
  color: #000000;
  text-decoration: none;
  outline-style: none;
}

ul#cssmw ul.level-1 > li.hover > a, ul#cssmw ul.level-1 > li.hover > a:link {
  color: #000000;
  text-decoration: none;
  outline-style: none;
}
l
ul#cssmw ul.level-1 > li.current > a.current, ul#cssmw ul.level-1 > li.current > a.current:link {
  color: #000000;
  text-decoration: none;
  outline-style: none;
    font-weight: 600;
}
ul#cssmw ul.level-2 {
	/* added to make third lvl position absolute */
	/*position:absolute;*/
	z-index: 10;
/*  left: 111px;
  margin-left: 110px;*/
}
ul#cssmw ul.level-2 > li {
  background-image: none;
}
ul#cssmw ul.level-2 > li > a, ul#cssmw ul.level-2 > li > a:link {
	border-bottom: solid 1px #cccccc;
  color: #666666;
  display: block;
  font: 12px 'Open Sans', sans-serif;

  font-style: normal;
  margin: 0 0 0 0;
  padding: 5px 0;
  text-decoration: none;
  width: 220px;
  outline-style: none;
}
ul#cssmw ul.level-2 > li > a:active, ul#cssmw ul.level-2 > li > a:focus {
  color: #000000;

  text-decoration: none;
  outline-style: none;
}
ul#cssmw ul.level-2 > li:hover > a, ul#cssmw ul.level-2 > li:hover > a:link {
  color: #000000;
  text-decoration: none;
  outline-style: none;
}

ul#cssmw ul.level-2 > li.hover > a, ul#cssmw ul.level-2 > li.hover > a:link {
  color: #000000;
  text-decoration: none;
  outline-style: none;
}

ul#cssmw ul.level-2 > li.current > a.current, ul#cssmw ul.level-2 > li.current > a.current:link {
  color: #000000;
    font-weight: 600;
  text-decoration: none;
  outline-style: none;
}
