#menu {
	background: #EEE;
	width: 140px;
	letter-spacing: normal;
	margin-top: -3px;
	margin-left: 0px;
	padding-top: 15px;
	padding-bottom: 20px;
	z-index: 100;
	position: absolute;
}
* #menu {top: 107px; }

#menu ul {
	list-style: none;
}
#menu li {
	width: 120px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	font-size: 16px;
	margin-left: -30px;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#menu    a:first-letter{
	text-transform: uppercase;
}
#menu a {
	color: #000000;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 30px;
	width: 115px;
	display: block;
	padding-left: 3px;
}
#menu li a:link {
	background: #DDD url(../imagens/bt.gif) no-repeat right 0px;
}
#menu li a:visited {
	background: #DDD url(../imagens/bt.gif) no-repeat right 0px;
}

#menu li a:hover {
	background: #F1F0D9 url(../imagens/bt.gif) no-repeat right -35px;
}

#menu li a:active {
	background: #F1F0D9 url(../imagens/bt.gif) no-repeat right -70px;
}
#all #container #menu #google-menu {
	text-align: center;
}
