@charset "utf-8";
/* CSS Document */
#LeftSidebar {
	float:left;
	width: 258px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	height: auto;
}
#LeftSidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#LeftSidebar li {
	
}
#LeftSidebar li a:link, #LeftSidebar li a:visited  {
	display: block;
	color: #333333;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #73775E;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #73775E;
}
#LeftSidebar li a:hover {
	background-color: #C6E270;
	color: #333333;
	background-image: url(arrow-list.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	border-left:none;
}
#LeftSidebar ul ul {
	margin-left: 0px;
}
#LeftSidebar ul ul li {
	margin:0;
	
}
#LeftSidebar ul ul a:link, #LeftSidebar ul ul a:visited {
	background-color: #E4EDCB;
	color: #333333;
	font-size: 0.8em;
	height: 15px;
	padding-left: 25px;
}
#LeftSidebar ul ul a:hover {
	background-color: #E1F0B4;
	color: #333333;
	background-image: url(arrow-list.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	border-left:none;
}
.LeftSidebarActive {
	font-weight: bold;
	background-color: #C6E26D;
	background-image: url(arrow-list.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	border-left:none;
}
	
.LeftSidebarSublinkSelected {
	background-image: url(arrow-list.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	border-left:none;
	font-weight: bold;
}
/* Backup 
.LeftSidebarActive {
	font-weight: bold;
	background-color: #E1F0B4;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #73775E;
	
}
.LeftSidebarSublinkSelected {
	background-image: url(arrow-list.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	border-left:none;
	font-weight: bold;
}

*/

