#menu {
	width: 179px; /*width of accordion menu*/
	margin:20px 0;
}
#menu a {
	color:#fff;
	text-decoration:none;
}
#menu a:hover,.white #menu a:hover {
	color:#000;
}
.white #menu a {
	color:#81c427;
}
.white #menu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	color:#81c427;
}
#menu h3 { /*CSS class for menu headers in general (expanding or not!)*/
	font: normal 21px Georgia, "Times New Roman", Times, serif, Arial;
	font-size:18px;
	font-style:italic;
	color:#fff;
	cursor: hand;
	cursor: pointer;
	line-height:0.95em;
	margin:12px 0;
}
#menu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
}
.white #menu h3 {
	color:#81c427;
}
.white #menu .menuheader:hover, .white #menu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	color:#000;
}
#menu .menuheader:hover, #menu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	color:#000;
}
#menu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
#menu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
#menu ul li a {
	color: #fff;
	display: block;
	padding: 1px 0 1px 18px;
	font-family:"Times New Roman", Times, serif, Arial;
	font-size:13px;
	text-decoration: none;
}
#menu ul li a:hover { /*hover state CSS*/
	color: #000;
}
