﻿#MenuLeft {
	position: relative;
	float: left;
	width: 140px;
	color: #FFFFFF;
	font-size:16px;
}
#MenuLeft ul {
	list-style-type: none;
	width: 140px;
	display: block;
	margin: 0;
	padding: 0;
}
#MenuLeft li {
	display: block;
	padding:2px 2px 2px 0px;
}
#MenuLeft a {
	font-weight: bold;
	text-decoration: none;
	color: #FFDFFF;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}
#MenuLeft a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #004297;
	border-bottom: 1px solid #004297;
	background-color: #D1EBFC;
}