body {
		/* behavior:url("../htc/csshover3.htc"); */
	}
	
	* {     font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
		
	  }
 
	/* the menu */
 
	 ul,li,a {
		/* display:block; */
		margin:0;
		padding:0;
		border:0;
	}
 
	ul {
		width:170px;
		border:0px solid darkblue;
		background:#E7ECEF;
		list-style:none;
	}
 
	li {
		position:relative;
		padding:1px;
		padding-left:0px;
		 /* background:#E7ECEF;   url("images/desen.gif") no-repeat; */
		z-index:0;
	}
		li.folder	{ background:#E7ECEF; /* url("images/desen.gif") no-repeat; */
				}		
		li.folder ul {
			position:absolute;
			left:120px; /* IE */
			bottom:-30px;
		}		
			li.folder>ul { left:140px; } /* others */ 
 
	a {	
		padding:2px;
		border:0px solid red;
		text-decoration:none;
		color:#336666;
		font-weight:tin;
		width:100%; /* IE */
	}
		li>a { width:auto;} /* others */
 
	li a.submenu {
		 background:#dddddd  /* url("images/img7.png") right no-repeat*/;
	}
 
	/* regular hovers */
 
	a:hover {
		text-decoration: underline;
		border-color:white;
		/* background-color:#dddddd; */
		color:black;
		
	}
		li.folder a:hover {
			background-color:#cccccc;
		
		}
	
	/* hovers with specificity */
	
	li.folder:hover { z-index:10; }		
		
	ul ul, li:hover ul ul {
		width:140px;
		border:1px solid darkblue;
		display:none;
	}
 
	li:hover ul, li:hover li:hover ul {
		display:block;
	} 		