/* VERTICAL MENU */
.VerticalExpandMenu {
	width: 135px;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	margin:24px 0px;

}


.VerticalExpandMenu A:Link,
.VerticalExpandMenu A:Visited {
	text-decoration: none;
	color: #9AAEC7;
	display: block;
	border: 0px;
}

.VerticalExpandMenu A:Hover {
	color: #4B4BA5;
	text-decoration: none;

}

.VerticalExpandMenuLevel1WithChildren,
.VerticalExpandMenuLevel1WithChildrenCurrentPage,
.VerticalExpandMenuLevel2,
.VerticalExpandMenuLevel2WithChildren {
	border-style: solid;
	border-color:#C4D2E4;
	border-width: 0px 0px 1px 0px;
	font-weight: bold;
	margin: 0px;
	padding-top:5px;
	padding-bottom:5px;

}

.VerticalExpandMenuLevel2CurrentPage,
.VerticalExpandMenuLevel2WithChildrenCurrentPage {
	border-style: none;
	font-weight: bold;
	margin: 0px;
	padding-top:5px;
	padding-bottom:5px;
	border-style: solid;
	border-color:#C4D2E4;
	border-width: 0px 0px 1px 0px;
}



.VerticalExpandMenuLevel1WithChildrenCurrentPage A:Link,
.VerticalExpandMenuLevel1WithChildrenCurrentPage A:Visited,
.VerticalExpandMenuLevel2CurrentPage A:Link,
.VerticalExpandMenuLevel2CurrentPage A:Visited,
.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Link,
.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Visited {
	color: #4B4BA5;
}


