body{
font-size: 12;
font-weight: normal;
font-family: fixedsys;
background: white;
color: white;
margin: 0;
}

#menubar {
Padding-left: 1em;
Padding-top: 0.15em;
border-bottom: 1px solid black;
color: black;
background: #EEEEEE;
font-size: 12;
font-weight: normal;
font-family: fixedsys;
width: 100%;
height: 1.15em;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

li {
  float: left;
  position: relative;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.25em;
  color: black;
  }

li a{
 color: black;
}

li ul {
  display: none;
  position: absolute; 
  top: 1.25em;
  left: 0;
  width: 10em;
  margin-top: 0.25em;
  border: 1px solid black;
  background: #EEEEEE;
  }

li ul li {
  width: 100%;
}

li ul li a{
 color: black;
}


li>ul {
  top: auto;
  left: auto;
  }

li:hover {
  background: black;
  color: #EEEEEE;
  }

li:hover ul { display: block; }
li:hover a {color: #EEEEEE;}

#desk {
  background: #00EE00;
  width: 100%;
  height: 100%;
  clear: left;
  background-image:url(./src/gemdos.PNG);
}

a, a:active, a:hover, a:visited { 
  text-decoration: none;
}
