/* menu */
.menu, .menu ul { /* Behavior of main ul */
  padding    : 0px 0px 0px 0px;
  margin     : 0px 0px 0px 0px;
  list-style : none;
  z-index    : 99;
}

.menu li { /* Main menu points */
  float      : left;
  padding    : 0px 0px 0px 0px;
  margin     : 0px 0px 0px 0px;
  /*width      : 95px;*/ 
  /*background : #ffffff;*/
  /*border-top : 1px solid #999999;*/
  /*border-right : 1px solid #c0c0c0;*/
  text-align : left;
}
.menu a { /* Main menu points link */
  display         : block;
  color           : #0B6D30;
  padding         : 0px 0px 0px 5px;
  font-family     : arial, helvetica;
  font-size       : 11px;
  line-height     : 20px;
  /*width           : 94px;*/
  text-decoration : none;
}
.menu a:hover { /* Main menu points link hover */
  color       : #000000;
  font-weight : bold;
  /*background  : #004990;*/
  text-decoration : none;
}

.menu ul { /* Sub menu ul (frame) */
  position         : absolute;
  visibility       : hidden;
  border-bottom    : 1px solid #999999;
  border-left      : 1px solid #999999;
  border-right     : 1px solid #999999;
  background-color : #c0c0c0; /* Global bakgrunnsfarge */
  z-index          : 99;
}
.menu li li { /* Sub menu points */
  float      : none;
  border     : 0px;
  padding    : 3px 0px 3px 0px;
  margin     : 1px 0px 0px 0px;
  width      : 138px;
  background : #cccccc;
  text-align : left;
}
.menu ul a { /* Sub menu points link */
  display         : block;
  padding         : 0px 0px 0px 10px;
  color           : #0B6D30;
  font-family     : arial, helvetica;
  font-size       : 11px;
  line-height     : 16px;
  width           : 138px;
  text-decoration : none;
}
.menu ul a:hover { /* Sub menu points link hover */
  color       : #000000;
  font-weight : normal;
  /*background  : #004990;*/
  text-decoration : none;
}

.menu ul a:visited { /* Sub menu points link hover */
  color       : #0B6D30;
  font-weight : normal;
  /*background  : #004990;*/
  text-decoration : none;
}

.menu ul a:visited:hover { /* Sub menu points link hover */
  color       : #000000;
  font-weight : normal;
  /*background  : #004990;*/
  text-decoration : none;
}

.menu .on {
 text-align  : left;
 color       : #000000;
 font-weight : bold;
 /*background  : #004990;*/
 text-decoration : none;
}
.menu .on:hover {
 font-weight : bold;
 color       : #000000;
}
.menu .on:visited {
 font-weight : bold;
 color       : #000000;
}
.menu .on:visited:hover {
 font-weight : bold;
 color       : #000000;
}

.menu .off {
 text-align  : left; 
 color       : #0B6D30;
 font-weight : bold;
 text-decoration : none;
}
.menu .off:hover {
 font-weight : bold;
 color       : #0B6D30;
}
.menu .off:visited {
 font-weight : bold;
 color       : #0B6D30;
}
.menu .off:visited:hover {
 font-weight : bold;
 color       : #0B6D30;
}



/* /menu */
