/* CSS Document */

<style type="text/css">

#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	width: 184px;
	background-color: #FFFFFF;
	border-top: 1px #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px #CCCCCC;
}

#navlist a:link, #navlist a:visited {
	color: #990000;
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
#navlist a:hover {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	color: #990000;
	text-decoration: underline;
}
