
/* HORIZONTAL MENU */

.HorizontalMenu {
	font-family:Verdana;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin: 1px 5px 1px 0;
	float:right;
}

.HorizontalMenuLevel1WithChildren A:Visited,
.HorizontalMenuLevel1WithChildren A:Link {
	line-height:23px;
	padding: 0 5px 0 5px;
	float:left;
	text-decoration:none;
	color:#9494A3;
}

.HorizontalMenuLevel1WithChildren A:Hover {
	line-height:23px;
	background-image:url(/custom/templates/page/shared/images/EP_menu_top.gif);
	background-repeat:repeat-x;
	background-color:#CD0303;
	padding: 0 5px 0 5px;
	float:left;
	text-decoration:none;
	color:#FFFFFF;
}

.HorizontalMenuLevel2 A:Visited,
.HorizontalMenuLevel2 A:Link {
	line-height:23px;
	border:1px #D4D4D4 solid;
	border-width:0 0 0 1px;
	padding: 0 5px 0 7px;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#9494A3;
}
.HorizontalMenuLevel2CurrentPage A:Visited,
.HorizontalMenuLevel2CurrentPage A:Link {
	line-height:23px;
	border:1px #D4D4D4 solid;
	border-width:0 0 0 1px;
	background-image:url(/custom/templates/page/shared/images/EP_menu_top.gif);
	background-repeat:repeat-x;
	background-color:#CD0303;
	padding: 0 5px 0 7px;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
.HorizontalMenuLevel2 A:Hover {
	background-image:url(/custom/templates/page/shared/images/EP_menu_top.gif);
	background-repeat:repeat-x;
	background-color:#CD0303;
	padding: 0 5px 0 7px;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

.HorizontalMenuLevel2WithChildren A:Visited,
.HorizontalMenuLevel2WithChildren A:Link {
	background-image:url(/custom/templates/page/shared/images/EP_menu_top.gif);
	background-repeat:repeat-x;
	background-color:#CD0303;
	line-height:23px;
	border:1px #D4D4D4 solid;
	border-width:0 0 0 1px;
	padding: 0 5px 0 7px;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
.HorizontalMenuLevel2WithChildrenCurrentPage A:Visited,
.HorizontalMenuLevel2WithChildrenCurrentPage A:Link {
	background-image:url(/custom/templates/page/shared/images/EP_menu_top.gif);
	background-repeat:repeat-x;
	background-color:#CD0303;
	line-height:23px;
	border:1px #D4D4D4 solid;
	border-width:0 0 0 1px;
	padding: 0 5px 0 7px;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
.HorizontalMenuLevel2WithChildren A:Hover {
	background-image:url(/custom/templates/page/shared/images/EP_menu_top.gif);
	background-repeat:repeat-x;
	background-color:#CD0303;
	padding: 0 5px 0 7px;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

.HorizontalMenuLevel3 A:Visited,
.HorizontalMenuLevel3 A:Link {
	display:none;
}

.HorizontalMenuLevel3CurrentPage A:Visited,
.HorizontalMenuLevel3CurrentPage A:Link {
	display:none;
}

/* END HORIZONTAL MENU */

/* VERTICAL MENU */

.VerticalExpandMenu {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:right;
}

.VerticalExpandMenuLevel3 A:Visited,
.VerticalExpandMenuLevel3 A:Link {
	line-height:20px;
	height:22px;
	display:block;
	background-image:url(/custom/templates/page/EnterpriseInner/images/EP_IN_menu.gif);
	background-repeat:no-repeat;
	padding: 0 10px 0 0;
	color:#8888AF;
	text-decoration:none;
}

.VerticalExpandMenuLevel3CurrentPage A:Visited,
.VerticalExpandMenuLevel3CurrentPage A:Link,
.VerticalExpandMenuLevel3 A:Hover {
	line-height:20px;
	height:22px;
	display:block;
	background-image:url(/custom/templates/page/EnterpriseInner/images/EP_IN_menu.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding: 0 10px 0 0;
	color:#FFFFFF;
	text-decoration:none;
}

/*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 */

