@charset "UTF-8";
/* CSS Document */

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

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

#nav > li {
  background-image: none;
}
#nav > li > a, #nav > li > a:link {
	background-color: #044C2B;
	background-image: none;
	color: #CCC;
	display: block;
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: 130px;
	outline-style: none;
	line-height: 16px;
}
#nav > li > a:active, #nav > li > a:focus {
	background-color: #FAEEDB;
	color: #173232;
	font-weight: 100;
	text-decoration: none;
	outline-style: none;
}
#nav > li:hover > a, #nav > li:hover > a:link {
	background-color: #FAEEDB;
	color: #173232;
	font-weight: normal;
	text-decoration: none;
	outline-style: none;
}

#nav > li.hover > a, #nav > li.hover > a:link {
	background-color: #FAEEDB;
	color: #173232;
	font-weight: normal;
	text-decoration: none;
	outline-style: none;
}

#nav > li.current > a.current, #nav > li.current > a.current:link {
	background-color: #FAEEDB;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	outline-style: none;
}
#nav ul {
  left: 0px;
  top: 100%;
}
#nav ul > li {
  background-image: none;
}
#nav ul > li > a, #nav ul > li > a:link {
	background-color: #f6eed8;
	background-image: none;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	color: #333;
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: 130px;
	outline-style: none;
	text-align: left;
}
#nav ul > li > a:active, #nav ul > li > a:focus {
	background-color: #f6eed8;
	color: #173232;
	font-weight: normal;
	text-decoration: none;
	outline-style: none;
}
#nav ul > li:hover > a, #nav ul > li:hover > a:link {
	background-color: #7591A3;
	color: #FFF;
	font-weight: 100;
	text-decoration: none;
	outline-style: none;
}

#nav ul > li.hover > a, #nav ul > li.hover > a:link {
	background-color: #E0AA81;
	color: #173232;
	font-weight: 100;
	text-decoration: none;
	outline-style: none;

}

#nav ul > li.current > a.current, #nav ul > li.current > a.current:link {
	background-color: #E0AA81;
	color: #173232;
	font-weight: normal;
	text-decoration: none;
	outline-style: none;
}

#nav li ul ul {
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2em;
	text-align: left;
}
