#left-column {
width: 150px;
}

#left-column ul {
list-style: none;
margin: 0;
padding: 0;
background-color: #ffffff;;

}

#left-column ul li ul {
}

#left-column a {
	color: #415A6C;
font-weight: bold;
font-family: Arial;
font-size: 1.2em;
	display:block;
	height:150%;
text-decoration: none;

}

#left-column a.current{
color: #7A8A24;
}

#left-column a:hover {
text-decoration: underline;
color: #7A8A24;
}

#left-column a.main_menu:hover {
text-decoration: underline;
color: #7A8A24;
}

#left-column ul li { 
position: relative; 
height:150%;  
padding:6px 0px; 
display:block; 
padding-left:9px; }

#left-column ul li.current ul,
#left-column ul li.main_current ul{
	background-color:#ffffff;
	display:block;
	width:100%;
	margin-top:0px;
	width:150px;
	margin-left:-10px;
}
#left-column ul li ul{



}

#left-column ul li ul a
{
	padding-left:15px;
	background: url(../images/template/nav-bullet-inactive.gif) no-repeat;
	background-position: 2px center;
}

#left-column ul li ul a.current
{
	padding-left:15px;
	background: url(../images/template/nav-bullet-active.gif) no-repeat;
	background-position: 2px center;
}


/* 3rd Level Nav! */
#left-column ul li ul li ul li a
{
	padding-left:35px;
	background: url(../images/template/nav-bullet-inactive.gif) no-repeat;
	background-position: 21px center;
}

#left-column ul li ul li ul li a.current
{
	padding-left:35px;
	background: url(../images/template/nav-bullet-active.gif) no-repeat;
	background-position: 21px center;
}

/* 4th Level Nav! */
#left-column ul li ul li ul li ul li a
{
	padding-left:50px;
	background: url(../images/template/nav-bullet-inactive.gif) no-repeat;
	background-position: 36px center;
}

#left-column ul li ul li ul li ul li a.current
{
	padding-left:50px;
	background: url(../images/template/nav-bullet-active.gif) no-repeat;
	background-position: 36px center;
}

#left-column ul li ul {
	display:none;
	/*background: url(../images/template/nav-bullet-inactive.gif) no-repeat;
	background-position: 14px center;*/
	 
}

/*#left-column ul li.current ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
	
}*/
/*
div#left-column ul li.current ul ul
{ display: none;
	
}

div#left-column ul ul li:hover ul
{ display: block;
	
}



div#left-column ul li:hover ul,
div#left-column ul ul li:hover ul
{display: block;}

div#left-column ul li:hover ul,
div#left-column ul ul li:hover ul,
div#left-column ul ul ul li:hover ul
{display: block;}

*/



/*display / hide sub menus */
		/* show submenu of current page*/
		#left-column ul li.main_current ul,
		#left-column ul li.current ul,
		#left-column ul li.main_current ul li.current ul,
		#left-column ul li.current ul li.current ul{
		display:block;
		}

		

		/* hide submenus */
		#left-column ul li ul,
		#left-column ul li.main_current ul li ul,
		#left-column ul li.current ul li ul{
		display:none;
		}


		#left-column ul li ul,
		#left-column ul li ul li.main_current ul li ul,
		#left-column ul li ul li.current ul li ul{
		display:none;
		}