/* MENU ABAS */

* {
	margin: 0;
	padding: 0;
}

#menu {
	position:relative; 
	display:block;
	width:730px;
	height: 30px;
	margin-left: 15px;
	_margin-left: 5px;
}

#menu ul {
	float: left;
	list-style-type: none;
	width: 750px;
}

#menu ul li {
	display: block;
	float: left;
	margin-left: 3px;
	_margin-left: 2px;
	width: 100px;
	height: 30px;
}

#menu a, #menu a:visited {
	display: block;
	width: 90px; 
	height: 30px; 
	background: url(../imagens/botao.png); 
	background-position: left top; 
	background-color: transparent; 
	text-align: center; 
	color: black; 
	line-height: 30px; 
	text-decoration: none; 
	font-family: "Trebuchet MS",Tahoma,Arial;
	margin-top: 50px;
	_margin-top: 0px;
	margin-left: 14px;
}

#menu a:hover {
	background-position: left center; 
	line-height: 30px; 
	overflow: hidden; 
	color: #FFF;
}

#menu a#selected {
	width: 90px; 
	background-position: left top; 
	line-height: 30px;
	color: #414141;
}

#menu a#selected:hover {
	color: #414141;
}

#menu_base{
	background-color: #DB1F2A;
	width: 760px;
	height: 10px;
	margin-left: 7px;	
}

/* MENU BANDEIRAS */

img {border:none;}

