#navlist
{
	margin-left:0px;
	margin-top:10px;
	padding-left:0px;
	marging-bottom:0px;
	padding-bottom:0px;
	width:182px;
	color: #0E3E0E;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	background-color: #EEEEEE;
}

#navlist ul {
	margin:0px;
	padding:0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #003300;	
}

#navlist li
{
	list-style: none;
	text-align: left;
}

#navlist li a
{
	display: block;
	text-decoration: none;
	width:187px;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003300;
}

#navlist li a:link { 
	color: #000;
}
#navlist li a:visited { 
	color: #0E3E0E;
}

#navlist li a:hover
{
	color: #006A00;
	background: white;
}

#home #nav-home a,
#how #nav-how a,
#where #nav-where a,
#tech #nav-tech a,
#comments #nav-comments a,
#anim #nav-anim a,
#company #nav-company a,
#shows #nav-shows a,
#buy #nav-buy a,
#trellis #nav-trel a,
#contact #nav-contact a {
	color: #006A00;
	background: white;
}