/* Toggle Styles */
.style1 {
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#menu {
	background-color: #652213;
	width: 100%;  
  position: fixed;
	top: 0px;
	left: 0px;
	height: 30px;
  z-index: 1200;
}
#menu ul {
	margin-left: 12px;
	margin-top: 5px;
	margin-right: 5%;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
#menu ul li {
	display: inline;
	padding-right: 50px;
}
#menu a {
	color: #ccc;
	text-decoration: none;
}
#menu a:hover {
	color: #e2c81b;
	text-decoration: underline;
}
.menu {
	-webkit-box-sizing: border-box;
/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
/* Firefox, other Gecko */
	box-sizing: border-box;
/* Opera/IE 8+ */
}