<style type="text/css">
	#button {
		width: 100px;
		border-left: 10px solid #E0F1F8;
		padding: 15px 0 5px 0;
		margin-bottom: 1em;
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		color: #333;
		text-align: left;
		}
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #000000;
		margin: 0;
		}
	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #6D8EB4;
		border-right: 10px solid #9DB4CC;
		background-color: #BECEDE;
		color: #000;
		font-weight:bold;
		text-decoration: none;
		text-align: left;
		}

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

	#button li a:hover {
		border-left: 10px solid #9DB4CC;
		border-right: 10px solid #6D8EB4;
		background-color: #D7D8BA;
		color: #000;
		text-align: left;
		}
</style>