/* VERTICAL MENU */
.VerticalExpandMenu {
	width: 175px;
	text-align: right;
	font-size: 10px;
	border-color:#B84100;
	border-style: solid;
	border-width: 1px 1px 0px 1px;

}

.VerticalExpandMenu A:Link,
.VerticalExpandMenu A:Visited {
	text-decoration: none;
	color: white;
	margin: 0px;
	display: block;
	height: 100%;
	padding: 5px 25px 5px 37px;

}

.VerticalExpandMenu A:Hover {
	color: white;
	text-decoration: none;
	background-color:#C54400;
}

.VerticalExpandMenuLevel1WithChildren,
.VerticalExpandMenuLevel2,
.VerticalExpandMenuLevel2WithChildren {
	font-weight: bold;
	margin: 0px;
	background-color:#E05A13;
	border-color:#AC3A00;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

.VerticalExpandMenuLevel1WithChildrenCurrentPage,
.VerticalExpandMenuLevel2CurrentPage,
.VerticalExpandMenuLevel2WithChildrenCurrentPage,
.VerticalExpandMenuLevel2WithChildren {
	font-weight: bold;
	margin: 0px;
	background-color:#C54400;
	border-color:white;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}


.VerticalExpandMenuLevel3,
.VerticalExpandMenuLevel3CurrentPage,
.VerticalExpandMenuLevel3WithChildren,
.VerticalExpandMenuLevel3WithChildrenCurrentPage {
	border-style: none;
	padding: 0px ;
	margin: 0px;
	background:#C54400;
}


.VerticalExpandMenuLevel3 A:hover,
.VerticalExpandMenuLevel3CurrentPage A:hover,
.VerticalExpandMenuLevel3WithChildren A:hover,
.VerticalExpandMenuLevel3WithChildrenCurrentPage A:hover{text-decoration:underline;}








