/* Sets up the menu */

#top-menu
{
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	float: left;
}

#top-menu li 
{
	float: left;
	
}


/* Defines the appearance of the links */

#top-menu a 
{
	font-size: 0.8em;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px 0 0;
}

#top-menu a:hover 
{
	color: #fff;
}

#top-menu a.visited 
{
	color: #666;
}

