.sm-blue {
  background: #BABABA;  
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
  padding: 10px 16px;	
	font-size: 16px;
  color: #FDE2CD;
	font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  text-shadow: none; 
}


.sm-blue ul li {
  //border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-blue ul li:first-child {
  border-top: 0;
}

/* change colors here (mobile menu) */
.sm-blue a {
	background-color: transparent;
	color: #00808;
}

.sm-blue li.active, .sm-blue li.active a, .sm-blue a:active, .sm-blue ul a:active {
	//background-color: #E0EEEE !important;	/* ACTIVE BACKGROUND COLOR */
	//background: url(../images/bg-menu.png) no-repeat right;
	//color:#fff !important;      /* ACTIVE COLOR */
}
.sm-blue a:hover, .sm-blue ul a:hover {
	//background:#C0D9D9 !important; /* HOVER BACKGROUND COLOR  */
	color:#036405 !important; /* HOVER COLOR */
	
}

.sm-blue li {
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-blue ul {
    position: absolute;
  }

  .sm-blue li {
    float: left;
  }

  .sm-blue.sm-rtl li {
    float: right;
  }

  .sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
    float: none;
  }

  .sm-blue a {
    white-space: nowrap;
  }

  .sm-blue ul a, .sm-blue.sm-vertical a {
    white-space: normal;
  }

  .sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-blue {
    background: transparent;
    
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
    background: rgba(234,234,234,0.6);
    color: #FDE2CD;
  }
  .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
    //background: #2b82ac;
  }
  .sm-blue a.current {
    //background: #006892;
    color: white;
  }
  .sm-blue a.disabled {
    background: #3092c0;
    color: #a1d1e8;
  }
  .sm-blue a span.sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #a1d1e8 transparent transparent transparent;
    background: transparent;
    
  }
  .sm-blue a.highlighted span.sub-arrow:before {
    display: none;
  }
  
 
  .sm-blue ul {
    border: 1px solid #a8a8a8;
    padding: 7px 0;
    background: white;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  }
  .sm-blue ul ul {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: white;
  }
  .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
    border: 0 !important;
    padding: 9px 23px;
    background: transparent;
    color: #2b82ac;
  }
  .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
    background: #3092c0;
    color: white;
  }
  .sm-blue ul a.current {
    background: #006892;
    color: white;
  }
  .sm-blue ul a.disabled {
    background: white;
    color: #b3b3b3;
  }
  .sm-blue ul a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  .sm-blue ul li {
    border: 0;
  }
  .sm-blue span.scroll-up,
  .sm-blue span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 16px;
  }
  .sm-blue span.scroll-up-arrow, .sm-blue span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #2b82ac transparent;
  }
  .sm-blue span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #2b82ac transparent transparent transparent;
  }
  
  
  .sm-blue.sm-vertical {
    //-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    //-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    //box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  }
  
  .sm-blue.sm-vertical a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  
  .sm-blue.sm-vertical > li {
    border-left: 0 !important;
  }
  .sm-blue.sm-vertical ul {
    
  }
  .sm-blue.sm-vertical ul a {
    padding: 9px 23px 9px 0;
  }
	
	
	/* change colors, radius and padding here (MP) */
	
	.sm-blue li {
		border-left: 0;		
		border-right: 0;
}

		
	.sm-blue.sm-vertical a, .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted { 
		padding: 8px 8px 8px 0;
	}
		
	.sm-blue {
		background: transparent;
		border: none;		
		box-shadow: none;
	}		
	

	.sm-blue a {		
		font-size: 16px;
		background: transparent !important;
		color: #00808 !important;
	}
	
	.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
			background: rgba(234,234,234,0.6) !important; /* HOVER BACKGROUND COLOR  */
			color:#036405 !important; /* HOVER COLOR */
			
		} 
	
	.sm-blue li.active a{
		//background-color: #E0EEEE !important;	/* ACTIVE BACKGROUND COLOR */
		//color:#fff !important;      /* ACTIVE COLOR */
	}
	
	.sm-blue li.active {
		//background: url(../images/bg-menu.png) no-repeat right;
	}		
	
	/* submenu NOT USED AT THE MOMENT - WOULD NEED EDITING */
	
	.sm-blue ul, .sm-blue ul ul {
    border: 1px solid #fff;
    background: #E0EEEE;
	}
	
	.sm-blue ul a, .sm-blue ul ul a{
    color: #104E8B;  
	}

	.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted, .sm-blue ul ul a:hover {
		background:#537EAB;
		color: #ffffff!important;
	}
	
	.sm-blue a span.sub-arrow {
		bottom: 0;
	}
}

/* menu button stuff */
	#menu-button {
		display: inline-block;
		background: rgba(3,100,5,0.8);
		width: 100% !important;
		color: #FFF;
		font-size: 24px;
		font-weight: 400;
		text-align: center;
		padding: 7px 0px 7px 22px;
		text-decoration: none;
		cursor: pointer;
	}
	#menu-button:before {
		content: 'Menu -';
	}
	#menu-button.collapsed:before {
		content: 'Menu +';
	}
	#main-menu.collapsed {
		display: none;
	}
	@media (min-width: 768px) {
		/* hide the button in desktop view */
		#menu-button {
			display: none;
		}
		/* always show the menu in desktop view */
		#main-menu.collapsed {
			display: block;
		}
		
		#main-menu {
			//border-top:  1px solid #C0D9D9;	
		}	
}
	
