﻿#top-menu
{
	font-size: 0.9em;
	color: white;
	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 
{
	font-size: 1.1em;
	color: white;
}

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

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

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