<!-- menu.css2  -->

<!-- this is what goes in the linked style sheet for reference, call it leftmenu -->

#button {
	width: 4em;
	border-right: 1px solid #000;
	padding: 0 0 .5em 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: 0;
		}

#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 5px solid #508fc4;
		background-color: #06377f;
		color: #ffcc00;
		font-size: 11px;
		font-weight: bold;
		padding-left: 15px;
		word-spacing: 3px;
		letter-spacing: 2px;
		text-decoration: none;
		width: 152px;
		}

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

#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 5px solid #5ba3e0;
		background-color: #006699;
		color: #fff;
		}
hr {height: 5px;
    width: 173px;
    background: #FFCC00;
    margin: 0px 3px 0px 10px;  
   }
