/********************/
/* Styles til menuen*/
/********************/

body
{
  margin-left      : 5px;
  background-color : #486626;
}

table.menu1
{
  border           : 1px solid #393939;
}

table.menu1 td
{
  font             : bold 11px Verdana, sans-serif;
  text-align       : center;
}

table.menu1 td a
{
  text-decoration  : none;
  color            : #eeeeee;
  background-color : #697d40;
  border-top       : 1px solid #ffffff;
  border-left      : 1px solid #ffffff;
  border-bottom    : 1px solid #6d6d6d;
  display          : block;
  line-height      : 22px;
  width            : 99%;
}

table.menu1 td a:hover
{
  text-decoration  : none;
  color            : #eeeeee;
  background-color : #486626;
  border-top       : 1px solid #668866;
  border-left      : 1px solid #668866;
  border-bottom    : 1px solid #6d6d6d;
  display          : block;
  line-height      : 22px;
  width            : 99%;
}

table.menu1 td img
{
  margin-left      : 2px;
  margin-right     : 2px;
}