#headerlinks, #headerlinks ul 
	{ /* all lists */
	float:right;
	/*padding-left: 160px;*/
	margin: 0;
	list-style: none;
	}
#headerlinks li 
	{ /* all list items */
	float:left;
	 /*width needed or else Opera goes nuts */
	padding: 5px 5px 5px 5px;
	font-size:100%;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;	
	}
#headerlinks li a 
	{
	display: block;
	padding: 3px 3px 3px 3px;
	color: #004589;
	text-decoration:none;
	background: url(../graphics/link-background.gif);
	background-repeat: no-repeat;
	}
#headerlinks li a:hover 
	{
	color: #559AFF;
	}
#headerlinks li.selected a 
	{
	display: block;
	padding: 3px 3px 3px 3px;
	text-transform:uppercase;
	background: url(../graphics/white-link-background.gif);
	background-repeat: no-repeat;
	color: #559AFF;
	text-decoration: none;
	}