﻿.menuvertical {
	color: #FFFFFF;
	text-align:left;
	list-style-type: none;
	text-decoration: none;
	margin:0px 0px 19px 0px;
	padding:0px;
	width:100%;
	float:left;
    padding:0px; height:100%;

}
.menuvertical li {
	text-decoration: none;
	background-position: center;
	background-repeat: repeat-x;
	margin-bottom:2px;
}
.menuvertical a:hover {
	color: White;
	font-weight: bold;
	text-decoration: none;
	background-position: center;
	background-repeat: repeat-x;
	display: block;
	background-color: #ff8400
}

.menuvertical a.selected {
	color: White;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	padding-left:35px;
	background-position: top;
	background-repeat: repeat-x;
	background-color:#605852;
	display: block;
}
 
.menuvertical a {
	color: White;
	text-align:left;
	font-family: SohoGothicProLight;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	display:block;
	padding-left:18px;
	padding-top:5px;
	padding-bottom:5px; background-color:#5e8397
}
