#menu_left {
width: 217px;
}

#menu_left ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu_left ul li ul {
}

#menu_left a {
	color:#7c1507;
	display:block;
	height:150%;
	font-size: 15px;
	padding-left:25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	background-image: url(../images/sce/leftmenu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 1px;
}

#menu_left a.current{
	background-image: url(../images/sce/leftmenu_bg-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu_left a:hover {
	background-image: url(../images/sce/leftmenu_bg-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu_left a.main_menu:hover {
}

#menu_left ul li {
	height:150%;
	display:block;
}

#menu_left ul li.current ul,
#menu_left ul li.main_current ul{
	display:block;
	width:217px;
}

#menu_left ul li.current ul a
{
font-size: 14px;
}


#menu_left ul li ul {
	display:none;
}
#menu_left ul li ul li{
	height:150%;
	display:block;
}
#menu_left ul li ul li a{
	padding-left:30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	background-image: url(../images/sce/leftmenu_secondlvl_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
}
#menu_left ul li ul li a:hover{
	background-image: url(../images/sce/leftnav_secondlvl_bg-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_left ul li ul li a.current{
	background-image: url(../images/sce/leftnav_secondlvl_bg-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#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;}

*/
