/* VERTICAL MENU */
.VerticalExpandMenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 224px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.VerticalExpandMenuLevel2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 224px;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;

}

.VerticalExpandMenu A:Link,
.VerticalExpandMenu A:Visited {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 4px 20px 5px 0px;
	display: block;
	height: auto;
	border: 1px #356636 solid;
	border-width: 0px 0px 1px 0px;
	background-color: #678C68;
}

.VerticalExpandMenuLevel1 A:Link,
.VerticalExpandMenuLevel1 A:Visited {
	border-style: none;
	font-weight: bold;
	margin: 0px;
	border: 1px #356636 solid;
	border-width: 0px 0px 1px 0px;
}

.VerticalExpandMenuLevel1WithChildren A:Hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8ABB8B;
	border: 1px #356636 solid;
	border-width: 0px 0px 1px 0px;
}

.VerticalExpandMenuLevel2 A:Hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8ABB8B;
	border: 1px #356636 solid;
	border-width: 0px 0px 1px 0px;
}

.VerticalExpandMenuLevel2 A:Link,
.VerticalExpandMenuLevel2 A:Visited {
	border-style: none;
	font-weight: bold;
	margin: 0px;
	border: 1px #356636 solid;
	border-width: 0px 0px 1px 0px;
}

.VerticalExpandMenuLevel2CurrentPage,
.VerticalExpandMenuLevel2WithChildrenCurrentPage,
.VerticalExpandMenuLevel2CurrentPage A:Visited,
.VerticalExpandMenuLevel2CurrentPage A:Link,
.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Visited,
.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8ABB8B;
	letter-spacing: -1px;
	
}

.VerticalExpandMenuLevel3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 189px;
	text-align: right;
	font-size: 10px;
	background: #D5CCB7;

}

.VerticalExpandMenuLevel3 A:Link,
.VerticalExpandMenuLevel3 A:Visited {
	text-decoration: none;
	color: #000141;
	margin: 0px;
	padding: 4px 25px 5px 37px;
	display: block;
	border-style: none;
	border: 0px;
	height: auto;
}

.VerticalExpandMenuLevel3 A:Hover {
	color: #FFFFFF;
	text-decoration: none;
}

.VerticalExpandMenuLevel3,
.VerticalExpandMenuLevel3WithChildren {
	border-style: none;
	margin: 0px;
}

.VerticalExpandMenuLevel3CurrentPage,
.VerticalExpandMenuLevel3WithChildrenCurrentPage,
.VerticalExpandMenuLevel3CurrentPage A:Visited,
.VerticalExpandMenuLevel3CurrentPage A:Link,
.VerticalExpandMenuLevel3WithChildrenCurrentPage A:Visited,
.VerticalExpandMenuLevel3WithChildrenCurrentPage A:Link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	background: #D5CCB7;
}
	
/* 
added by Thrive update dated 20040521.
These classes control the appearance of 
asterisks and errors in forms.
*/

.formFlag {
	color : red;
}

.formError {
	color : red;
	font-weight : bold
}

/* end */

