<style type="text/css">
	html,body {
		padding: 0;
		margin: 0;
		font-family: Tahoma;
	}
	
	.menu-drop {
		background-color: #fff;
	}
		
	.menu-drop ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	
	.menu-drop > ul > li {
		float: left;
	}
	
	.menu-drop li a {
		display: inline-block;
		color: black;
		text-align: center;
		padding: 1vw;
		text-decoration: none;
	}
	
	.menu-drop li a:hover{
		background-color: #f0f0f0;
	}
	
	li.dropdown {
		display: inline-block;
	}
	
	.dropdown:hover .isi-dropdown  {
		display: block;
	}
	
	.isi-dropdown a:hover {
		color: #fff !important;
	}
	
	.isi-dropdown {
		position: absolute;
		display: none;
		z-index: 1;
		background-color: #f9f9f9;
		text-align: center;
		vertical-align:middle;  
	}
	
	.isi-dropdown a {
		color: #3c3c3c; !important;
	}
	
	.isi-dropdown a:hover {
		color: #232323 !important;
		background: #f3f3f3; !important;
	}
</style>