/********	LEFT NAVIGATION *************/
#leftnav_container {
	padding: 			1px 0 0 0;
	margin:				0;
	line-height:		18px;
	text-decoration: 	none;
}

#leftnav_container ul{
	padding: 			0 0 1px 0;
	width: 				147px; /* Level 1 width */
	background: 		#E9EDED url(../images/css_dotted_line_horz.png);	
	/*border-bottom: 		1px solid #ccc;*/
}

#leftnav_container  ul li{
	margin:			0px;/* 0px 2px 0px 2px */
	padding:		0;
	position: 		relative;
	text-decoration:	none;
}

/*1st level sub menu style */
#leftnav_container  ul li ul{
	display: 			none;
	left: 				147px; /* Position relative to parent */
	position: 			absolute;
	width: 				120px; /* Level 2 width*/
	top: 				0;
}

/*All subsequent sub menu levels offset */
#leftnav_container  ul ul ul{
	left: 			120px;  /* Position relative to parent*/
	width: 			120px;  /* Level3 width*/
	border-left:		1px solid #CAD1D5;
	/*border-top: 		1px dotted #8F9CA5;*/
}

/* menu links style */
#leftnav_container  ul li a {
	display: 		block;
	color: 			#424242;
	background: 		#E9EDED; /*url(../images/css_dotted_line.png) repeat-x bottom;*/ /* dotted lines */
	padding: 		2px 2px 1px 5px;
	border-right: 		1px solid #CAD1D5;
	margin:			1px 0 0 0;	/* when/if border is set all around*/
	text-decoration:	none;
}

#leftnav_container  ul li a:visited{
	text-decoration: 	none;
	color: 				#424242;
}

#leftnav_container  ul li a:hover{
	background-color: 	#c0daeb; 
	text-decoration: 	underline;
}

#leftnav_container  .subfolderstyle{
	background:	#E9EDED url(../images/arrow.gif) no-repeat center right;	
}

/* Holly Hack for IE \*/
* html #leftnav_container ul li { float: left; height: 1%; }
* html #leftnav_container ul li a { height: 1%; }
/* End */




