@charset "UTF-8";
#sidebarL   ul {
	list-style-type: none;
	margin-right: 12px;
	line-height: 18px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-left: 0px;
}
#sidebarL     ul   li  {
}
#sidebarL   ul   li   a {
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-left: 0px;
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-bottom: 8px;
	outline: none;
}
#sidebarL ul li a:hover {
	text-decoration: none;
	color: #009933;
	display: block;
	background-attachment: scroll;
	background-image: url(images/link-corner.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebarL ul li.bttm a {
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 0px;
	color: #0066CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
#sidebarL ul li.selected a {
	text-decoration: none;
	color: #009933;
	font-weight: bold;
	background-image: url(images/link-corner.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	outline: none;
}
#sidebarL ul li.bttmselected a {
	text-decoration: none;
	color: #009933;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}

