#menu_left {
	width: 244px;
	font-size: 15px;
}

#menu_left ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

#menu_left ul li ul {
}

#menu_left a {
	color:#0b5ea4;
	display:block;
	height:150%;
	text-decoration: none;
}

#menu_left a.current{
	color:#f7aa2b;
	text-decoration: none;
}

#menu_left a:hover {
	color:#f7aa2b;
	text-decoration: none;
}

#menu_left a.main_menu:hover {
}

#menu_left ul li {
	height:150%;
	display:block;
	padding-left:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f7aa2f;
	padding-top: 5px;
	padding-bottom: 4px;
}
#menu_left ul li ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu_left ul li.current ul,
#menu_left ul li.main_current ul{
	background-color:;
	display:block;
	width:100%;
	margin-top:5px;
	width:234px;
	margin-left:10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size:13px;
}

#menu_left ul li.current ul a
{
}


#menu_left ul li ul {
	display:none;
}

#menu_left ul li.current ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu_left ul li.current ul ul
{ display: none;}

div#menu_left ul ul li:hover ul
{ display: block;}
/*
div#menu_left ul li:hover ul,
div#menu_left ul ul li:hover ul
{display: block;}
*/
/*
div#menu_left ul li:hover ul,
div#menu_left ul ul li:hover ul,
div#menu_left ul ul ul li:hover ul
{display: block;}

*/
