/* ==================  SHOW HIDE  =====================*/
.slicknav_menu {
display:none;
}

/*@media screen and (max-width: 40em) {*/
@media screen and (max-width: 60em) {
	/* #menu is the original menu */
	/*.js .menu-top {*/
	.js .nav-wrapper {
 	display:none;
}
	.js .slicknav_menu {
	display:block;
}
}
/*===================  LEPTON ================*/
/* Main menu settings */
#njm-nav {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   border-bottom:1px solid #FFF; /* dark green line below menu */
   border-top:1px solid #FFF; /* dark green line below menu */
   width:100%;
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
   font-size:90%; /*Menu text size*/
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items
==================================================================== */
#njm-nav ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#njm-nav ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#njm-nav ul li a {
   display:block;
   /*margin:0;*/
   margin-left:5px;
   margin-right:5px;
   margin-bottom:2px;
   padding:.4em .5em .4em;
   font-size:1.0em;
   line-height:1.8em;
   /*background:#040707;*/
   text-decoration:none;
   color:#FFF;
   /*font-weight:bold;*/
   /*border-bottom:1px solid #000;*/
   /*border:solid 2px #FFF;*/
}
#njm-nav ul li.active a {
   color:#000;
   background:#FFF;
}
#njm-nav ul li a:hover {
   background:#000; /* Top menu items background colour */
   color:#FFF;
   /*border-bottom:1px solid #03f;*/
   /*border:solid 2px #09F;*/
}
#njm-nav ul li:hover a,
#njm-nav ul li.hover a { /* This line is required for IE 6 and below */
   background:#FFF; /* Top menu items background colour */
   color:#000;
   /*border-bottom:1px solid #03f;*/
   /*border:solid 2px #09F;*/
}

#njm-nav .menu-current a {
	background-color:#ccc;
	color:#000;
	text-decoration:none;
}

/* Submenu items
==================================================================== */
#njm-nav ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:3em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   /*width:10em; /* width of the drop-down menus */
   width:25em;
}
#njm-nav ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#njm-nav ul ul li a,
#njm-nav ul li.active li a,
#njm-nav ul li:hover ul li a,
#njm-nav ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:1.1em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#000;
   color:#FFF;
   line-height:1.2em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #FFF; /* sub menu item horizontal lines */
   border-left:1px solid #FFF;
   border-right:1px solid #FFF;
   margin:0px;
}
#njm-nav ul ul li a:hover,
#njm-nav ul li.active ul li a:hover,
#njm-nav ul li:hover ul li a:hover,
#njm-nav ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#FFF; /* Sub menu items background colour */
   color:#000;
}

/* Flip the last submenu so it stays within the page */
#njm-nav ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#njm-nav ul li:hover ul,
#njm-nav ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}


/* Footer menu items
==================================================================== */
/* Main menu settings */
#njm-nav5 {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   /*border-bottom:1px solid #FFF; /* dark green line below menu */
   border-top:1px solid #FFF; /* dark green line below menu */
   width:100%;
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
   font-size:90%; /*Menu text size*/
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
   line-height:2.0em;
   text-align:center;
}
/* navigation */
#njm-nav5 ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#njm-nav5 ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#njm-nav5 ul li a {
   display:block;
   /*margin:0;*/
   margin-left:10px;
   margin-right:10px;
   margin-bottom:2px;
   padding:.4em .5em .4em;
   font-size:1.2em;
   line-height:1.4em;
   /*background:#040707;*/
   text-decoration:none;
   color:#FFF;
   /*border-left:solid 1px #FFF;
   border-right:solid 1px #FFF;*/
   /*font-weight:bold;*/
   /*border-bottom:1px solid #000;*/
   /*border:solid 2px #FFF;*/
}
#njm-nav5 ul li.active a {
   color:#FFF;
   background:#000;
}
#njm-nav5 ul li a:hover {
   background:#ccc; /* Top menu items background colour */
   color:#000;
   /*border-bottom:1px solid #03f;*/
   /*border:solid 2px #09F;*/
}
#njm-nav5 ul li:hover a,
#njm-nav5 ul li.hover a { /* This line is required for IE 6 and below */
   background:#ccc; /* Top menu items background colour */
   color:#000;
   /*border-bottom:1px solid #03f;*/
   /*border:solid 2px #09F;*/
}

#njm-nav5 .menu-current a {
	background-color:#ccc;
	color:#000;
	text-decoration:none;
}