/* CSS Document */

/*
	menu
*/

#menu a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	height: 33px;
}

#menu a:link {
	color: #969f45;
}

#menu a:visited {
	color: #969f45;
}

#menu a:active {
	color: #969f45;
}

#menu a:hover {
	color: #000000;
	text-decoration: underline;
}

#menu a.active, #menu a.active:link, #menu a.active:visited, #menu a.active:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	color: #e50000;
	cursor: default;
}

/*
	languages
*/

#languages a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	height: 33px;
}

#languages a:link {
	color: #000000;
}

#languages a:visited {
	color: #000000;
}

#languages a:active {
	color: #000000;
}

#languages a:hover {
	color: #e50000;
	text-decoration: underline;
}

#languages a.active, #languages a.active:link, #languages a.active:visited, #languages a.active:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	color: #e50000;
	cursor: default;
}

/*
	eclair
*/

#eclair a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}

#eclair a:link {
	color: #b50000;
}

#eclair a:visited {
	color: #b50000;
}

#eclair a:active {
	color: #b50000;
}

#eclair a:hover {
	color: #ffffff;
	text-decoration: none;
}


