.navi {

	text-align: left;
	margin-bottom: 7px;
}


.navileft_active{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #973B26;
	text-decoration: none;
	padding-top: 5px;
	padding-left:15px;
	padding-right:3px;
	font-weight: bold;
	background-image: url(../images/navi-button.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 200px;
}

.navileft_passive {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #287620;
	text-decoration: none;
	padding-top: 5px;
	padding-left:4px;
	padding-right:3px;
	font-weight: bold;
	width: 200px;
}

.navileft_open {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-left:4px;
	padding-right:3px;
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	width: 135px;
	font-weight: bold;
	width: 200px;

}

a:hover {
	color: #000000;

}