.container{
	width:100%;
	height: 37px; /* 38px */
	margin:0px auto;
	border: 1px solid #e5e5e5;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
/* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 38px;
	padding: 0 15px;
	line-height: 38px;
	text-transform: uppercase;
	font-weight:bold;
	font-style: normal;
	font-size: 13px;
	border-right: 1px solid #e5e5e5;
	border-left: none;
	border-bottom: none;
	border-top: none;
	color: #383838;
}

.nav > li:hover > a { background-color: #383838 !important;
	border-color: #383838 !important;
color:#fff;
text-decoration:none;
 }

.nav > li:first-child > a {
	border-left: none;
}

/* Search Form */
.nav > li.nav-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 1px solid #fff;
}

.nav > li.nav-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 24px;
	font-family:'League Gothic', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	background: #ed1c24;
}

.nav > li.nav-search input[type="text"]:focus { color: #fcfcfc; }

.nav > li.nav-search input[type="text"]:focus,
.nav > li.nav-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.nav > li.nav-search input[type="submit"] {
	display: block;
	float: left;
	width: 20px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;

	background: #ed1c24 url(http://mentayan.desa.id/asset/themes/blue/img/search-icon.png) no-repeat center center;

	border-radius: 0 3px 3px 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li.nav-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 100%;
	top: 50px;
	left: 0;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	background: #ffffff;
	border-radius: 0 0 3px 3px;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	border-bottom:5px solid #ed1c24;
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
	width: 20%;
	padding: 2.5%;
}

.nav .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px;
	
	font-family:'Arial', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ed1c24;
	text-transform: uppercase;
}

.nav .nav-column h3.orange { color: #ff722b; }

.nav .nav-column li a {
	display: block;
	line-height: 26px;
	
	font-family:'League Gothic', sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #888888;
}

.nav .nav-column li a:hover { color: #ff722b;}

.menu2 a{font-family:'League Gothic', sans-serif;}
.menu2 a.sh{background:#fff200;padding:10px 5px 8px;color:#3d3a3b;font-weight:bold}

.menu2 a.sh:hover{color:#fff;background:#ed1c24}
.menu li a{color:#fff;font-size:14px;text-decoration:none;padding:14px 13px;display:block;}

.menu2 a{font-size:13px;text-decoration:none;color:#fff;padding:0 10px;}
.menu2 a:hover{color:#ffe400}
.menu2 a.selected{color:#ff0}
.menu2{background:#6d6e71;padding:7px 20px; 9px;color:#f3f7d2;text-align:left;
width:920px;
	margin:0px auto;
	
}
/* Submenu */
.nav ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;

}
.nav li:hover { position:relative; background:#383838; }
.nav li:hover ul {
	left:0px;
	top:38px;
	background-color: #383838 !important;
	padding:0px;
}

.nav li:hover ul li a {
	background-color: #383838;
	padding: 8px 15px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #262626;
	display:block;
	width:250px;
	text-indent:15px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color:#fff;
}
.nav li:hover ul li a:hover { background:#2c5c34;
color:#fff;
text-decoration:none; }