#menu_left
{
    
	width: 210px;
	height: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 10;
    font-size: x-small;
	float:left;
	background-color: #61BF8E;}
	
#menu_left UL LI A, #menu_left UL LI A:visited
{
	display: block;
	overflow: hidden;
	width: 210px;
	color: #FFFFFF;
	line-height: 25px;
	height: 25px;
	text-decoration: none;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: x-small;}

#menu_left UL
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color:#009933;
	
}

#menu_left UL LI
{
	padding: 0;
	float: left;
	margin: 0;
	position: relative;
	text-indent:3px;
}
#menu_left UL LI UL { display: none }
#menu_left UL LI UL LI{ 	line-height: 25px; height: 25px; }


/* specific to non IE browsers */
#menu_left UL LI  a{ background-image:url(../images/leftmenu.gif); background-repeat:no-repeat;}
#menu_left ul li:hover a{ background-image:url(../images/leftmenu_over.gif); background-repeat:no-repeat;}


-------
#menu_left ul li:hover A {
	background-image:url(../images/leftmenu_over.gif); background-repeat:no-repeat;
}
#menu_left ul li:hover ul {
	display: block; left: 210px; width: 210px; position: absolute; top: 0px;
}
#menu_left ul li:hover ul li a.hide { 
	background: #00B458; color: #FFFFFF; border-top:1px solid #45BF80; border-bottom:1px solid #109650;
}
#menu_left ul li:hover ul li:hover a.hide {
	width: 210px;
}
#menu_left ul li:hover ul li ul {
	display: none;
}
#menu_left ul li:hover ul li a {
	display: block; background: #00994A; width: 210px; color: #FFFFFF; border-top:1px solid #45BF80; border-bottom:1px solid #109650; text-indent:10px;
}
#menu_left ul li:hover ul li a:hover {
	background: #00B458; color: #FFFFFF; border-top:1px solid #45BF80; border-bottom:1px solid #109650; text-indent:10px;
}
#menu_left ul li:hover ul li:hover ul {
	display: block; left: 210px; color: #FFFFFF; position: absolute; top: 0px;
}
#menu_left ul li:hover ul li:hover ul li a {
	display: block; background: #00994A; width: 200px; color: #FFFFFF; border-top:1px solid #45BF80; border-bottom:1px solid #109650;
}
#menu_left ul li:hover ul li:hover ul li a:hover {
	background: #00B458; color: #fff; border-top:1px solid #45BF80; border-bottom:1px solid #109650;
}
