/* VERTICAL MENU */
.VerticalExpandMenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:right;
	letter-spacing:-1px;
	padding-right:13px;
	line-height:18px;
}

.VerticalExpandMenuLevel2 A:Link,
.VerticalExpandMenuLevel2 A:Visited {
	text-decoration: none;
	color: #999FC0;
	padding: 0px 0px 0px 0px;
	line-height:18px;

}

.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Visited,
.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Link,
.VerticalExpandMenuLevel2CurrentPage A:Visited,
.VerticalExpandMenuLevel2CurrentPage A:Link,
.VerticalExpandMenu A:Hover {
	text-decoration: none;
	color: #000000;
	line-height:18px;
}

.VerticalExpandMenuLevel2WithChildren A:Visited,
.VerticalExpandMenuLevel2WithChildren A:Link {
	text-decoration: none;
	color: #000000;
	line-height:18px;
}

.VerticalExpandMenuLevel3 A:Link,
.VerticalExpandMenuLevel3 A:Visited {
	background-image:url(/custom/templates/page/ManorInner/images/TheManor_sub_menu.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:normal;
	padding-right:9px;
	color: #999FC0;
	line-height:14px;
}

.VerticalExpandMenuLevel3 A:Hover {
	font-weight:normal;
	color: #999FC0;
	text-decoration:underline;
	line-height:14px;
}

.VerticalExpandMenuLevel3CurrentPage A:Link,
.VerticalExpandMenuLevel3CurrentPage A:Visited {
	text-decoration:underline;
	background-image:url(/custom/templates/page/ManorInner/images/TheManor_sub_menu.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:normal;
	padding-right:9px;
	color: #999FC0;
	line-height:14px;
}