

/* Sets up the menu */

#top-menu
{
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	float: right;
}

#top-menu li 
{
	float: left;
}


/* Defines the appearance of the links */

#top-menu a 
 { color: black; font-size: 0.8em; font-weight: bold; text-decoration: none; letter-spacing: -0.05em; padding: 0 0 0 10px }

#top-menu a:hover 
 { color: #fc3 }

#top-menu a.visited 
{
	color: #666;
}
