a:link { text-decoration: none; color: white }
a:visited { text-decoration: none; color: white }
a:hover { background: black; color: white }

.navbar {
position:fixed;
top:0;
left:0;
width:1.5in;
background-color:black;
padding:.1in;
margin:0in;
}
.content {
position:absolute;
top:0;
left:1.5in;
padding:.1in;
margin:.25in;
background-color:grey;
} 



<frameset cols="140,*">
<frame src="Menu.html" id="top" scrolling="no" frameborder="0" />
</frameset>