#navmenu{margin-bottom:8px;}
#navmenu a, #annbutton {
	background-color: #CCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 2px solid #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #600;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#navmenu a:hover, #annbutton:hover {
	font-size: 18px;
	background-color: #FFF;
	border: 2px solid #B00;
	color: #000;
}

#annbox {
	width: 900px;
	height: 300px;
	color: black;
	background-color: #CCC;
	margin-top: 10px;
	display: none;
}

#navmenuhide {
	cursor: pointer;
	width: 200px;
	font-size: 12px;
	background-color: #000;
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#navmenuhide:hover {
	background-color: #999;
}

/***** jake's edit 1-7-2015 ******/

div.about {
	color: #ffffff !important;
	padding: 0 24px !important;
}

div.about a {
	text-decoration: none;
	color: #8e5c5c;
}

div.about a:hover {
	color: #ffffff;
}

/******* jake's edit end ******/