	body {
		behavior:url("csshover.htc");
	}
	
	
	/* the menu */

 ul,li,a.menu, a.submenu, a.folder {
		display:block;
		margin:0;
		padding:0;
		border:0;
		font-family:verdana,arial,tahoma,verdana,helvetica;
		font-size:11px;
	list-style-type: none;		
	}
	

	 ul {
		width:140px;
		_width:150px;
		_height:100%;
		list-style:none;
		background:#eafdb1;
		padding:10px 5px;
		margin:0;
	}

	li {
		position:relative;
		padding-bottom: 1px;
		z-index:9;
	}
		li.folder ul {
				
			position:absolute;
			left:140px; /* IE */
			top:-0px;
			
		}		
			li.folder>ul { left:140px; } /* others */

	a.menu, a.submenu, a.folder {
		display: block;
		padding: 4px 0px 4px 0px;
		border-width: 1px;
		border-color: #ffe #aaab9c #ccc #fff;
		border-style: solid;
		color: #335544;
		text-indent: 15px;
		text-decoration: none;
		background: #e5e5e5;
		width:100%; /* IE */
	}
		li>a { width:auto; } /* others */

	/* regular hovers */

	a:hover {
		color: #a2c930; 	
		background: transparent;
		border-color: #aaab9c #fff #fff #ccc;
		
	}
		li.folder a:hover {
			color: #a2c930; 	
			background: transparent;
			border-color: #aaab9c #fff #fff #ccc;
					}
	
	/* hovers with specificity */
	
	li:hover.folder { z-index:10; }		
		
	ul ul, li:hover ul ul {
		display:none;
	}

	li:hover ul, li:hover li:hover ul{
		display:block;
		padding:0px 0px;
	}