  ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#navlist li
{
	list-style-type: none;
}

#navlist
{
	/* to display the list horizontaly */
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navlist a
{
	/* extend the sensible area to the maximum with IE5 */
display: block;
	text-decoration: none;
	color: #66BFDF;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
}
#navlist a:visited {
	color: #66BFDF;
}
#navlist a:hover {
	color: #FFFFFF;
}
.line_vert {
	background-image: url(/img/line_vert_fade.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 150px;
	text-align: center;
}
