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

	ul,li,a {
	  text-align: left;
		display:block;
		font-size: 11px;
		margin:0;
		padding:0; 
		border:0;
		width: 100%;
	}

	ul {
		width:195px;
		border:1px solid #ffffff; /* EZT KELL VÁLTOZTATNI */
		 /*background-image: url("../images/g2.gif");*/ 
		background-repeat: repeat-y;
		 /*background-color: #496597; */
		background-color: #d0c9c3;    /* EZT KELL VÁLTOZTATNI */
		list-style:none;
	}

	li {
		position:relative;
		padding:1px;
		padding-right:0px; 
		/*background:url("images/item_moz.gif") no-repeat;*/
		z-index:9;
	}
		li.folder	{ background:url("../images/trans.gif") no-repeat; }		
		li.folder ul {
			position:absolute;
			left:195px; /* IE */
			top:5px;
		}		
			li.folder>ul { left:195px; } /* others */

	a {
		padding-left:2px;
		padding-right:2px;
		padding-top:4px;
		padding-bottom:4px;
		border:1px solid #ffffff; /* EZT KELL VÁLTOZTATNI */
		text-decoration:none;
		color:#652c63; /* EZT KELL VÁLTOZTATNI */
		/* font-weight:bold;*/ 
		width:100%; /* IE */
	}
		li>a { width:auto; } /* others */

	li a.submenu {
		background:url("../images/sub.gif") right no-repeat;
	}

	/* regular hovers */

	a:hover {
		border-color: #ffffff;/* EZT KELL VÁLTOZTATNI */
		background-color: #ab8fb2; /* EZT KELL VÁLTOZTATNI */
		color:#ffffff; /* EZT KELL VÁLTOZTATNI */
		}
		li.folder a:hover {
			background-color:#ab8fb2; /* EZT KELL VÁLTOZTATNI */
		}
	
	/* 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;
	}		

