
.LeftMenu
{
	padding-left:15px;
}

.LeftMenu li {
	list-style:none;
	margin-top:10px;	
}

.LeftMenuText, .LeftMenuTextActive {	
	font-size:110%;
	color: #0480a6;
	cursor: pointer;	
	text-decoration: none;
}

.LeftMenuTextActive {
	border-bottom: 1pt solid #f68b33;
	color: #f68b33;	
	display: block;				
}

.LeftMenuText:hover {
	color: #f68b33;
	background-color: transparent;
	text-decoration: underline;
}


