﻿/*******************************************************************************************************************
*                                                                                                                  *
*	CSS Document                                                                                                   *
*	Desenvolvido: Focal System LTDA.                                                                               *
*	Programador : Edson M. de Miranda                                                                              *
*	Data        : 26/08/2009                                                                                       *
*	Projeto     : Cipapel 																						   *
*	Observação  : Nenhuma 																						   *
*                                                                                                                  *
********************************************************************************************************************/

/* MENU */
#menu {
	height:33px;
	margin:0 auto;
	padding:0;
	list-style:none;
	}
	
#menu li {
	float:left;
	margin:0;
	padding:0;
	}

#menu li a { 
	display:block; 
	height:33px;
	text-indent:-5000px;
	background-position:0 0;
	}

#menu a:hover { /*background-position:0 -41px;*/ }

#menu a.home { width:55px; background-image:url(../imagens/menu_home.jpg); }
#menu a.empresa { width:68px; background-image:url(../imagens/menu_empresa.jpg); }
#menu a.produtos { width:71px; background-image:url(../imagens/menu_produtos.jpg); }
#menu a.noticias { width:65px; background-image:url(../imagens/menu_noticias.jpg); }
#menu a.representantes { width:112px; background-image:url(../imagens/menu_representantes.jpg); } 
#menu a.fornecedores { width:101px; background-image:url(../imagens/menu_fornecedores.jpg); }
#menu a.newsletter { width:79px; background-image:url(../imagens/menu_newsletter.jpg); }
#menu a.contato { width:64px; background-image:url(../imagens/menu_contato.jpg); }
#menu a.certificacoes { width:98px; background-image:url(../imagens/menu_certificacoes.jpg); }

/* MENU DROPDOWN */
#menu ul.subMenu {
  display: none;
  position: absolute;
  z-index:3;
  margin:0;
}

#menu li:hover ul.subMenu, #menu li.over ul.subMenu { display:block; }

#menu ul.subMenu {
  margin:-9px 0 0;
  padding:10px 0 0;
  width: 150px; /* Width of subMenu Items */
  /*background:url(../img/menu_dropdown_borda.gif) no-repeat 0 0;  Borda com setinha */
  border-bottom:1px solid #c61e1e;
  list-style: none;
}
 
#menu ul.subMenu li{
  position: relative;
  background-color: #a21919;
  border-left:1px solid #c61e1e;
  border-right:1px solid #c61e1e;
}
#menu ul.subMenu li.primeiro { padding-top:12px; }
#menu ul.subMenu li.ultimo { padding-bottom:12px; }
 
#menu ul.subMenu li a {
  display: block;
  width:168px;
  padding: 2px 15px;
  text-decoration: none;
  font-size:10px;
  color:#fff;
  text-indent:0;
  height:auto;
}

#menu ul.subMenu li a:hover { color:#FFFF33; text-decoration:none; }
 
/* Fix IE. Hide from IE Mac \*/
* #menu ul.subMenu li { float: left; height: 1%; }
* #menu ul.subMenu li a { height: 1%; }

