.treeview ul{ 	color: black; 	font-size: 18px; 	font-family: Geneva, Helvetica, sans-serif; 	line-height: 24px; 	margin: 0; 	padding: 0; 	cursor: pointer; 	border: none; }	.treeview li{ 	color: black; 	font-size: 18px; 	font-family: Geneva, Helvetica, sans-serif; 	line-height: 24px; 	background-image: url(bilder/list.gif); 	background-repeat: no-repeat; 	background-attachment: scroll; 	background-position: left center; 	list-style-type: none; 	padding-left: 13px; 	margin-bottom: 3px; 	margin-top: 5px;	cursor: pointer; 	text-transform: uppercase; 	border: none; }.treeview li.submenu{	color: black;	font-size: 18px;	font-family: Geneva, Helvetica, sans-serif;	line-height: 24px;	background-image: url(bilder/closed.gif);	background-repeat: no-repeat;	background-attachment: scroll;	background-position: left 1px;	cursor: hand;	cursor: pointer;}.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */	color: black; 	font-size: 18px; 	font-family: Geneva, Helvetica, sans-serif; 	line-height: 24px; 	cursor: pointer; 	display: none; /*Hide them by default. Don't delete. */}.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */	color: black; 	font-size: 18px; 	font-family: Geneva, Helvetica, sans-serif; 	line-height: 24px; 	cursor: pointer; }@media only screen and (max-width : 1140px){.treeview ul{ 	font-size: 30px; 	line-height: 42px; }	.treeview li{ 	font-size: 30px; 	line-height: 42px; }.treeview li.submenu{	font-size: 30px; 	line-height: 42px; }.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */	font-size: 30px; 	line-height: 42px; }.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */	font-size: 30px; 	line-height: 42px; }}