/* VERTICAL MENU */
.wholeVerticalExpandMenu {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
}

.VerticalExpandMenu A:Visited,
.VerticalExpandMenu A:Link {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-image: url(/custom/templates/page/ChauffeurHome/images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	padding: 0px 0px 0px 35px;
}

.VerticalExpandMenu A:Hover {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-image: url(/custom/templates/page/ChauffeurHome/images/menu_bullet_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}

.VerticalExpandMenuLevel1,
.VerticalExpandMenuLevel1WithChildren {
	border-style: none;
	font-weight: bold;
	padding: 5px 25px 5px 17px;
	margin: 0px;
	background-image: url(/custom/templates/page/chapel_main/images/nav_bullet_l12.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

.VerticalExpandMenuLevel2,
.VerticalExpandMenuLevel2WithChildren {
	border-style: none;
	font-weight: bold;
	padding: 5px 25px 5px 17px;
	margin: 0px;
	background-image: url(/custom/templates/page/chapel_main/images/nav_bullet_l12.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

.VerticalExpandMenuLevel2CurrentPage,
.VerticalExpandMenuLevel2WithChildrenCurrentPage {
	border-style: none;
	font-weight: bold;
	padding: 5px 25px 5px 17px;
	margin: 0px;
	/*background-image: url(/custom/templates/page/ChauffeurHome/images/menu_bullet_hover.gif);
	background-repeat: no-repeat;
	background-position: left;*/
}

.VerticalExpandMenuLevel2CurrentPage A:Link,
.VerticalExpandMenuLevel2CurrentPage A:Visited,
.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Link,
.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Visited {
	background-image: url(/custom/templates/page/ChauffeurHome/images/menu_bullet_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
}

	
/* 
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 */

