/* CSS Document */


.LeftNav_Button {

}

.LeftNav_Button A {
	color: #58482F;
	text-decoration: none;
	background-color: #DFD8BB;
}

.LeftNav_Button A:Hover {

	background-color: #DFD8BB;
	font-weight: bold;
}

.LeftNav_Button DIV {
	width: 135px;
	cursor: hand;
	padding: 1px;
	border: 1px solid #58482F;
	border-bottom: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica;
}

.LeftNav_LastButton DIV {
	border-bottom:  1px solid #58482F;
}


