/* CSS Document */
 #navlist ul {
	margin: 0pt;
	list-style-type: none;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
    }

  #navlist ul li { display: inline;
    }

  #navlist ul li a {
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 50px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	padding: 0.2em;
    }

  #navlist ul li a:hover {
	background-color: #CCCCCC;
	color: #333333;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
    }
