@charset "utf-8";
#navcontainer {
	padding-top: 32px;
}
/* CSS Document */

#navlist li
{
	display: inline;
/* for IE5 and IE6 */
}


#navlist
{
	/* to display the list horizontaly */
font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#navlist a
{
	/* extend the sensible area to the maximum with IE5 */
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
}

#navlist a:hover {
	color: #CCCCCC;
}
