.nav a {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	text-decoration: none;
}
.nav: a:hover {
	text-decoration: underline;
}

.nav a:link {
	color: #404040; text-decoration: none
}
.nav a:visited {
	color: #404040; text-decoration: none
}
.nav a:active {
	color: #404040; text-decoration: none
}
.nav a:hover {
	color: #FF6600; text-decoration: none
}

.flyoutMenu {
	background-color: #E0E0C2;
	behavior: url(/includes/flyout.htc);
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #706759;
	border-right-color: #706759;
	border-bottom-color: #706759;
	border-left-color: #706759;
}
.flyoutHeading {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	background-color: #E0E0C2;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	cursor: default;
	color: #1F8F57;
}
.flyoutLink  {
	border-color: #E0E0C2;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	padding-left: 6px;
	padding-right: 25px;
	padding-top: 1px;
	cursor: hand;
}
.flyoutMenu TD.flyoutLink  {
	border-color: #E0E0C2;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	padding: 1px 25px 3px 6px;
	cursor: hand;
}
.flyoutLink a {
	color: #302C25;
	text-decoration: none;
}
.flyoutLink a:hover {
	color: #302C25;
	text-decoration: none;
}
.flyoutLink a:visited {
	color: #302C25;
	text-decoration: none;
}
.flyoutLink a:active {
	color: #302C25;
	text-decoration: none;
}
.flyoutSubHeading {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	background-color: #E0E0C2;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 7px;
	cursor: default;
	color: #1E8954;
}
.flyoutSubLink {
	border-color: #E0E0C2;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	padding: 1px 15px 3px 11px;
	cursor: hand;
}
.flyoutSubLink a {
	color: #302C25;
	text-decoration: none;
}
.flyoutSubLink a:hover {
	color: #302C25;
	text-decoration: none;
}
.flyoutSubLink a:visited {
	color: #302C25;
	text-decoration: none;
}
.flyoutSubLink a:active {
	color: #302C25;
	text-decoration: none;
}
.rightborder {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #706759;
}
