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