
@charset "utf-8";
/* CSS Document */
/* MENU PÁGINA INICIAl */

#menu {
	width: 588px;
	height: 40px;
	/*background-color: #FC0;*/
	float: left;
	margin-left:294px;
}

#nav, #nav * {
	margin: 0;
	padding: 0;
}
#nav {
	width: 588px;
	list-style: none;
	/*margin-left: 15px;*/
}
#nav li {
	float: left;
	padding-right: 6px;
	cursor: pointer;
}
#nav li a {
	display: block;
	text-decoration: none;
}

.class_menu_empresa {
	background: url(../images/icon_menu_empresa.gif) 0 -3px no-repeat;	
	width: 92px;
	height: 40px;
}

.class_menu_empresa:hover {
	background: url(../images/icon_menu_empresa.gif) 0 -44px no-repeat;	
}

.class_menu_produtos {
	background: url(../images/icon_menu_nossos_produtos.gif) 0 -3px no-repeat;	
	width: 92px;
	height: 40px;
}

.class_menu_produtos:hover {
	background: url(../images/icon_menu_nossos_produtos.gif) 0 -44px no-repeat;	
}

.class_menu_metodo{
	background: url(../images/icon_menu_metodo_producao.gif) 0 -3px no-repeat;	
	width: 92px;
	height: 40px;
}

.class_menu_metodo:hover {
	background: url(../images/icon_menu_metodo_producao.gif) 0 -44px no-repeat;	
}

.class_menu_clientes{
	background: url(../images/icon_menu_clientes.gif) 0 -3px no-repeat;	
	width: 92px;
	height: 40px;
}

.class_menu_clientes:hover {
	background: url(../images/icon_menu_clientes.gif) 0 -44px no-repeat;	
}

.class_menu_area_cobertura{
	background: url(../images/icon_menu_cobertura.gif) 0 -3px no-repeat;	
	width: 92px;
	height: 40px;
}

.class_menu_area_cobertura:hover {
	background: url(../images/icon_menu_cobertura.gif) 0 -44px no-repeat;	
}

.class_menu_contato{
	background: url(../images/icon_menu_contato.gif) 0 -3px no-repeat;	
	width: 92px;
	height: 40px;
}

.class_menu_contato:hover {
	background: url(../images/icon_menu_contato.gif) 0 -44px no-repeat;	
}

/* Holly hack */
/*\*/
* html ul li { float: left; }
* html #nav li a {height: 1%; }
/* */
