/* Menu format vertical */
#Nav {
	padding:0px; margin:0px;
	list-style: none;
	width: 172px;	list-style: none;
	padding-bottom: 2px;
	border-bottom: 2px solid white;
	margin-top: 9px;
}

.Menu {
	position:absolute;
	top: -82px;
	left: 132px;
	width: 137px;
	list-style: none;
	display: none;
	z-index:50;
}

.Menu li {
	background-color: #d6e19d;
	height: 20px;
	width: 135px;
	list-style: none;
	padding-left: 5px;
	border: 1px solid white;
}

.Menu li a:hover,.Menu li a:active {
	display: block;
	background-color: #777;
	color: white;
	text-decoration: none;	
	margin: 0; padding-left: 5px;
}
