p {
align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #000000;
margin-left: .5in;
margin-right: .3in;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: oblique;
color: #0B8807;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: bold;
color: #000000;
}

h3{
font-family: Verdana, Arial, helivetica, Sans-serif;
font-size:13px;
font-style: bold;
color:$000000;
}

body {
margin: 14px;
hr: #FFF1AC;
}


a:hover {
text-decoration: none;
background-color: #87FF89;
}

.pix {
font-family: Times Roman, Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 10;
position: bottom;
margin-left: .0in;
margin-right: .0in;
}

.menu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #844141;
margin: 4px;
}

.menu a:link {
color: #525237;
text-decoration: none;
}

.menu a:visited {
color:#CE9641;
text-decoration: none;
}

.menu a:hover {
color: #990000;
text-decoration: none;
}

.menu a:active {
color: #666666;
text-decoration: none;
}

ul li a {
	display: block;
	text-decoration: bold;
	color: #000000;
	background: #FFFDF1;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}


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

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }

.blockquote  {
	margin-left: 7em;
}




/* End */

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;


<ul id="1st-nav.txt">

.foot {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 11px;
text-decoration: none;
}

.archive {
color: #000000;
font-size: 2;
align: center;
}


.floatcontainer:after{ content: ".";
display: block;
height: 0; clear:
both; visibility:hidden;
}  /*Having something in the content such as a period gives a more consistent results across browsers.*/

/* not sure if this works - play with it another day...

#Content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
}
*/
