/*
This is an Elated Product - www.elated.com.
Copyright (c) 1996-2008 Elated Communications Ltd.
*/

/* Sets up the menu */

#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.2em;
	color: white;
	padding: 0 0 0 7px;
	text-decoration:none;
	
}

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

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

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

