﻿.menu
{
	font-size: 0.9em;
	color: #808285;
	height: 125px;
	margin-left: 2em;
	float: left;
	position: relative;
	top: -0.0em;
}
.menu ul
{
	padding: 0 5px 0 0;
	margin: 0;
	list-style: none;
	float: left;
}
.menu li
{
	cursor: pointer;
	line-height: 2.2em;
}
.menu li.active
{
	color: #006968;
	font-weight: bold;
}
.menu .region
{
	float: left;
	margin-right: 5em;
	height: 120px;
	width: 87px;
	/*border-right: solid 1px #333;*/
}
.menu .country
{
	float: left;
	border-left: 2px solid #9C8D84;
	padding-left: 1em;
}

.menu .country ul
{
	padding-right: 10px;
	margin-right: 30px;
	height: 110px;
}

.menu .country li
{
	margin: 0 0 0em 0;
	line-height: 1.8em;
}

.menu .country-info
{
	float: left;
	position: relative;
	top: 0.83em;
}
.menu .country span
{

}

.map-company-title
{
	text-transform: uppercase;
	font-weight: bold;
}

.map-company-phone span
{
	font-weight: bold;
	padding-right: 3px;
}

#iscadorMapURL a
{
	color: #006968;
	font-weight: normal;
}