@CHARSET "ISO-8859-1";

a.rehmenu {
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	margin-left: 1em;
}

a.rehmenu:hover {
	color: rgb(20, 20, 20);
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: rgb(200, 200, 200);
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: rgb(200, 200, 200);
}

ul.rehnavbar {
	list-style-type: none;
	padding-left: 0.5em;
	margin: 0.2em;
	width: 16em;
}

ul.rehnavbar li {
	margin: 0.2em 0;
	padding: 0.1em;
	border-left: 1em solid rgb(200, 200, 200);
	background: white;
}
