.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;




}
.selected {
	color: #666666;
	text-decoration: underline;
	line-height: 20px;

}
a:hover {
	color: #CC0000;
	text-decoration: none;

}
.smallprints {
	font-size: xx-small;
	line-height: normal;
	color: #333333;

}
.verticalmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 25px;
	text-decoration: none;
}
.colorlink {
	color: #FF6600;
	text-decoration: underline overline;
}

