/* Left Nav styles */
#leftNav {
	vertical-align: top;
	margin: 0;
	padding: 0;
	cellpadding: 0;
	spacing: 0;
	cellspacing: 0;
/*	border-top:solid 5px #660000; */
}
#leftNav td {
	height: 60px;
	width: 155px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FFFFCC;
}
#leftNav a {
	color: #FFFFCC;
}
#leftNav a:link {
	color: #FFFFCC;
	text-decoration: none;
}
#leftNav a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
#leftNav a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
#leftNav a:active {
	color: #FFFFCC;
	text-decoration: none;
}
/* Left Nav Button link styles */
.navButtonUp {
	background-image: url('../images/button_up.gif'); 
	background-repeat: no-repeat; 
 }
.navButtonDown {
	background-image: url('../images/button_down.gif'); 
	background-repeat: no-repeat; 
 }
