#button {
	width: 140px;
	border-right: 1px solid #fff;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande';
	background-color: #fff;
	font-size: 11px;
	font-color: #000;
	color: #fff;
	}
	
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#button li {
	border-bottom: 1px solid #dae1ab;
	margin: 0;
	}
		
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 5px solid #fff;
	border-right: 5px solid #dae1ab;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	width: 100%;
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	border-left: 5px solid #f6f2d7;
	border-right: 5px solid #aaba3e;
	background-color: #f6f2d7;
	color: #000;
	}
		
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 15pt;
	text-decoration: bold;
	color: #336600;
	}
		
p {
	font-family: 'Trebuchet MS', 'Lucida Grande';
	font-size: 12px;
	line-height: 11pt;
	padding: 0 0 0 15px;
	color: #000000;
	} 


b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15pt;
	text-decoration: bold;
	color: #336600;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 140px;
	border-right: 1px solid #fff;
	padding: 0 0 1px 20px;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande';
	background-color: #fff;
	font-size: 11px;
	font-color: #000;
	color: #000;
	}
	
h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande';
	font-size: 11px;
	line-height: 12pt;
	padding: 0 0 0 15px;
	color: #336600;
	}

small {
	font-family: 'Trebuchet MS', 'Lucida Grande';
	font-size: 11px;
	line-height: 12pt;
	color: #000000;
	}