.nav1 {
	font-family: impact, sans;
	font-size: 14px;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-bottom: 4px;
	width: 127px;
}
.dropdown2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-bottom: 4px;
	font-weight: bold;
	width: 127px;
}
.dropdown3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #990033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-bottom: 4px;
	font-weight: bold;
	width: 127px;
	color: #FFFFFF;
}
ul.leftnav {
  padding: 6px 0px 6px 15px;
  margin: 0px;
  background-image: url(/skin_images/nav_2_backgr.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 160px;
}
ul.leftnav li {
  list-style-type: none;
  padding: 0px 0px 0px 4px;
  margin: 0px;
}
ul.leftnav2 {
  padding: 2px 0px 0px 15px;
  margin: 0px;
  background-repeat: no-repeat;
  background-position: left top;
  width: 160px;
}
ul.leftnav2 li {
  line-height:11px;
  list-style-type: none;
  padding: 0px 0px 4px 4px;
  margin: 0px;
  margin-left: 10px;
  text-indent: -10px;
}

.nav2_td {
}
span.selectednav2 {
  color: #009900;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
a.nav2:link {
	color: #006633;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a.nav2:visited {
  color: #006633;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
a.nav2:hover {
	color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

a.nav3:link {
  color: #009900;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
}
a.nav3:visited {
  color: #333333;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
}
a.nav3:hover {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
}


#nav, #nav ul {
  float: left;
  padding: 0px;
  margin: 0px;
}
#nav a, #nav img.navimage {
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 0px;
  border: 0px;
}
#nav li {
  list-style-type: none;
  float: left;
  padding: 0px;
}
#nav li ul {
  background-color: #97c7b4;
  position: absolute;
  display: none;
  width: 151px;
  margin: 0px;
}
#nav li li {
  border-bottom: 1px solid #679784;
}
#nav li ul a {
  padding: 0px;
  width: 151px;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
#nav li:hover ul ul, #nav li.hovering ul ul {
  display: none;
}
#nav li:hover ul, #nav li.hovering ul {
  display: block;
}
#nav li:hover, #nav li.hovering {
}