#novomenu {width:762px; margin:0 auto;}

.chromestyle {
	background: none;
	width: 762px;
	padding: 0;
	height: 26px;
	border-bottom: 1px solid #fff;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	list-style: none;
	padding: 5px 0 7px 0;
	width: 762px;
	background: #0263bc; 
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #fff;
	margin: 0;
	padding: 5px 15px 7px 15px;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Verdana, Geneva, sans-serif;
}

.chromestyle ul li a:hover{
	background: #ad1419;
	color: #fff;
}

#chromestyle ul li a.active {
	font-weight: bold;
	color: #00aeef;
}


/*#nav-home .nav-home, #nav-empresa .nav-empresa, #nav-produtos .nav-produtos, #nav-servicos .nav-servicos, #nav-promocoes .nav-promocoes, #nav-localizacao .nav-localizacao, #nav-contato .nav-contato  {
	color: #00aeef;
} */

.chromestyle ul li a[rel]:after{ 
	/*content: " v";
	content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #cccccc;
	line-height:18px;
	z-index: 100;
	background-color: #fff;
	width: 170px;
	visibility: hidden;
	margin-top: 0px;
	font-family: Arial, Verdana, Geneva, sans-serif;
}


.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 2px 0 0 7px;
	text-decoration: none;
	font-weight: bold;
	color: #005cae;
	font-size: 11px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ 
	background-color: #e6f1fb;
	color: #ad1419;
}
