@charset "UTF-8";
/* CSS Document */
#navlist li
{
	display: inline;
	font: 0.9em "Comic Sans MS", cursive;
	color: #FFF;/* for IE5 and IE6 */
}

#navlist
{
	width: 149px;
	/* to display the list horizontaly */
	margin: 0.7em auto;
	padding: 0px;
	border-top: 1px solid #036;
	border-right: 1px solid #036;
	border-left: 1px solid #036;
}

#navlist a
{
	/* extend the sensible area to the maximum with IE5 */
display: block;
	border-bottom: 1px solid #001C39;
	text-align: center;
	text-decoration: none;
	color: #036;
	background: #9EABB7;
}

#navlist a:hover {
	background: #99BBDB;
}
#navlist a:visited {
	color: #FFF;
}
