
.menuTabs {
	min-height: 400px;
}
.activeMenuTab {
	border-color: #cccccc;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	border-width: 3px;
	border-left-style: inset;
	border-bottom-style: inset;
	border-top-style: inset;
	font-size: 2em;
	font-weight: bold;
	color: #a7a7a7;
	background-color: white;
}
.activeTabLink {
	text-decoration: none;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;
	color: #a7a7a7;
}
.menuTab {
	color: white;
	border-color: #cccccc;
	padding-left: 10px;
	font-size: 2em;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	border-style: outset;
	border-width: 3px;
	background-color: #bebebe;
}
.menuTabLink {
	text-decoration: none;
	border-style: none;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	color: white;
}
.menuSubTitle {
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
	top: -10px;
	position: relative;
	font-style: italic;
	color: black;
	max-height: 0px;
	font-size: 0.4em;
}
.slogan {
	padding-left: 5px;
	padding-bottom: 40px;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}