@charset "UTF-8";
#tdLeft {
	vertical-align: text-top;
	font-size: 11px;
	width: 150px;
}
#tdLeft a {
	display: block;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../images/structure/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 12px;
	color: #000000;
	padding-top: 8px;
	text-decoration: none;
}
#tdLeft a: visited {
	color: #000000;
}
#tdLeft a:hover {
	background-image: url(../images/structure/arrow_animated.gif);
	background-repeat: no-repeat;
	background-position: 2px 12px;
	text-decoration: none;
	color: #007CC7;
}
#tdLeft a:active {
	background-image: url(../images/structure/arrow_animated.gif);
	background-repeat: no-repeat;
	background-position: 2px 12px;
	text-decoration: none;
	background-color: #89A200;
	color: #FFFFFF;
}
