/* 
========================================================
Button for left Menu
========================================================
*/
#button {
	width: 12em;
	
	padding: 0 0 0em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #ffffff;
	color: #bdc98d;
	font-size:15px;
	width:320px;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px dashed #bdc98d;
		margin: 0;
		}
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px dashed #ffffff;
		border-right: 10px dashed #ffffff;
		background-color: #ffffff;
		color: #3B2114;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 10px solid #bdc98d;
		border-right: 10px solid #bdc98d;
		background-color: #bdc98d;
		color: #333;
		font-weight:bolder;
		font-size:15px;
		font-style:italic;
		}
