#menu ul,#menu li,#menu a {
	display:block;
	margin:0;
	padding:0;
	border:0;
}

#menu ul {
	width:220px;
	list-style:none;
	z-index:1000;
}

#leftmenu li {
	height:22px;
	position:relative;
	z-index:9;
	background: #fff url(../img/menubg1.jpg) right center no-repeat;
}
#menu li.lastitem{
	height:60px;
	background: #fff url(../img/menubglast.jpg) right top no-repeat;
}
#leftmenu li.folder	{
	background: #fff url(../img/menubg2.jpg) right center no-repeat;
}		
#leftmenu li.folder ul {
	position:absolute;
	left:220px;
	top:0px;
}		
#leftmenu li.folder>ul { left:220px; } 
#leftmenu li.folder li	{
	background: #f7e2e1;
}		

#menu a {
	padding:2px;
	text-decoration:none;
	color:#1d1562;
	font-weight:bold;
	width:100%;
}
#leftmenu li>a { width:auto; }

#leftmenu a:hover {
	color:#1d1562;
	text-decoration:underline;
}
#leftmenu li a:hover {
	color:#1d1562;
	text-decoration:underline;
}
#leftmenu li li a {
	color:#1d1562;
	text-decoration:none;
}
#leftmenu li li a:hover {
	color:#1d1562;
	text-decoration:underline;
}

#leftmenu li.folder:hover { z-index:10; }		
	
#menu ul ul, #leftmenu li:hover ul ul {
	display:none;
}

#leftmenu li:hover ul, #leftmenu li:hover li:hover ul {
	display:block;
}
#leftmenu li:hover{
	background: #f7e2e1;
}		
#leftmenu li:hover a{
	color:#1d1562;
}		