#nav {
	width:780px;
	height:44px;
	background-color: #9c231b;
	text-align:center;
	list-style:none;
	/*margin:0 0 20px;*/
	position:relative; 
	z-index:100;
}
#nav li {
	position:relative;
	float:left;
}
#nav li a {
	display:block;
	width: 128px;
	height: 34px;
	/*padding:0 12px;*/
	border: 1px solid #9c231b;
	border-width:5px 1px;
	background: #ef3133;
	outline:none;

	font: bold 14px/34px Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: -1px;
	overflow:hidden;
}
#nav li a:hover {
	background: #ff3436;
}/*
#nav #home {padding:0 18px; }
#nav #oferta {color:#fc0;}*/