


.left_nav{
	width: 175px;
	vertical-align: top;
	padding: 26px 0 0 0;
	margin: 0;
	background-repeat: no-repeat;
}

.left_nav li { 
	position: relative; 
	border-bottom:none;
	display:block;
	height: auto; /*auto */
	margin:0px;
	padding:0px;
	background-color: transparent;
	width: 175px;
	font-size: 0px;
	line-height: 0px;
	background: url(../images/arrow.gif) no-repeat 10px 8px;
	list-style:none;
}
.left_nav li a {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
	display:block;
	padding: 5px 0 5px 20px;  
	margin:0px; /*helps Opera with hover */
	width:155px; /* helps IE with hover */
}
.left_nav li a:hover{
	color: #445C66;
}

.left_nav ul, .left_nav ul ul, .left_nav ul ul ul{
	display:none; 
	position: absolute; 
	top:0px; 
	left:155px;
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style: none;
	z-index:99;
	overflow:visible;
	width: 175px;
	background-color: #CCCCCC;
}

.left_nav li:hover ul ul, .left_nav li:hover ul ul ul{
	display:none; 
	
}
.left_nav li:hover ul, .left_nav ul li:hover ul, .left_nav ul ul li:hover ul{
	display:block;

}
li>ul { 
	top: auto;
	left: auto;
	
}

/* Win IE only \*/
* html .left_nav li{
	float:left;
	display: inline;
}/* end holly hack */

/* Only IE-win sees this. \*/
* html #leftcolumn {
  height: 1%;
  }
/* End hide from IE5/mac */
