#list-menu {
font-size: 0.9em;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu menu {
margin: 5px 0 0 0; 
padding: 0;
list-style-type: none;
}
#list-menu li {
margin: 0 0 0 2px;
}
#list-menu a {
display: block;
width:270px;
padding: 2px 2px 2px 10px;
border-bottom: 1px solid #eee;
background: #fffcca;
text-decoration: none; /*lets remove the link underlines*/
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
background: #fff;
color: #000000;
}
/*lets remove the link underlines*/
/*lets remove the link underlines*/
/*lets remove the link underlines*/
#nav {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
  background: #060606 url(img2/hdbg.gif);
  }
#nav li {
	float: left; }
#nav li a {
	display: block;
	padding: 16px 15px 7px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff; 
  }
#nav li a:hover {
	color: #fff;
	background-color: #323131; }
/*lets remove the link underlines*/
/*lets remove the link underlines*/
/*lets remove the link underlines*/

