
li.menu {
	font-size: 0.9em;
	padding: 0.4em;
	font-weight: normal;
}

li.menu_top {
	border-top: solid 1px #b30000;
	border-left: solid 1px #b30000;
	border-right: solid 1px #b30000;
	list-style-type: none;
	font-weight: bold;
}

ul.root {
	border-bottom: solid 1px #b30000;
	padding-left: 0;
}

ul.root ul {
	padding-left: 1.7em;
}


li#menu_cur A {
	color: #B30000;
}

li.menu A, li#menu_cur * A {
    text-decoration: none;
    color: black;
}
li.menu A:hover, li#menu_cur * A:hover {
    text-decoration: none;
    color: maroon;
}



