.LeftMenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d97900;
	width: 170px;
}
.LeftMenuItem a, .LeftMenuItem a:visited, .LeftMenuItem a:link {
	color: #FFF;
	text-decoration: none;
}
.LeftMenuItem a:hover {
	text-decoration: none;
}
.LeftMenuItem img {
	border: 0px;
	margin-right: 8px;
	height: 7px;
	width: 4px;
	background-image: url(../images/icons/icon_student_leftmenuItems.gif);
	background-repeat: no-repeat;
}
.LeftMenuItemOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d97900;
	width: 170px;
}
.LeftMenuItemOver a, .LeftMenuItemOver a:visited, .LeftMenuItemOver a:link {
	color: #FFF;
	text-decoration: none;
}
.LeftMenuItemOver a:hover {
	text-decoration: underline;
}
.LeftMenuItemOver img {
	border: 0px;
	margin-right: 8px;
	height: 7px;
	width: 4px;
	background-image: url(../images/icons/icon_student_leftmenuItemsOver.gif);
	background-repeat: no-repeat;
}
