body {
	background: #760000 url(img/fundo.gif) repeat-y left;
	margin: 0px;
}

.button {
	color: #fff594;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width:100%;
	border-bottom: solid 1px #9f4d4d;
	padding: 0px 0px 3px 0px;
	margin: 25px 0px 0px 0px;
}

.flags {
	color: #fff594;
	border-bottom: solid 1px #9f4d4d;
	padding: 0px 0px 3px 0px;
	margin: 24px 0px 0px 0px;
}

.button a {
	color: #fff594;
	text-decoration: none;
	width:100%;
}

.menuNode {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	display: block;
	margin: 3px 0px 3px 0px;
}

.menuNode .selected {
	color : #760000;
	background-color : #ffffff;
	height: 18px;
	padding: 2px 1px 1px 21px;
}

.fake {}

.menuNode a {
	color : #ffffff;
	text-decoration: none;
	height: 18px;
	padding: 2px 3px 1px 21px;
	display: block;
}

.menuNode a:hover {
	color : #ffffff;
	background-color : #eb623e;
	height: 18px;
	padding: 2px 3px 1px 21px;
	display: block;
}

.menu {
	position: relative;
}
 
#nav {
	color: #000000;
	overflow: hidden;
	position: absolute;
	width: 173;
	height: auto;
	white-space: nowrap;
	margin-top: 59px;
}
