ul#cssmw_content {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw_content ul {
  cursor: default;
  font-size: 0;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw_content ul li {
  background-image: none;
  float: none;
}
ul#cssmw_content li {
  background-image: none;
  float: left;
  padding: 0 0 0 0;
  position: relative;
  white-space: nowrap;
  z-index: 100;
}
ul#cssmw_content li ul {
  display: none;
  top: 0;
}
ul#cssmw_content li:hover > ul {
  display: block;
  position: absolute;
}

ul#cssmw_content li.hover > ul {
  display: block;
  position: absolute;
}

ul#cssmw_content li.current > ul {
  position: absolute;
}
ul#cssmw_content > li {
  background-image: none;
}
ul#cssmw_content > li > a, ul#cssmw_content > li > a:link {
	color: #FFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	text-transform: none;
	outline-style: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-variant: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AD9E75;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul#cssmw_content > li > a:active, ul#cssmw_content > li > a:focus {
  background-color: #FAEEDB;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  outline-style: none;
}
ul#cssmw_content > li:hover > a, ul#cssmw_content > li:hover > a:link {
	color: #999;
	font-weight: normal;
	text-decoration: none;
	outline-style: none;
}

ul#cssmw_content > li.hover > a, ul#cssmw_content > li.hover > a:link {
  background-color: #FAEEDB;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  outline-style: none;
}

ul#cssmw_content > li.current > a.current, ul#cssmw_content > li.current > a.current:link {
  background-color: #FAEEDB;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  outline-style: none;
}


ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	background-color: #AD8C61;
	width: 220px;
}

ul.nav a {
	display: block;
	line-height: 13pt;
	height: 12pt;
	zoom: 1;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3AE85;
	padding: 5px;
	}
	
