ul#cssmw {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 6px 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-image: none;
  color: #fff;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0px 3px 0px 3px;
  text-align: center;
  width: 105px;
  text-decoration: underline;
}
ul#cssmw > li > a:visited {
 
  color: #fff;

}
ul#cssmw > li > a:active {
  
  color: #D95330;
  
  
}
ul#cssmw > li:hover > a {
  
  color: #ffc;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw > li.hover > a {
 
  color: #ffc;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw > li.current > a.current {
 
  color: #D95330;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-1 {
  left: 0px;
  padding-top: 8px;
  top: 100%;
}
ul#cssmw ul.level-1 > li {
  background-image: none;
}
ul#cssmw ul.level-1 > li > a {
  background-color: #cecdd6;
  background-image: none;
  border-bottom: solid thin #fff;
  border-left: solid thin #fff;
  border-right: solid thin #fff;
  color: #069;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  width: 145px;
}
ul#cssmw ul.level-1 > li > a:visited {
  color: #069;
}
ul#cssmw ul.level-1 > li > a:active {
  color: #069;
  font-weight: normal;
  text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > a {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: underline;
}

ul#cssmw ul.level-1 > li.hover > a {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: underline;
}

ul#cssmw ul.level-1 > li.current > a.current {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: underline;
}
ul#cssmw ul.level-2 {
  left: 121px;
  margin-left: 36px;
}
ul#cssmw ul.level-2 > li {
  background-image: none;
}
ul#cssmw ul.level-2 > li > a {
  background-color: #cecdd6;
  background-image: none;
  border-bottom: solid thin #fff;
  border-left: solid thin #fff;
  border-right: solid thin #fff;
  color: #069;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  width: 128px;
}
ul#cssmw ul.level-2 > li > a:visited {
  color: #069;
}
ul#cssmw ul.level-2 > li > a:active {
  color: #069;
  font-weight: normal;
  text-decoration: none;
}
ul#cssmw ul.level-2 > li:hover > a {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: underline;
}

ul#cssmw ul.level-2 > li.hover > a {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: underline;
}

ul#cssmw ul.level-2 > li.current > a.current {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: underline;
}


/* CUSTOM WIDTHS FOR TOP NAVIGATION | DEFAULT WIDTH SET ABOVE IS 105px */

ul#cssmw > li > a.navHome {padding-left: 0;}

ul#cssmw > li > a.navHome, ul#cssmw > li > a.navMaps {width: 55px;}

ul#cssmw > li > a.navAbout {width: 85px;}

ul#cssmw > li > a.navPolicies {width: 110px;}

ul#cssmw > li > a.navContact {width: 85px;}

ul#cssmw > li > a.navBlog {width: 40px;}

