@charset "utf-8";
/* CSS Document */

#right ul {
	list-style: none;
	padding: 5px;
}
#right li {
	margin-top: 5px;
}
#right a {
	font-size: 0.78em;
	text-decoration: none;
	border-left: 1em solid #3A6DAD;
	padding-left: 0.5em;
	color: #006600;
}
#right a:hover {
	color: #993300;
	border-left-color: #CC6600;
}

