body {
  background: #000000 url(/images/background.png);
  font-family: sans-serif;
  color: white;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

a.menulink {
  text-decoration: none;
  font-weight: bold;
  font-size: small;
  color: white;
  text-transform: lowercase;
}

img.link {
  border: 0px;
}

.grad img {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.menubar {
  border: none;
  border-collapse: collapse;
  float: left;
  margin: 0px;
  position: relative;
  width: 100%;
  height: 24px;
  padding: 0px;
  background-color: #000000; 
}

.menuentry {
  border: none;
  border-collapse: collapse;
  float: left;
  margin: 0px;
  position: relative;
  width: 150px;
  height: 24px;
  padding: 0px;
  text-align: center;
  background-color: #000000; 
}

.menuentry:hover {
  background-color: #003355; 
}

.menuentry * {
  margin: 0px;
  position: relative;
  z-index: 1;
}

* html .grad img {
  display: none;
}

* html .menuentry {
    position: static;
}

.menu { 
  background-color: #000000; 
}

.background { 
  background-color: #222222; 
}

.content { 
  background-color: #444444;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

li {
  float: left;
  position: relative;
  width: 150px;
  }

li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  text-align: center;
  border: 0px solid #222222;
  border-bottom-width: 2px;
  }

li > ul {
	top: auto;
	left: 0px;
	margin-top: 24px;
	}

li:hover ul, li.over ul{ display: block; }