/* CSS Design: Taming Lists —p http://alistapart.com/article/taminglists */
<style type="text/css">
#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
/*		border-bottom: 1px solid #90bade; */
		margin: 0px 20px 1px 20px;
		list-style: none;
		list-style-image: none;
		}
	
	#button li a {
/*		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
*/		
		width: 155px;
		display: block;
		cursor: pointer;
		text-decoration: none;
		font-size: 14px;
		padding: 5px;
		height: 30px;
/*		line-height: 30px;*/
		text-align: center;
		color: #000;
		background: rgba(255,255,255,0.1);
		border: 1px solid rgba(255,255,255,0.1);
		border: solid 1px #aaa;
		border-radius: 5px;
		background: #eee;
		-moz-border-radius: 5px;
		background: -moz-linear-gradient(top, #fff, #eee);
		-webkit-border-radius: 5px;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
		-pie-background: linear-gradient(top, #fff, #eee);
		behavior: url(../PIE.htc);
		}

	#button .two_lines a {
		line-height:1.3em;
		}
	#button .three_lines a {
		line-height:1.3em;
		height: 48px;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		font-weight: bold;
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		color: #8b0000;
		background: rgba(255,255,255,0.1);
		border: 1px solid rgba(255,255,255,0.1);
		border: solid 1px #aaa;
		border-radius: 5px;
		background: #ddd;
		-moz-border-radius: 5px;
		background: -moz-linear-gradient(top, #eee, #ddd);
		-webkit-border-radius: 5px;
		background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
		-pie-background: linear-gradient(top, #eee, #ddd);
		behavior: url(../PIE.htc);
		}
</style>
