.left_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #D2BB6D;
	text-decoration: none;
	font-weight: bold;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.background_left_nav {
	background-image: url(../images/background_left_nav.jpg);
	background-repeat: no-repeat;
}

