@charset "utf-8";
.ul
{
	list-style-type: none;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
}

.li
{
	background-image: url(../assets/nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: list-item;
	margin-top: 10px;
	background-color: #DBEEE9;
	background-attachment: scroll;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 5px;
}


.liaktiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.subul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	text-decoration: none;
	margin-left: 40px;
	list-style-image: none;
	list-style-type: none;
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
}
.subli {
	margin-top: 5px;
	margin-bottom: 5px;
}

