/*
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;
}

#top-menu li 
{
	float: left;
}


/* Defines the appearance of the links */

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

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

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

<script language="JavaScript"><!--
function fOpen_image(sPage_name,sPopup_name)
{
	var w = 200, h = 600;
	if (document.all || document.layers)
	{
		w = screen.availWidth;
		h = screen.availHeight;
	}
	var popW = 400, popH = 300;
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
	window.open(sPage_name,'popup','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos);
}
//-->
</script>