﻿ul#menu{
	clear: both;
	margin:0;
	padding:0;
	list-style-type:none;
	position: relative;
	background: #7B846E url(../images/menu2.png) repeat;
	width: 950px;
	height: 35px;
}

ul#menu li
{ 
	float: left; 
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	list-style: none;
} 

ul#menu li a 
{ 
	font-family: verdana, sans-serif;
	font-size: 15px;
	display: block; 
	float: left; 
	height: 30px;
	text-decoration: none; 
	padding: 5px 15px 0px 15px;
	text-align: center;
	border-right: 1px solid #FFF;
	background: transparent;
	color: #FFF;
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ 
	background: #646B5C url(../images/menu5.png) repeat;
} 
/* ================================================================ 
Bandeiras
=================================================================== */
#bandeira{
	width: 60px;
	height: 127px;
	position: relative;
	float: right;
	background-color:#FFF;

}
#portugues, #english, #spanhol{
	width: 60px;
	height: 36px;
	margin-top: 5px
}
/*---------------------------------fim Tabela----------------------------------------------------------------------------------*/

