
/* Sets up the menu */

#top-menu
{
	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: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -0.0em;
	padding: 0 6px 0 6px;
}

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

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

