body {
 margin: 6px 3px 0px 0px;
 padding: 0px 0px 0px 0px;
 background-image: url(/grafikk/meny_bakgrunn.gif);
 background-position: top left;
 background-repeat: no-repeat;
 }
ul {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }
ul.submenu {
 margin-left: -4px;
 display: block;
 }
ul.submenu_hidden {
 margin-left: -4px;
 display: none;
 }
li {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 18px;
 list-style: none;
 list-style-position: outside;
 }
li.step {
 background-image: url(/grafikk/pek.gif);
 background-repeat: no-repeat;
 }
li.step_mouseover {
 background-image: url(/grafikk/pek.gif);
 background-repeat: no-repeat;
 }
li.step_selected {
 background-image: url(/grafikk/pek2.gif);
 background-repeat: no-repeat;
 }
li.folder {
 background-image: url(/grafikk/folder.gif);
 background-repeat: no-repeat;
 }
li.folder_mouseover {
 background-image: url(/grafikk/folder_mouseover.gif);
 background-repeat: no-repeat;
 }
li.folder_open {
 background-image: url(/grafikk/folder_open.gif);
 background-repeat: no-repeat;
 }
li.folder_open_mouseover {
 background-image: url(/grafikk/folder_open.gif);
 background-repeat: no-repeat;
 }
a {
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 color: #005590;
 font-size: 12px;
 line-height: 12pt;
 vertical-align: top;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 cursor: pointer;
 }
a.step {
 background-color: transparent;
 }
a.step_mouseover {
 background-color: #EBFDC7;
 }
a.step_selected {
 background-color: #DDDDDD;
 }
.divHidden {
 display: none;
 }
.divVisible {
 visibility:visible;
 display: block;
 }
.divRemoved {
 display: none;
 }