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

.menu li { /* Main menu points */
  float      : left;
  padding    : 0px 0px 0px 0px;
  margin     : 0px 0px 0px 0px;

  background : #ffffff;
  border-top : 0px solid #999999;
  border-right : 0px solid #c0c0c0;
  display         : block;
}
 li.skilletegn { /* Main menu points */
  float      	: left;
  color	     	: #000000;
  font-family   : arial, helvetica;
  padding    	: 0px 0px 0px 0px;
  margin     	: 0px 0px 0px 0px;
  width      	: 3px; 
  background 	: #ffffff;
  text-align 	: bottom;
  font-size     : 10px;
  line-height   : 20px;
  text-decoration : none;
}
.menu a { /* Main menu points link */
  display         : block;

  color           : #444444;
  padding         : 0px 0px 0px 0px;
  font-family     : arial, helvetica;
  font-weight	  : bold;
  font-size       : 10px;
  line-height     : 20px;
  text-decoration : none;
  text-align      : center;
}
/* .menu a:hover {*/ /* Main menu points link hover */
/*  color       : #ffffff;
  background  : #004990;
  text-decoration : none;
}*/

/* bakgrunn */
.menu ul { /* Sub menu ul (frame) */
  width      	   : 113px;
  position         : absolute;
  visibility       : hidden;
  border-bottom    : 0px solid #999999;
  border-left      : 0px solid #999999;
  border-right     : 0px solid #999999;
  z-index          : 99;
}
.menu li li  { /* Sub menu points */
  display : block;
  border     : 0px;
  padding    : 0px 0px 0px 0px;
  margin     : 2px 0px 0px 0px;
  width      : 113px;
  background : #E1E6E9;
/*  background : #E1ffff; */
  text-align : left;
}
.menu li ul a { /* Sub menu points link */
  display         : block;
  padding         : 0px 0px 0px 0px;
  color           : #444444;
  font-family     : arial, helvetica;
  font-weight	  : bold;
  font-size       : 10px;
  line-height     : 16px;
  width           : 113px;
  text-decoration : none;
  text-align      : left;
}
 .menu li ul a:hover { /* Sub menu points link hover */
  display         : block;
  padding         : 0px 0px 0px 0px;
  color           : #444444;
  background      : #ffffff;
  font-family     : arial, helvetica;
  font-weight	  : bold;
  font-size       : 10px;
  line-height     : 16px;
  width           : 113px;
  text-decoration : none;
}

.menu .on {
 text-align  : center;
 color       : #ffffff;
 font-weight : bold;
 background  : #004990;
 text-decoration : none;
}
.menu .on:hover {
 font-weight : bold;
 color       : #ffffff;
}
.menu .on:visited {
 font-weight : bold;
 color       : #ffffff;
}
.menu .on:visited:hover {
 font-weight : bold;
 color       : #ffffff;
}

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



/* /menu */

