ul#topnav {
	margin:0 0 3px; 
	padding: 0;
	float:left;
	width:72%;
	list-style: none;
	font-size: 1.1em;
	font-family:Arial, Helvetica, sans-serif;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height:52px;
	margin-right:3px;
}
ul#topnav li:hover a, ul#topnav li a:hover { /*background-position: left bottom;*/ }
ul#topnav a { background:url(../images/menu.gif) no-repeat; height:52px; }
ul#topnav a.home {
	background-position:0 0;
	width:58px;
}
ul#topnav a.empresa {
	background-position:-62px 0;
	width:85px;
}
ul#topnav a.cardapios {
	background-position:-150px 0;
	width:109px;
}
ul#topnav a.promocoes {
	background-position:-262px 0;
	width:120px;
}
ul#topnav a.fotos {
	background-position:-385px 0;
	width:75px;
}
ul#topnav a.evento {
	background-position:-463px 0;
	width:115px;
}
ul#topnav a.contato {
	background-position:-582px 0;
	width:96px;
}


ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top:52px;
	left: 0;
	background:#191919 repeat-x; /*--Background gradient--*/
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	border-left:1px solid #700a0a;
	border-bottom:1px solid #700a0a;
	border-right:1px solid #700a0a;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background:none;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #8c8c8c;
	font-size:0.8em;
	text-decoration:underline;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
	text-decoration:none;
}
