/*Navigation Bar */

ul
	{

	width:			900;

	padding:		0;
	margin:			0;
	list-style-type:	none;
	}
a.hy
	{

	width:			5em;
	text-decoration:	none;
	color:			white;
	font-family:		10px Arial;
	font-weight:		bold;
	text-align:		center;
	background-color:	#577fd7;
	padding:		0.2em 0.2em;
	border-right:		1px solid white;
	}
a.hy:hover 
	{
	background-color:	green;
	}
li.ve 
	{
	display:inline
	}

