/*
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 5px 0;
	list-style: none;
	float: left;
}

#top-menu li 
{
	float: left;
}


/* Defines the appearance of the links */

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

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

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

/*--begin menu--*/
#sub-menu
{
	padding: 0;
	margin: 0px 20px 0 0;
	list-style: none;
	float: center;
    background-image:url('../images/bc_bg3.png');
    background-repeat:repeat-x;
    width:960px;
    overflow:hidden;
    padding:0px;
}

#sub-menu li 
{
	float: left;
}


/* Defines the appearance of the links */

#sub-menu a 
{
	font-size: 1.0em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.00em;
	padding: 0 0 0 20px;
	margin: 0px 20px 0 0;
}

#sub-menu a:hover 
{
	color: #A4A4A4;
}

#sub-menu a.visited 
{
	color: #1000EF;
}
/*--einde menu--*/
