/*LEFT NAVIGATION MENU --SND-- */

/*mandatory to eliminate bullets from the navigation  ****/
#leftnav_container ul li { 
	list-style-type: 	none ;
	list-style: 		none;
}

/***************************
/* 	LEFT MENU  
/***************************/

#leftnav_container_act {
	color: 			#FF8F00;
	border-left: 	3px solid #FF8F00;
	background:		#CBD2D8;
}

#leftnav_container  .subfolderstyle{
	background:	url(../images/css_arrow.gif) no-repeat center right;	/*#E9EDED*/
}

/************************
/* 1st LEVEL
*************************/
#leftnav_container {
	padding: 			50px 5px 0 10px;
	margin:				0px 0px 0 0;
	line-height:		16px;
	text-decoration: 	none;
	font: 				11px Helvetica, Arial, sans-serif; 
	border-bottom: 		0px dotted #bbb; /*1px solid #ccc;
	font-stretch:		condensed;*/
	
}

#leftnav_container ul {
	padding: 			0 0px 1px 0;
	margin:				0;
	width: 				160px; /*165px - #lertnav_conatiner padding*/
	font-size: 			11px;
	line-height:		13px;
	font-weight:		bold;
	/*letter-spacing: 	-0.07em;*/
	/*opacity: 			0.7;
	filter: 			alpha(opacity=70);*/
	text-align:	right;
}

#leftnav_container ul li {
	margin:				0px;
	padding:			0;
	position: 			relative;
	width:				165px;/**/
	text-decoration:	none;
	font-weight:		800;
	color: 				#174164;	
	border-top: 		0px dotted #bbb;
	/*background: 	#e2e7ea url(../images/css_dotted_line_horz.png) repeat-x bottom;*/
	/*opacity: 		none;
	filter: 		alpha(opacity=0);*/	
}

/* menu links style */
#leftnav_container a {
	display: 			block;
	color: 				#174164;
	background: 		none; /*url(../images/css_arrow.gif) no-repeat left;*/ 
	padding: 			2px 4px 1px 3px;
	border-right: 		3px solid #e2e7ea;
	margin:				1px 0 0 0;	/* when/if border is set all around*/
	text-decoration:	none;
}

#leftnav_container  a:visited {
	border-right: 		3px solid #8FB8E0;
	/*opacity: 		0.8;
	filter: 		alpha(opacity=80);*/	
}

#leftnav_container  a:hover {
	color: #06BBFF; /*#0F6AB5;*/
	border-right: 		3px solid #2393CF; /*#06BBFF;*/
	/*background-color: 	#CBD2D8;
	background:	 url(../images/menucat_underline.png) bottom repeat-x; */
}

/************************
/* 2nd LEVEL
*************************/
#leftnav_container ul ul { 
	margin:				0 0 0 7px;
	width: 				159px;	
}

#leftnav_container ul ul li a{
	color: 				#0F6AB5;
}

/************************
/* 3rd LEVEL
*************************/
#leftnav_container ul ul ul {
	border-right:		1px solid #CAD1D5;
	color: 			#444;
	width:			152px;
}

#leftnav_container ul ul ul li{
    width:				132px;
	border-right:		1px solid #CAD1D5;
	border-bottom: 		1px dotted #bbb;
	
}

#leftnav_container ul ul ul li a{
	color: 				#444;
}	

/************************
/* 4th LEVEL
*************************/
#leftnav_container ul ul ul ul li{
	width:				145px;
}

#leftnav_container ul ul ul ul li a{
	color: 			#444;
	font-weight:	normal;
	border-bottom: 	1px dotted #bbb;
}	


/* Holly Hack for IE \*/
* html #leftnav_container ul li { /*float: left;*/ height: 1%; }
* html #leftnav_container ul li a { height: 1%; }
/* End */



