/* the menu */

/* body 		{behavior: url(http://www.astroprofi.at/css/csshover.htc);} */

ul,li		{
		display:block;
		margin:0;
		padding:0;
		border:0;
		}
	/* regular hovers */

	a:hover {
		border-color:gray;
		background-color:#EBB;
		color:black;
	}
		li.folder a:hover {
			background-color:#EBB;
		}

	/* hovers with specificity */

	li.folder:hover { z-index:10; }

	ul ul, li:hover ul ul {
		display:none;
	}

	li:hover ul, li:hover li:hover ul {
		display:block;
	}
