#container {
	position:absolute;
	top:190px;
	right:80px;
}


#button {

	width: 12em;
	border-right: 0px solid #E9E3C9;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size:12px;
	background-color: transparent;
	color: #333;
	}


#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 0px solid #E9E3C9;
		margin: 0;
		}
		
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 0px  #F4F1E4;
		border-right: 0px  #F4F1E4;
		background-color: transparent;
		color: #514F4F;
		text-decoration: none;
		width: 100%;
		}

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

	#button li a:hover {
		border-left: 10px solid #FBD1DB;
		border-right: 10px solid #FFE7ED;
		background-color: #F5DFE4;
		color: ;
		}