/**********************/
/*Left Navigation*/
/**********************/
#leftNav {
	width: 250px;
	float: left;
	display: inline;
	font-size: 12px;
}

#leftNav h3 {
	margin-left: 5px;
}

#leftNav div a,
#leftNav div a:link,
#leftNav div a:visited {
	color: #5b5b5b;
	text-decoration: none;
	display: block;
	background: url("../images/leftnav/buttons.gif") no-repeat; 
	height: 23px;
	width: 228px;
	padding: 2px 0 0 12px;
}
	
#leftNav div a:hover {color: #737272;}

#leftNav .off_children a,
#leftNav .off_children a:link,
#leftNav .off_children a:visited,
#leftNav .off_children a:hover,
#leftNav .off_children a:active {background-position: 0 -25px; /*background-position: 0 -75px;*/ color: #fff;}

#leftNav .selected a,
#leftNav .selected a:link,
#leftNav .selected a:visited,
#leftNav .selected a:hover,
#leftNav .selected a:active {background-position: 0 -25px; color: #fff; font-weight: bold;}

#leftNav .selected_children a,
#leftNav .selected_children a:link,
#leftNav .selected_children a:visited,
#leftNav .selected_children a:hover,
#leftNav .selected_children a:active {background-position: 0 -25px; color: #fff; font-weight: bold;}

#leftNav li a,
#leftNav li a:link,
#leftNav li a:visited,
#leftNav li a:hover,
#leftNav li a:active {
	background: none;
	padding: 0;
	height: auto;
}

#leftNav .toggle_container ul {
	list-style: none;
	margin: 5px 0 0 15px;
}

#leftNav .toggle_container li {margin-bottom: 5px;}

#leftNav .toggle_container li a,
#leftNav .toggle_container li a:link,
#leftNav .toggle_container li a:visited {
	color: #5b5b5b;
	text-decoration: none;
	display: block;
	background: url("../images/leftnav/arrows.gif") no-repeat 0 7px;
	padding-left: 10px;
}

#leftNav .toggle_container li a:hover {
	color: #e05c22;
	text-decoration: none;
	background-position: 0 -86px;
}

#leftNav .toggle_container li.on a,
#leftNav .toggle_container li.on a:link,
#leftNav .toggle_container li.on a:visited,
#leftNav .toggle_container li.on a:hover,
#leftNav .toggle_container li.on a:active {
	color: #d31145;
	text-decoration: none;
	font-weight: bold;
	background-position: 0 -186px;
}
