/*
(C) Vaasan yliopisto 2004-2006.
*/
table.menu a { 
	padding: 4px 7px 6px 17px;
	display: block; 
	text-decoration: none;
	border-bottom: solid 1px #f0f0f0;
	text-align: left;
	font-weight: bold;
} 
div.menu a {
	color: #475E8E; 
	background: fuchsia; 
	text-decoration:none; 
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;

}
div.menu a:link {
	color: #475E8E;
	background: transparent; 
	text-decoration: none;
	font-weight: bold;

}

div.menu a:active { 
	color: #475E8E;
	background: transparent; 
	text-decoration: none;
	font-weight: bold;

}

div.menu a:visited {
	color: #475E8E; 
	background: transparent; 
	text-decoration: none;
	font-weight: bold;

}

div.menudiv a:hover {
	color: #333333;
	text-decoration: underline;
	border-bottom: solid 1px #cfcfcf;
	background-color:#f5f5f5;
}
.active {
	color: #475E8E; 
	width:auto; 
	text-decoration:none; 
	font: 10px bold Verdana, Geneva, Arial, Helvetica, sans-serif;
}