/* leftnam main site and leftnav customer pages*/

/***************************
/* 	LEFT NAVIGATION MENU  
/***************************/
#leftnav_container {
	padding: 			1px 0 0 0;
	margin:				0;
	line-height:		17px;
	text-decoration: 	none;
}

#leftnav_container ul{
	padding: 			0 0 1px 0;
	width: 				120px; /* Level 1 width */
	background: 		#ffffff url(../images/css_dotted_line_horz.png);/* #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;
}

/*first level sub menu style */
#leftnav_container  ul li ul{
	display: 			none;
	left: 				120px; /* Position relative to parent */
	position: 			absolute;
	width: 				120px; /* Level 2 width*/
	top: 				0;
}

/*All subsequent sub menu levels offset */
#leftnav_container  ul li ul li 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: 			#F20061; */
	text-decoration: 	none;/* underline */
	background: 		#ffffff;/*#F9F9F9; #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*/
}

#leftnav_container  ul li a:visited{
	text-decoration: 	none;
	color: 				#424242;
}

#leftnav_container  ul li a:hover{
	color: 				; /*#ff0066;*/
	text-decoration: 	none;/* underline */
	background: 		#f0f0f0; url(../images/arr_right.png no-repeat center right);
}

#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 */

/*********************************
/* 	CUSTOMER LEFT NAVIGATION MENU  
/*********************************/
#leftnav_container_customer {
	padding: 			1px 0 0 0;
	margin-top:			13px;
	line-height:		17px;
	text-decoration: 	none;
}

#leftnav_container_customer ul{
	padding: 			0 0 1px 0;
	width: 				155px; /* Level 1 width */
	background: 		#ffffff url(../images/css_dotted_line_horz.png);/* #E9EDED url(../images/css_dotted_line_horz.png);	*/
	/*border-bottom: 		1px solid #ccc;*/
}

#leftnav_container_customer  ul li{
	margin:				0px;/* 0px 2px 0px 2px */
	padding:			0;
	position: 			relative;
	text-decoration:	none;
}

/*first level sub menu style */
#leftnav_container_customer  ul li ul{
	display: 			none;
	left: 				155px; /* Position relative to parent */
	position: 			absolute;
	width: 				120px; /* Level 2 width*/
	top: 				0;
}

/*All subsequent sub menu levels offset */
#leftnav_container_customer  ul li ul li ul{
	left: 				155px;  /* Position relative to parent*/
	width: 				155px;  /* Level3 width*/
	border-left:		1px solid #CAD1D5;
	/*border-top: 		1px dotted #8F9CA5;*/
}

/* menu links style */
#leftnav_container_customer  ul li a {
	display: 			block;
	/*color: 			#F20061; */
	text-decoration: 	none;/* underline */
	background: 		#ffffff;/*#F9F9F9; #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*/
}

#leftnav_container_customer  ul li a:visited{
	text-decoration: 	none;
	color: 				#424242;
}

#leftnav_container_customer  ul li a:hover{
	color: 				; /*#ff0066;*/
	text-decoration: 	none;/* underline */
	background: 		#f0f0f0; url(../images/arr_right.png no-repeat center right);
}

#leftnav_container_customer  .subfolderstyle{
	background:	; /*#E9EDED url(../images/arrow.gif) no-repeat center right;*/
}

/* Holly Hack for IE \*/
* html #leftnav_container_customer ul li { float: left; height: 1%; }
* html #leftnav_container_customer ul li a { height: 1%; }
/* End */

