.button {
	/*width: 770px; */
    font-size: 15px;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Lucida Grande',
          Verdana, Lucida, Geneva, Helvetica, 
          Arial, sans-serif;
    background-color: #595959;
    color: #FFFFFF;
}
		
.button ul {
	list-style: none;
	margin: 0;
    padding: 0;
    border: none;
}
                
.button li {
	margin: 0;
	float: center;
	position: relative;
	top: 0px;
}

.button li a {
	display: block;
	/*padding: 5px 5px 5px 0.5em; */
	background-color: #595959;
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 30px;
	padding-top: 13px;
}

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

.button li a:hover {
    background-color: #EFEFEF;
    color: #000;
}
