@charset "utf-8";
#boxleft ul {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration: none;
}
#boxleft li {
	display:block;
}
#boxleft a {
	display: block;
	margin: 0px;
	height: 2em;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 22px;
	width: 125px;
	text-decoration:none;
	font-variant:normal;
	font-weight:bold;
	font-size:85%;
	line-height: 1.7em;
	color: #FFFFFF;
}
#boxleft a:link, #boxleft a:visited {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3FC19;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FF6600;
	background-color: #333333;
}
#boxleft a:hover, #boxleft a:active {
	background-color: #999999;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
}
#thisboxleft a:link, #thisboxleft a:visited
#thisboxleft a:hover, #thisboxleft a:active {
	color: #333333;
	background-color: #C2FB18;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
}
