body {
  margin : 0px 0px 0px 0px;
  font-family: sans-serif;
}
#top {
  position: absolute;
  height: 100px;
  width: 100%;
  top:0px;
  border:0px none;
  background-color : black;
  color: white;
  border-spacing: 10px;
  padding : 5px;
}
#left {
  position: absolute;
  height:100%;
  width:200px;
  top:115px;
  background-color: #E0E0E0;
  color: red;
}
#main {
  position: absolute;
  top: 115px;
  left: 215px;
}

a:link, a:visited { color: black; }
a:hover, a:active { color: red; }
a:hover { background-color: white; }


img
{
	border-style: none;
}

li ul {display: none;} 

li:hover > ul {display: block;} 

