@charset "utf-8";
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#sidebar a {
	text-decoration: none;
	display: block;
	margin: 3px;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #1E6360;
	text-align: left;
	font-size: 12px;
}
#sidebar a:hover {
	background-color: #0F6AB3;
	color: #FFFFFF;
}
