/* CSS Document */

#divSidebar {
	float: right;
	width: 172px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 20px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px;
	margin-right: 20px;
	margin-top: 0px;
}
#divSidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divSidebar a {
	color: #474F49;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CED2B6;
	border-bottom-color: #CED2B6;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 13px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	width: 142px;
}
#divSidebar a:hover {
	background-color: #FBFCF9;
}
#imgSidebar {
	position: absolute;
	right: 0;
	bottom: 0;
}
#divSidebar a.current {
	background-color: #F6F7F3;
}
