#button {
	/*
	width: 15em;
	*/
	width:225px;
	border-top: 1px solid #0033ff;
	padding: 0 0 1em 0;
	font-weight:bold;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica,
	  Arial, sans-serif;
	background-color:none;
	color: #2E3192;
	}


	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}

	#button li {
		border-bottom: 1px solid #0033ff;
		margin: 0;
		}

	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #0033ff;
		border-right: 10px solid #0033ff;
		text-align:center;
		color: #0033ff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #0099ff;
		border-right: 10px solid #0099ff;
		background-color: #EBEBD4;
		color: #0099ff;
		}

