#naturenav_wrapper {
	position:relative; 
	padding:0;
	margin:0; 
}
/* Get rid of the margin, padding and bullets in the unordered lists */
#naturenav_wrapper ul {
	padding:0; 
	margin:0; 
	list-style-type: none;
}

#naturenav_wrapper .ul1 {
	background-color:white;
}
/* First level link size, color and borders*/
#naturenav_wrapper .a, #naturenav_wrapper  .a:visited {
	display:block;
	padding-bottom:0.6em;
}
#naturenav_wrapper .a1, #naturenav_wrapper  .a1:visited {
	padding-left:0.5em;
	padding-top:0.5em;
	font-family:Georgia;
	font-size:170%;
	text-decoration: none;
}

#naturenav_wrapper .li {
	display:block;
	margin-left:1em;
}
#naturenav_wrapper .li1 {
	background-image: url("http://www.umea.se/images/18.69ffeaab11c04448f8e8000202415/meny-bg.gif");
	background-position: right top;
	background-repeat: no-repeat;
	margin-left:0;
	margin-bottom:0;
	margin-bottom: 1em;
}
#naturenav_wrapper .li1_expanded {
	background-image: url("http://www.umea.se/images/18.69ffeaab11c04448f8e8000202414/meny-bg-active.gif");
	background-position: right top;
	background-repeat: no-repeat;
}
#naturenav_wrapper .a_active {
	font-weight:bold;
}
#naturenav_wrapper .li1_expanded .a1_expanded {
	font-weight:normal;
	color:#999999;
}
