/*
   New Perspectives on HTML and XHTML 5th Edition
   Tutorial 5
   Case Problem 2

   Living Faith Calender
   Author: 
   Date:   

   Filename:         and.css
   Supporting Files: bottom.jpg, bottomleft.jpg, bottomright.jpg, left.jpg
                     tab.jpg, top.jpg, topleft.jpg, topright.jpg, right.jpg

*/
body {  text-align: center; font-family: blue highway, sans serif }
h2 { font-size: 1.5em }
h3 { font-size: .8em }
#navigation { text-align: left }
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}

li ul { position: relative;
	
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: center; }
* html ul li a { height: 1%; }
/* End */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}

li:hover ul, li.over ul { 
	display: block; }	
	/*
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace»
	(" over", "");
   }
   }
  }
 }
}
window.onload=startList;
*/

#about {  position: absolute; left: 45px; top: 220px }
#contact {  position: absolute; left: 550px; top: 220px; color: blue }
#help  { position: absolute; left: 1000px; top: 220px; color: blue }
<ul id="nav">
#logo { margin: 0em 0em 1em 1em; position: left }
#header  { padding-bottom: 50px; } 
#pics { padding-bottom: 50px; }
#links a:link { color: blue; text-decoration: underline }
#links a:visited {color: red; text-decoration: none }
#links a:hover { color: yellow; text-decoration: underline }
#links a:active { text-decoration: none }








