
/* VERTICAL MENU */

.EntireVerticalExpandMenu {
	font-family:Arial;
	width:171px;
}

.VerticalExpandMenuLevel1WithChildren A:Visited,
.VerticalExpandMenuLevel1WithChildren A:Link,
.VerticalExpandMenuLevel2 A:Visited,
.VerticalExpandMenuLevel2 A:Link {
	background-image:url(/custom/templates/page/QueenHome/images/Queen_HP_menu.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#FCFCFC;

	text-decoration:none;
	display:block;
	border:1px #DDDEE0 solid;
	border-width: 1px 1px 0px 1px;
	padding: 2px 0px 2px 20px;
	font-size:11px;
	font-weight:bold;
	color:#5E6D82;
}

.VerticalExpandMenuLevel2WithChildren A:Visited,
.VerticalExpandMenuLevel2WithChildren A:Link {
	background-image:url(/custom/templates/page/QueenHome/images/Queen_HP_menu.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#E7FFA0;

	text-decoration:none;
	display:block;
	border:1px #DDDEE0 solid;
	border-width: 1px 1px 0px 1px;
	padding: 2px 0px 2px 20px;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

.VerticalExpandMenuLevel2CurrentPage A:Visited,
.VerticalExpandMenuLevel2CurrentPage A:Link,
.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Visited,
.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Link,
.VerticalExpandMenuLevel1WithChildren A:Hover,
.VerticalExpandMenuLevel2 A:Hover,
.VerticalExpandMenuLevel2WithChildren A:Hover {
	background-image:url(/custom/templates/page/QueenHome/images/Queen_HP_menu.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#BADE4F;

	text-decoration:none;
	display:block;
	border:1px #DDDEE0 solid;
	border-width: 1px 1px 0px 1px;
	padding: 2px 0px 2px 20px;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

.VerticalExpandMenuLevel3 A:Visited,
.VerticalExpandMenuLevel3 A:Link,
.VerticalExpandMenuLevel3WithChildren A:Visited,
.VerticalExpandMenuLevel3WithChildren A:Link {
	background-color:#FFFFFF;
	text-decoration:underline;
	display:block;
	border:1px #DDDEE0 solid;
	border-width: 0px 1px 0px 1px;
	padding: 2px 0px 2px 20px;
	font-size:11px;
	font-weight:bold;
	color:#0080CB;
}

.VerticalExpandMenuLevel3CurrentPage A:Visited,
.VerticalExpandMenuLevel3CurrentPage A:Link,
.VerticalExpandMenuLevel3WithChildrenCurrentPage A:Visited,
.VerticalExpandMenuLevel3WithChildrenCurrentPage A:Link,
.VerticalExpandMenuLevel3 A:Hover,
.VerticalExpandMenuLevel3WithChildren A:Hover {
	text-decoration:underline;
	display:block;
	border:1px #DDDEE0 solid;
	border-width: 0px 1px 0px 1px;
	padding: 2px 0px 2px 20px;
	font-size:11px;
	font-weight:bold;
	color:#0294E9;
}

.VerticalExpandMenuLevel4 A:Visited,
.VerticalExpandMenuLevel4 A:Link {
	background-color:#FFFFFF;
	text-decoration:underline;
	display:block;
	border:1px #DDDEE0 solid;
	border-width: 0px 1px 0px 1px;
	padding: 0px 0px 0px 30px;
	font-size:11px;
	color:#0080CB;
}

.VerticalExpandMenuLevel4CurrentPage A:Visited,
.VerticalExpandMenuLevel4CurrentPage A:Link,
.VerticalExpandMenuLevel4 A:Hover {
	background-color:#FFFFFF;
	text-decoration:underline;
	display:block;
	border:1px #DDDEE0 solid;
	border-width: 0px 1px 0px 1px;
	padding: 0px 0px 0px 30px;
	font-size:11px;
	color:#000000;
}

/*END VERTICAL MENU */

.formFlag {
	color : red;
}

.formError {
	color : red;
	font-weight : bold
}

/* end */

/* 
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 */

