body,p,td { 
	font-family:Verdana, Geneva, Helvetica, Arial, sans-serif; 
	font-size:11px; 
	color:#004C1B;
	scrollbar-base-color: #F5F5EB;
	scrollbar-arrow-color: #004C1B;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	overflow-X: hidden   }

/* Länkar */
	
a { 
	color: #004C1B;
	text-decoration: none }
	
a:hover, a:active{ 
	color: #004C1B;
	text-decoration: underline }

/* Menyn */

/* Turn off list bullets */
ul.aqtree3clickable li { list-style: none; }

ul.aqtree3clickable, ul.aqtree3clickable ul, ul.aqtree3clickable li { margin: 1; padding: 0; }

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a { padding-left: 10px; }

/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.aqtree3clickable li.aq3open a {
    background: url(bilder/minus.gif) top left no-repeat;
}
ul.aqtree3clickable li.aq3closed a {
    background: url(bilder/plus.gif) top left no-repeat;
}
ul.aqtree3clickable li.aq3bullet a {
    background: url(bilder/bullet.gif) top left no-repeat;
}

/* Actually show and hide sublists */
ul.aqtree3clickable li.aq3open ul { display: block; }
ul.aqtree3clickable li.aq3closed ul { display: none; }

ul.aqtree3clickable  { margin-left:5px;  }
