@charset "utf-8";

}
a:link {
	color: #5FBE00;
	text-decoration: none;
}
a:visited {
	color: #656600;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;

}
.selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	display: block;
	height: 23px;
	width: 130px;
	padding-left: 15px;
	background-image: url(images/backgroundbuttonleftnav.jpg);
	padding-top: 3px;
}
#leftnav
{
	display: block;
	width: 130px;
	height: 23px;
	background-repeat: repeat-y; 
	background-position: 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 0px;
	padding-top: 3px;
	font-weight: normal;
}

#leftnav:hover
{ 
  background-position: 0 -23px;
  color: #ffffff;
  background-image: url(images/backgroundbuttonleftnav.jpg);
}

#leftnav span
{
  display: none;
}

.studentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
