/* Sets up the menu */

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

#top-menu li 
{
	float: left;

}

#top-menu u 
{
	font-size: 0.8em;
	color: #da0373;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -0.04em;
	padding: 0 0 0 10px;
}

/* Defines the appearance of the links */

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

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

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

