/*
This is an Elated Product - www.elated.com.
Copyright (c) 1996-2008 Elated Communications Ltd.
*/

/* Sets up the menu */

#top-menu
{
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	float: right;
	outline: none;
}
}

#top-menu li 
{
	float: left;
		outline: none;

}


/* Defines the appearance of the links */

#top-menu a 
{
	font-size: 80%;
	font-family: Arial, Sans-serif;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.2 px;
	padding: 0 0 0 5px;
		outline: none;

}

#top-menu a:hover 
{
	color: #0093dd;
		outline: none;

}

#top-menu a.visited 
{
	color: #999999;
		outline: none;

}

