/* VERTICAL MENU */
.VerticalExpandMenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 193px;
	text-align: right;
	font-size: 12px;
	background-image:url(/custom/templates/page/AShome/images/AirSafaris_menu_tile.gif);
	background-repeat:repeat-y;
}

.VerticalExpandMenuLevel1WithChildren {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 193px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;

}

.VerticalExpandMenuLevel2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 193px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;

}

.VerticalExpandMenu A:Link,
.VerticalExpandMenu A:Visited {
	text-decoration: none;
	color: #000141;
	margin: 0px;
	padding: 4px 25px 5px 37px;
	display: block;
	border-style: none;
	border: 0px;
	height: auto;
}

.VerticalExpandMenuLevel1WithChildren A:Link,
.VerticalExpandMenuLevel1WithChildren A:Visited {
	border-style: none;
	font-weight: bold;
	margin: 0px;
	background-image: url(/custom/templates/page/AShome/images/AirSafaris_menu_background.gif);
	background-repeat: no-repeat;
	background-position: left;	

}

.VerticalExpandMenuLevel1WithChildren A:Hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/custom/templates/page/AShome/images/AirSafaris_menu_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.VerticalExpandMenuLevel2 A:Link,
.VerticalExpandMenuLevel2 A:Visited {
	border-style: none;
	font-weight: bold;
	margin: 0px;
	background-image: url(/custom/templates/page/AShome/images/AirSafaris_menu_background.gif);
	background-repeat: no-repeat;
	background-position: left;	

}

.VerticalExpandMenuLevel2 A:Hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/custom/templates/page/AShome/images/AirSafaris_menu_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.VerticalExpandMenuLevel2WithChildren A:Link,
.VerticalExpandMenuLevel2WithChildren A:Visited {
	color: #FFFFFF;
	border-style: none;
	font-weight: bold;
	margin: 0px;
	background-image: url(/custom/templates/page/AShome/images/AirSafaris_menu_hover.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

.VerticalExpandMenuLevel2CurrentPage,
.VerticalExpandMenuLevel2WithChildrenCurrentPage,
.VerticalExpandMenuLevel2CurrentPage A:Visited,
.VerticalExpandMenuLevel2CurrentPage A:Link,
.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Visited,
.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Link {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/custom/templates/page/AShome/images/AirSafaris_menu_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	}

.VerticalExpandMenuLevel3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 193px;
	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 */


