#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
	width: 165px;
	/* to display the list horizontaly */
font-family: "Comic Sans MS";
	margin: 0 0 00em;
	padding: 0;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}

#navlist a
{
	width: 99.99%;
	/* extend the sensible area to the maximum with IE5 */
display: block;
	background-color: #FFCC33;
	border-bottom: 1px #000 solid;
	text-align: center;
	text-decoration: none;
	color: #993300;
}

#navlist a:hover {
	background-color: #FFFFCC;
}
#navlist a:visited {
	color: #993300;
}

