body {
  background-color: black; 
  color: blue; 
  margin: 0; 
  padding: 0;
  }
a  {
  text-decoration: none;
  color: #04C;
  }
ul {
  padding: 0; 
  margin: 0; 
  border-bottom: 0px; 
  font: 11pt arial, sans-serif;
  z-index: 99;
  }
ul li {
  list-style-type: none;
  border: 1px solid #333; 
  border-width: 1px 1px 0 3px;
  position: relative; 
  margin: 0px; 
  padding: 0px;
  height: 25px;
  }
ul ul { display: none; }
ul li:hover > ul {
  display: block; 
  position: absolute; 
  top: -1px; 
  left: 100%;
  }
li a {
  display: block; 
  padding: 5px 7px; 
  text-decoration: none;
  background: #111;
  }
ul.topmenu li a:hover { 
  background: black; 
  z-index: 10;
  }
li.sub > a {
  font-weight: bold; 
  background: #111;
  }

div#main { 
  margin: 0 30px 0 0; 
  padding: 10px; 
  }
div#main p { margin: 1em 3em 1em 0.5em; }

.topmenu { 
  width: 11em; 
  margin-top: 98px;
  border: 0px solid black;
  margin-left: 5px;
  padding: 0px 0px 0px 0px;
  z-index: 14;
  }
  
ul#topmenu > li:hover > ul {
  width: 10em; 
  top: 1.5em; 
  left: 3px;
  z-index: 13;
  }

ul ul { width: 10em; }
.newest a { color: #F2C12A; font-weight: normal; background: #000; }
.new a { color: #F78A09;  font-weight: normal;  background: #000; }
a:hover { text-decoration: underline; }
.old a { color: #F74109;  font-weight: normal;  background: #000; }
.oldest a {  color: #F70909; font-weight: normal;  background: #000; }
.expiring a { color: #7B0303; font-weight: normal; background: #000; }

.level2  { background: #222; color: #78B9F6; z-index: 12; }
.level3  { background: #444; color: #FFF; font-weight: normal; z-index: 12; }
#mainImage  { position: absolute; left: 172px; top: 120px; margin: 0px; }
#mainContent  { position: absolute; left: 172px; top: 120px; margin: 0px; }
#whatsNew  { top: 365px; }