.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 0.4em;
	font-weight: 100;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../images/nav-back.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 210px;
	width: 113px;
	position: absolute;
	left: 36px;
	top: 106px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: none;
	font-weight: 200;

}
a:active {
	color: #000000;
	text-decoration: none;
}

