﻿.MainMenu {
	font-family: "Arial Black";
	font-size: large;
	font-style: normal;
	color: #FFFFFF;
	background-color: #161543;
	border: medium solid #D6A033;
	width: 180px;
	font-weight: bold;
}
.MainMenuLinks:link {
	font-family: "Arial Black";
	font-size: large;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.MainMenuLinks:visited {
	font-family: "Arial Black";
	font-size: large;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


.ChildMenu {
	padding-left: 5px;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BD9C56;
	border: thin solid #161644;
	line-height: 25px;
}
a:link {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
