nav#navigation{
	float:left;
	position:absolute;
	z-index:9000;
	width:60%;
	top:30px;
	right:8%;
}

.sm{
	margin:0;
	padding:0;
	text-align:right;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	float:right;
}

.sm ul {
	background: #fff;
	margin:28px 0 0 0 !important;
	padding:0 !important;
	position: absolute;
	top: -999999px;
	left: -800px;
	width: 350px !important;
	text-align:left;
}

.sm, 
.sm ul, 
.sm li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: normal;
	direction: ltr;
}

ul.sm li {
	background:none;
	position: relative;
	display:inline-block;
	margin:0;
}


ul.sm-rtl {
	direction: rtl;
}
ul.sm-rtl li {
	float: right;
}
ul.sm ul li, ul.sm-vertical li {
	float: none;
	width:100% !important;
}
ul.sm ul a, ul.sm-vertical a {
	white-space: normal;
}
* html ul.sm-vertical li {
	float: left;
	width: 100%;
}
* html ul.sm-vertical ul li {
	float: none;
	width: auto;
}
*:first-child+html ul.sm-vertical>li {
	float: left;
	width: 100%;
}
ul.sm ul.sm-nowrap>li>a {
	white-space: normal;
}
ul.sm:after {
	content: "\00a0";
	display: block;
	height: 0;
	font: 0/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
* html ul.sm {
	height: 1px;
}
*:first-child+html ul.sm {
	min-height: 1px;
}
ul.sm li *, ul.sm li *:before, ul.sm li *:after {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}


/* Menu items
===================*/

.sm a {
	font-size:15px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	color: #faa61a;
	padding: 12px 12px;
	letter-spacing:1px;
	line-height: 18px;
	position: relative;
	display: block;
	white-space: nowrap;
}

.sm a:hover, 
.sm a:focus, 
.sm a:active,  
.sm a.highlighted {
	color: #fff;
	opacity:1;
}

.sm a.disabled {
	cursor: default;
}

.sm ul a{
	color:#235b74;
	font-weight:700;
	font-size:14px;
	
}

.sm ul a:hover{
	background:#faa61a;	
}

/* Sub menu indicators
===================*/

.sm a span.sub-arrow {
	position: absolute;
	right: 5%;
	top: 50%;
	font-size:0;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #faa61a;
	display:none;
}
.sm ul a span.sub-arrow,
.sm-vertical a span.sub-arrow {
	right: auto;
	margin-left: -14px;
}
/*=======Tambahan===========*/
.sm li ul li{
	width:200px;
}
/* Items separators
===================*/

.sm li:first-child {

}

.sm ul li:first-child,  
.sm-vertical li:first-child {
}
/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/

.sm- span.scroll-up, 
.sm span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	overflow: hidden;
	border: solid #bbb;
	border-width: 1px 0;
	background: #fff;
	height: 20px;/* width and position will be automatically set by the script */
}
.sm span.scroll-up-arrow, 
.sm span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 8px; /* tweak size of the arrow */
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #555 transparent;
}
.sm span.scroll-down-arrow {
	top: 6px;
	border-style: solid dashed dashed dashed;
	border-color: #555 transparent transparent transparent;
}


/*
---------------------------------------------------------------
  Responsiveness
  These will make the sub menus collapsible when the screen width is too small.
---------------------------------------------------------------*/


@media screen and (max-width: 768px) {
	nav#navigation{
		display:none;
		top:0;
		position:relative;
		width:100%;
		right:0 !important;
	}
	
	ul.sm {
		width: auto !important;
	}
	
	ul.sm ul {
		display: none;
		position: static !important;
		top: auto !important;
		left: auto !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
	}
	
	ul.sm li {
		background-image:none !important;
	}
	
	ul.sm li a{
		text-align:left !important;
		color:#fff;
	}
	
	ul.sm>li {
		float: none;
		width:100% !important;
	}
	ul.sm>li>a, 
	ul.sm ul.sm>li>a {
		white-space: normal;
		background:#235b74;
		color:#fff !important;
		border-bottom:1px solid #faa61a;
	}
	
	ul.sm>li>a:hover, 
	ul.sm ul.sm>li>a:hover {
		background:#235b74;
		opacity:1;
		color:#fff !important;
	}
	
	
	ul.sm iframe {
		display: none;
	}
	
	.sm ul li a{
		background:#235b74;
		text-align:center;
		font-size:10px;
	}
	
	.sm a {
		padding: 3%;
		width:95%;
	}

	.sm a span.sub-arrow {
		display:block;
	}

	.sm a.highlighted{
		background:#235b74 !important;
		opacity:1;	
	}
	
	.sm a.highlighted span.sub-arrow {
		display: none !important;
	}
	
	.sm li {
		border-left: 0;
	}
	.sm li:first-child {
		border-top: 0 !important;
	}

	.sm li ul li{
		width:100%;
	}
}

/*======================*/
