div.hovedramme{
  width                 :100%;
}

div.kategoripunkt, div.menypunkt, div.menypunkt_on{
  text-align            :left;
  padding-top           :3px;
  padding-bottom        :3px;
}
div.kategoripunkt{
  background-color      :#5A6265;
  color                 :white;
}
div.menypunkt a:link, .menypunkt a:visited{
  background-color      :#EAEBED;
  text-decoration	:none;
  color			:black;
}
.menypunkt_on a:link, .menypunkt_on a:visited{
  background-color      :white;
  text-decoration	:none;
  color			:#FF9002;
  font-weight		:bold;
}
div.menypunkt a, div.menypunkt_on a{
  width                 :100%;
  display               :block;
  text-decoration	:none;
}
div.menypunkt a:hover{
  background-color      :white;
  text-decoration       :bold;
  color			:black;
}

