@charset "utf-8";
/* CSS Document */

/* -----------------------------------------*/
/* -- MENU -------------------------------*/

.wrap-menu {
	max-width: 990px;
	height: 44px;
	margin: auto;
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 84px;
	background-color: #F5C432;
	overflow:hidden;
	background-image: url(../imagens/head/menu_bg02.png);
	background-repeat: repeat;
	background-position: left top;
	
	-moz-box-shadow:    0px 0px 3px #CCC;
	-webkit-box-shadow: 0px 0px 3px #CCC;
	box-shadow:         0px 0px 3px #BBB;
	}

#div_menu, #div_menu ul, #div_menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-family: Helvetica;
	/*line-height: 1;*/
	}
	
#div_menu {
	margin: auto;
	}
	
#div_menu ul {
	/*zoom: 1;/**/
	}
		
#div_menu ul:before {
	/*content: '';/**/
	display: block;
	}
	
#div_menu ul:after {
	/*content: '';/**/
	/* display: table;/**/
	clear: both;
	}

/*********** Para mudar TAMANHOS dos botões de menu e border left ***************/	
#div_menu a, #div_menu a:link, #div_menu a:visited {
	padding: 14px 18px;
	display: block;
	text-decoration: none;
	font-family: Geneva, Helvetica, sans-serif;/*"Allerta"*/
	font-weight:normal; 
	font-size:13px; color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7A119;/* SEPARADOR laranja escuro #F19713*/
	margin: 0px;
	}
	
#div_menu a:hover {
	/*color: #999;*/
	/*text-shadow: 0 1px 1px #bdcd9c;*/
	}
	
.a-none, #div_menu li.active a{
	color: #666;
	pointer-events: none;
	cursor: default;
	}

/****** Para mudar BACKGROUND dos botões de menu e border right *************/		
#div_menu li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FC0; /* SEPARADOR laranja claro #FC0*/
	background-image: url(../imagens/head/menu_bg02.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F4C639;
	}
		
	#div_menu li:hover {
		background-repeat: repeat-x;
		background-position: left center;
		}
	#div_menu li.active {
		background-repeat: repeat-x;
		background-position: left bottom;
		}
			
	#div_menu li:first-child a{
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #FC0; /* laranja claro */
		}
					
	#div_menu li:first-child{
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #E7A119; /* laranja escuro */
		}
	
/*	#div_menu li:first-child {
	padding-right: 5px;
	border-right: none;
	background-image: url(imagens/icon_carta.png);		  
	/*-webkit-border-radius: 0 3px 3px 0;
		  -moz-border-radius: 0 3px 3px 0;
		  border-radius: 0 3px 3px 0;/**/
		/*}
		/*#div_menu li:first-child a{border-right: none;}/**/
		/*#div_menu li:last-child a {border-left: none;}/**/
		
		/*#div_menu li:last-child { /* é o primeiro (float right)*/
	/*padding-left: 5px;
	border-left: none;
	background-image: url(imagens/32x32_icon.png);
	background-repeat: repeat;			/*-webkit-border-radius: 3px 0 0 3px;
			-moz-border-radius: 3px 0 0 3px;
			border-radius: 3px 0 0 3px;/**/
	/*}*/

#last{
	clear:both;
	}
		
/* -- /  MENU ----------------------*/