	*{
		font : normal 12px Arial ;
		color:#600;
	}
	html, body{
		width:100%;
		height:100%;
		padding:0;
		margin:0;
	}
	a {
		outline:none;
	}
	.menu_bas td a {
		color:#600;
		text-decoration:none;
	}
	.menu_bas td{
		width:300px;
		font-weight:bolder;
	}
	a.folded {
		font-size:14px;
		text-decoration:none;
		text-transform:uppercase;
		padding-left:20px;
		background: transparent url(/lib/tpl/custom/maq/folded.png) no-repeat left top;
	}
	a.unfolded {
		font-size:14px;
		text-decoration:none;
		text-transform:uppercase;
		padding-left:20px;
		background: transparent url(/lib/tpl/custom/maq/unfolded.png) no-repeat left top;
	}
	div.folder{
		 width:320px; 
		 text-align:justify;
		 margin:0 auto;
		 display:none;
	}
	div.subfolder{
		 padding-left:30px; 
		 text-align:justify;
		 margin:0 auto;
		 display:none;
	}
	.folder a.folded, .folder a.unfolded {
		font-size:12px;
	}
