/* START HORIZONTAL NAVIGATION */
#topnavigasi {
	/*display:none;*/
	display:block;
}

#topnavigasi nav {
	width:auto;
	background-color:#7d6c4c;
	border: 1px solid #66583e;
}

nav #display_menu_3 {
	width:100%;
	margin:0 auto; 
    display:table;
}
nav #display_menu_3 ul{
	display: table-row;
	overflow: hidden;
	padding: 0;
	text-align:center;
	margin:0;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
}
nav #display_menu_3 ul li {
	display: table-cell;
	padding: 15px 15px;
	border-left: 1px solid #66583e;
}
nav #display_menu_3 ul li:first-child {
    border-left: 0 none;
}
nav #display_menu_3 ul li.nav_hover {
	background: #8f7d5a;
	color:white !important;
}
nav #display_menu_3 ul li:visited {
	background: #8f7d5a;
}		
nav #display_menu_3 ul li a {
	text-decoration: none !important;
	color:white !important;
	font-family:sans-serif !important;
	font-size:16px !important;
	font-weight: normal !important;
}
nav #display_menu_3 ul li a:hover {
	color:white;
}
/* END HORIZONTAL NAVIGATION */