.menu {
	font-size: large;
	font-weight: bold;
}
.menu .prefix {
	display: none;
}
.menu .submenu .body {
	font-size: smaller;
	margin-left: 15pt;
}
.menu .menuitem a {
	margin-bottom: 1pt;
	padding-bottom: 1pt;
	padding-right: 2.5pt;
	padding-left: 2.5pt;

	border-top: thin solid #101010;
	border-bottom: thin solid #101010;
	display: list-item;
	list-style-type: none;
}
.menu .menuitem .clicked a {
	color: #C00000;
	background: #181818;
	border-top: thin solid #404040;
	border-bottom: thin solid #404040;
	text-decoration: none;
}
.menu .menuitem a:hover {
	color: white !important;
	background: #303030 !important;
	border-top: thin solid white !important;
	border-bottom: thin solid white !important;
	text-decoration: none;
}
.menu .submenu .menuitem a{
	list-style-type: circle;
}
.menu .submenu .menuitem a:hover {
	list-style-type: disc;
}

.menu label {
	color: white;
	padding-right: 2.5pt;
	padding-left: 2.5pt;

	border-top: thin solid #101010;
	border-bottom: thin solid #101010;
	display: list-item;
	list-style-type: none;
}
.menu label:before {
	font-family: "Courier New", monospace;
	content: "[";
}
.menu label:after {
	font-family: "Courier New", monospace;
	content: "]";
}

.menu label:hover {
	color: white;
	background: #303030;

	border-top: thin solid white;
	border-bottom: thin solid white;
}
.menu .submenu .submenu label {
	color: #FFD030;
}