#base {	border: 1px solid #000;
	width: 95px;	margin-left: 0em;	padding-left: 0px;
	list-style: none;	}

.skeetislame {
	text-decoration: none;
	font-size: 15px;
	font-family: helvetica, verdana;
	color: grey;
	}

#button {	width: 9em;	padding: 0 0 1em 0;	margin-bottom: 1em;
	font-weight: bold;	font-family: 'Trebuchet MS', 'Lucida Grande',	  Verdana, Lucida, Geneva, Helvetica, 	  Arial, sans-serif;	background-color: #cccccc;	color: #333;	}

#button ul {		list-style: none;		margin: 0;		padding: 0;		border: none;		}			#button li {		border-bottom: 1px solid #cccccc;		margin: 0;		}

#button li a {		display: block;		padding: 5px 5px 5px 0.5em;		border-left: 10px solid #cccccc;		background-color: #cccccc;		color: #000000;		text-decoration: none;		width: 100%;		}	html>body #button li a {		width: auto;		}	#button li a:hover {		border-left: 10px solid #999999;		background-color: #999999;		color: #000000;		}