
#nav { height:33px; width:920px; margin-left: 0px; background:url(../images/nav_bkg.png) top left repeat-x; padding-left: 18px; float:left; z-index: 4000000;}
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-image: none;
/*  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;*/
  color: #ffffff;
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  height: 23px;
  margin: 0 0 0 0;
  padding: 11px 25px 5px 25px;
  text-decoration: none;
  text-transform:uppercase;
  letter-spacing:3px;
  width: auto;
}
ul#cssmw > li > a:active {
  background-color: none;
  color: #e5d2a3;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw > li:hover > a {
  background-color: none;
  color: #e5d2a3;
  font-weight: bold;
  text-decoration: none; z-index:4000000;
}

ul#cssmw > li.hover > a {
  background-color: none;
  color: #e5d2a3;
  font-weight: bold;
  text-decoration: none; z-index:4000000;
}

ul#cssmw > li.current > a.current {
  background-color: none;
  color: #e5d2a3;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-1 {
  left: 24px;
  top: 32px;
}
ul#cssmw ul.level-1 > li {
  background-image: none;
}
ul#cssmw ul.level-1 > li > a {
  background-color: #ceb984;
  background-image: none;
  border-bottom: solid 1px #6e2a0c;
 /* border-right: solid 1px #6e2a0c;
  border-left: solid 1px #6e2a0c;*/
  color: #664518;
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 8px 5px 8px 5px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing:0px;
  width: 140px; white-space:normal; line-height:12px; z-index:4000000;
}
ul#cssmw ul.level-1 > li > a:active {
  background-color: #664518;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-1 > li:hover > a {
  background-color: #6e2a0c;
  color: #fff;
  font-weight: bold;
  text-decoration: none; z-index:4000000;
}

ul#cssmw ul.level-1 > li.hover > a {
  background-color: #6e2a0c;
  color: #fff;
  font-weight: bold;
  text-decoration: none; z-index:4000000;
}

ul#cssmw ul.level-1 > li.current > a.current {
  background-color: #6e2a0c;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

/* for third level navs */

ul#cssmw ul.level-2 {
  left: 151px;
  top: 0px;
}
ul#cssmw ul.level-2 > li {
  background-image: none;
}
ul#cssmw ul.level-2 > li > a {
  background-color: #ceb984;
  background-image: none;
  border-bottom: solid 1px #6e2a0c;
 /* border-right: solid 1px #6e2a0c;
  border-left: solid 1px #6e2a0c;*/
  color: #664518;
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 8px 5px 8px 5px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing:0px;
  width: 140px; white-space:normal; line-height:12px; z-index:4000000;
}
ul#cssmw ul.level-2 > li > a:active {
  background-color: #664518;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw ul.level-2 > li:hover > a {
  background-color: #6e2a0c;
  color: #fff;
  font-weight: bold;
  text-decoration: none; z-index:4000000;
}

ul#cssmw ul.level-2 > li.hover > a {
  background-color: #6e2a0c;
  color: #fff;
  font-weight: bold;
  text-decoration: none; z-index:4000000;
}

ul#cssmw ul.level-2 > li.current > a.current {
  background-color: #6e2a0c;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

*:first-child+html ul#cssmw ul.level-1 {
  left: 24px;
  top: 0; margin-top: -6px;
}

*:first-child+html ul#cssmw {margin-left: 15px;}
*:first-child+html #nav {float:left;}
