#menu {
	list-style-type: none;
	width: 157px;
	float: left;
	display: block;
	height: 166px;
	padding: 115px 22px 0px 100px;
	margin: 0px;
	background: #6B6B6B url("../img/static/logo.png") top left no-repeat;
	text-align: right;
	}
#menu li {
	display: block;
	}
	
a.button {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	}
a.button span {
	display: block;
	line-height: 18px;
	padding: 0px;
	text-transform: uppercase;
	cursor: pointer;
	}
a.button:hover, a.this {
	color: #6cd399;
	}
a.button:hover span, a.this span {
	
	color: #6cd399;

	}


