.menuContainer
{
	width: 1024px;
	height: 110px;
	background-color: black;
	position: relative;
	overflow: visible;
	z-index: 2;
}

.siteLogo
{
}

.siteMenuContainer
{
	margin-left: 28px;
}

.menuItem
{
	float: left;
	margin-right: 10px;
	/*Georgia, regular, tam 14, #f1e8ca e # 7f7564*/
	font-family: Georgia, serif;
	font-size: 14px;
	color: #f1e8ca;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-top: 16px;
}

.menuItemSel
{
	float: left;
	margin-right: 10px;
	/*Georgia, regular, tam 14, #f1e8ca e # 7f7564*/
	font-family: Georgia, serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-top: 16px;
}

.menuItem a
{
	/*Georgia, regular, tam 14, #f1e8ca e # 7f7564*/
	font-family: Georgia, serif;
	font-size: 13px;
	color: #f1e8ca;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

.menuItemSel a, .menuItem a:hover
{
	color: white;
	text-decoration: none;
}

/*
.menuItem a:hover
{
	color: #7f7564;
	text-decoration: none;
}
*/

.menuContainer .left
{
	position: absolute;
	top: 0;
	left: 0;
}

.menuContainer .right
{
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 28px;
	padding-top: 23px;
	text-align: right;
}

.langItem
{
	/*Georgia, regular, tam 11, #f1e8ca e # 7f7564*/
	font-family: Georgia, serif;
	font-size: 11px;
	color: #f1e8ca;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	cursor: default;
}

.langItem a
{
	/*Georgia, regular, tam 14, #f1e8ca e # 7f7564*/
	cursor: pointer;
	font-family: Georgia, serif;
	font-size: 11px;
	color: #f1e8ca;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.2em;
}

.langItem a:hover
{
	color: #7f7564;
	text-decoration: none;
}


.menuNewItem
{
	/*arial, regular, tam 9, cor #ffffff texto em uppercase.*/
	font-size: 10px;
	font-variant: normal;
	font-style: normal;
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
}