/* CSS Document */


.LeftNav_Button {

}

.LeftNav_Button A {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}

.LeftNav_Button A:Hover {

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

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

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


