﻿.leftNav {
	height:35px;
	width:160px;
	background-image:url('SITE-Images/btn.png');
	overflow:hidden;
	border-bottom:0px;
	line-height:normal;
	font-size:16px;
	font-family:"Trebuchet MS";
	text-align:center;
	margin-bottom:10px;
}
.leftNav a {
	height:35px;
	width:165px;
	text-decoration:none;
	color:white;
	line-height:normal;
}
.leftNav a:hover {
	height:35px;
	width:160px;
	color:#99CCFF;
	
}
.leftNavON {
	height:35px;
	width:160px;
	background-image:url('SITE-Images/btn.png');
	overflow:hidden;
	line-height:normal;
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
}
.leftNavON a {
	font-family:"Trebuchet MS";
	text-decoration:none;
	color:black;
	cursor:default;
	line-height:normal;
}

