/* VERTICAL MENU */

.EntireVerticalExpandMenu {
	font-family:Arial, Helvetica, sans-serif;
	width:171px;
}

.VerticalExpandMenuLevel1WithChildren A:Visited,
.VerticalExpandMenuLevel1WithChildren A:Link,
.VerticalExpandMenuLevel2 A:Visited,
.VerticalExpandMenuLevel2 A:Link {
	background:#FCFCFC url(/custom/templates/page/HeaphyHome/images/menu-bullet.gif) no-repeat 6px 5px ;
	text-decoration:none;
	display:block;
	border:#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:#FCFCFC url(/custom/templates/page/HeaphyHome/images/menu-bullet.gif) no-repeat 6px 5px ;
	text-decoration:none;
	display:block;
	border:#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:#8bb7d6 url(/custom/templates/page/HeaphyHome/images/menu-hover.gif) repeat-x 0 ;
	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;
}

