@charset "UTF-8";
.LeftMenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00F;
	vertical-align: middle;
}
.LeftMenu:link {
	text-decoration: none;
	color: #00F;
}
.LeftMenu:visited {
	text-decoration: none;
	color: #00F;
}
.LeftMenu:hover {
	text-decoration: underline;
	color: #F0F;
}
.LeftMenu:active {
	text-decoration: none;
	color: #F0F;
}
