﻿.Level1NoBar {
	width: 15em;
	margin-left: 0.4em;
	margin-bottom: 0.1em;
	
	font-size: 1.5em;
	font-weight: bold;
	color: #004f9a;
	text-decoration: none;
	cursor: pointer;
}

.Level1NoBarSelected {
	width: 15em;
	margin-left: 0.4em;
	margin-bottom: 0.1em;
	
	font-size: 1.5em;
	font-weight: bold;
	color: #d5030a;
	text-decoration: none;
	cursor: pointer;
}

.Level1 {
	width: 15em;
	margin-left: 0.4em;
	margin-bottom: 0.1em;
	margin-top: 0.8em;
	border-top: 0.1em solid #cee2f4;
	
	
	font-size: 1.5em;
	font-weight: bold;
	color: #004f9a;
	text-decoration: none;
	cursor: default;
}

.Level1Selectable {
	width: 15em;
	margin-left: 0.4em;
	margin-bottom: 0.1em;
	margin-top: 0.8em;
	border-top: 0.1em solid #cee2f4;
	
	
	font-size: 1.5em;
	font-weight: bold;
	color: #004f9a;
	text-decoration: none;
	cursor: pointer;
}

.Level1Hover {
	width: 15em;
	margin-left: 0.4em;
	margin-bottom: 0.1em;
	margin-top: 0.8em;
	border-top: 0.1em solid #cee2f4;
	
	
	font-size: 1.5em;
	font-weight: bold;
	color: #d5030a;
	text-decoration: none;
	cursor: pointer;
}

.Level1Selected {
	width: 15em;
	margin-left: 0.4em;
	margin-bottom: 0.1em;
	margin-top: 0.8em;
	border-top: 0.1em solid #cee2f4;
	
	
	font-size: 1.5em;
	font-weight: bold;
	color: #d5030a;
	text-decoration: none;
	cursor: default;
}

.Level1WithLink {
	width: 15em;
	margin-left: 0.4em;
	margin-bottom: 0.1em;
	margin-top: 0.8em;
	border-top: 0.1em solid #cee2f4;
	
	
	font-size: 1.5em;
	font-weight: bold;
	color: #004f9a;
	text-decoration: none;
	cursor: pointer;
}


.Level2 {
	width: 15em;
	margin-left: 0.5em;
	
	font-size: 1.2em;
	color: #7a7a7a;
	font-weight: normal;
	cursor: pointer;
}

.Level2Selected {
	width: 15em;
	margin-left: 1.5em;
	
	font-size: 1.2em;
	color: #d5030a;
	font-weight: normal;
	cursor: default;
}

.Level2Hover {
	width: 15em;
	margin-left: 0.5em;
	
	font-size: 1.2em;
	color: #d5030a;
	font-weight: normal;
	cursor: pointer;
}