/*
---------------------------------------------------------------
  Note that styles you apply to the main menu items are inherited by the sub menus items too.
  If you'd like to avoid this, you could use child selectors (not supported by IE6) - for example:
  .sm-simple > li > a { ... } instead of .sm-simple a { ... }
---------------------------------------------------------------*/


/* Menu box
===================*/

	.sm-simple,
	.sm-simple ul {
		border:0px solid #bbb;
		background:#0078A8;
		-moz-box-shadow:0 0px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow:0 0px 0px rgba(0,0,0,0.2);
		box-shadow:0 0px 0px rgba(0,0,0,0.2);
	}
	
	/* Change the color of the user menu. */
	#user_menu.sm-simple,
	.sm-simple ul {
		background:transparent;
		-moz-box-shadow:0 0px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow:0 0px 0px rgba(0,0,0,0.2);
		box-shadow:0 0px 0px rgba(0,0,0,0.2);
	}	
	
/***********************************************************************/	
/* For the Menu button on the mobile version, to show/hide the menu. */
	#menu_toggle {
		display:none;
	}
	#menu_toggle:before {
		content:'Menu -';
	}
	#menu_toggle.collapsed:before {
		content:'Menu +';
	}
	

/* Menu items
===================*/
	
	.sm-simple a {
		padding:11px 20px; /* Modified 12/10/18. Was 11px 20px. */
    /*padding-top: 11px;*/ /* Added 12/10/18. */
    /*padding-bottom: 11px;*/ /* Added 12/10/18. */
		color:#fff;
		font-size:0.95em;
		line-height:22px;
		font-family:'Lucida Sans Unicode','Lucida Sans','Lucida Grande',Arial,sans-serif;
		text-decoration:none;
	}

	#user_menu.sm-simple > li > a {
    padding-left: 35px;
  } /* This only controls the user menu first level on screens larger than xs. Padding for the main menu is handled in media queries below. */

	.sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active,
	.sm-simple a.highlighted {
		/*background:transparent;*/
	}
	
	/* Set the cursor for all first level menu items to default, as they are not links. Applies to nav_menu and user_menu. */
	.sm-simple > li > a:hover{
		cursor:default;
	}
	
	/* Set the cursor for the home link and twitter link to pointer. */
	#home_link a:hover, #twitter_link a:hover{
		cursor:pointer;
	}
	
	#user_menu.sm-simple a{
		color:#ddd;
	}
	
	/* For the mouse over of the level 1 user menu items. Then set the cursor to pointer for the sub menu items (done a little further down). */
	#user_menu.sm-simple a:hover{
		color:white	;
	}
	
	/* Color for main menu sub items. */
	.sm-simple li ul li a{
		background-color:#0094CC;	
	}

	.sm-simple li ul li a:hover{
		background-color:#0094CC;
		color:#0f0;	
	}

	/* Color for user menu sub items. */
	#user_menu.sm-simple li ul li a{
		background-color:#777;
	}

	#user_menu.sm-simple li ul li a:hover{
		background-color:#777;
	}
	
	/* current items - add the class manually to some item or check the "markCurrentItem" script option */
	.sm-simple a.current, .sm-simple a.current:hover, .sm-simple a.current:focus, .sm-simple a.current:active {
		background:#555;
		color:#fff;
	}
	.sm-simple a.has-submenu {
		/*padding-right:32px;  Modified 12/10/18. ***************************************/
	}
 	.sm-simple ul a.has-submenu,
	.sm-simple-vertical a.has-submenu {
		/* padding-right:0px; Modified 12/10/18. ***************************************/
	}


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

	.sm-simple a span.sub-arrow {
		position:absolute;
		/*right:12px; Removed 12/10/18. */
		top:50%;
		margin-top:-8px;
		width:16px;
		height:16px;
		line-height:16px;
	}
 	.sm-simple ul a span.sub-arrow,
	.sm-simple-vertical a span.sub-arrow {
		right:auto;
		margin-left:-14px;
	}


/* Items separators
===================*/

	.sm-simple li {
		border-left:0px solid #f3f3f3;
	}
	.sm-simple li:first-child {
		border-left:0;
	}
	.sm-simple ul li,
	.sm-simple-vertical li {
		border-left:0;
		border-top:1px solid #f3f3f3;
	}
	.sm-simple ul li:first-child,
	.sm-simple-vertical li:first-child {
		border-top:0;
	}


/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/

	.sm-simple span.scroll-up, .sm-simple 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-simple span.scroll-up-arrow, .sm-simple 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-simple span.scroll-down-arrow {
		top:6px;
		border-style:solid dashed dashed dashed;
		border-color:#555 transparent transparent transparent;
	}

/* Here are a bunch of break points for the main menu.
=========================*/

@media screen and (min-width:769.1px){
	.sm-simple > li > a {
		padding-left: 36px;
		padding-right: 0;
	}	
	#nav_menu .sm-simple a span.sub-arrow {
    right:-17px;
  } /* Added 12/10/18. */ 
	#user_menu.sm-simple a span.sub-arrow {
    right:-17px;
  } /* Added 12/10/18. */  
}

<!--/*@media screen and (max-width: 890px) {
	.sm-simple a {
		padding-left: 8px;
		padding-right: 8px;
	}	
}

@media screen and (max-width: 800px) {
	.sm-simple a {
		padding-left: 5px;
		padding-right: 5px;
	}	
} 
*/-->
@media screen and (min-width:720.1px) and (max-width:769px) {
	.sm-simple > li > a {
		padding-left: 33px;
		padding-right: 0px;
	}	
	.sm-simple #home_link a{
		padding-left: 15px;
		padding-right: 0;
	}	
	#nav_menu .sm-simple a span.sub-arrow {
    right:-16px;
  } /* Added 12/10/18. */ 
	#user_menu.sm-simple a span.sub-arrow {
    right:-16px;
  } /* Added 12/10/18. */    
}

@media screen and (min-width:680.1px) and (max-width:720px) {
	.sm-simple > li > a {
		padding-left: 32px;
		padding-right: 0px;
	}	
	.sm-simple #home_link a{
		padding-left: 15px;
		padding-right: 0;
	}	
	#nav_menu .sm-simple a span.sub-arrow {
    right:-16px;
  } /* Added 12/10/18. */ 
	#user_menu.sm-simple a span.sub-arrow {
    right:-16px;
  } /* Added 12/10/18. */    
}

@media screen and (min-width:610.1px) and (max-width:680px) {
	.sm-simple > li > a {
		padding-left: 24px;
		padding-right: 0; 
	}	
	.sm-simple #home_link a{
		padding-left: 11px;
		padding-right: 0;
	}	
	#nav_menu .sm-simple a span.sub-arrow {
    right:-15px;
  } /* Added 12/10/18. */ 
	#user_menu.sm-simple a span.sub-arrow {
    right:-15px;
  } /* Added 12/10/18. */    
}

@media screen and (min-width:551.1px) and (max-width:610px) {
	#nav_menu .sm-simple a {
		padding-left: 11px;
		padding-right: 0px;
	}	
  .sm-simple a span.sub-arrow {
    display: none;
  } /* Hide the + symbol on low resolutions because there isn't enough room. It will still be added to xs small screens. Added 12/10/18. */
  .sm-simple #home_link a{
		padding-left: 10px;
		padding-right: 3px;
	}	  
}

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

@media screen and (max-width: 551px) {

	/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
	ul.sm-simple{width:auto !important;}
	ul.sm-simple 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-simple>li{float:none;}
	ul.sm-simple>li>a,ul.sm-simple ul.sm-nowrap>li>a{white-space:normal;}
	ul.sm-simple iframe{display:none;}

	/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-simple ul, .sm-simple span.sub-arrow, .sm-simple iframe {
		display:none !important;
	}*/
	
	/* Menu toggle button. */
	/* show the button on small screens */
	#menu_toggle {
		display:inline;
	}
	/* hide the menu when it has the "collapsed" class set by the script */
	#nav_menu.collapsed {
		display:none;
	}
	/* hide the menu when it has the "collapsed" class set by the script */
	#user_menu.collapsed {
		display:none;
	}

/* Menu box
===================*/

	.sm-simple ul {
		border:0;
		/* darken the background of the sub menus */
		background:rgba(100,50,50,0.3);
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	
	/* Change the color of the user menu. */
	#user_menu.sm-simple{
		background:#777;
		-moz-box-shadow:0 0px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow:0 0px 0px rgba(0,0,0,0.2);
		box-shadow:0 0px 0px rgba(0,0,0,0.2);
	}	
	
	#user_menu.sm-simple ul {
		border:0;
		/* darken the background of the user_menu sub menus */
		background:rgba(100,100,100,0.9);
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}

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

	.sm-simple a {
		padding-top:13px;
		padding-bottom:13px;
		padding-left:30px;
		background:transparent !important;
		color:#fff !important;
	}
	.sm-simple a.current {
		background:#555 !important;
		color:#fff !important;
	}
	.sm-simple a.has-submenu {
		/*padding-right:23px; Modified 12/12/18. */
	}
	/* add some text indentation for the 2+ level sub menu items */
	.sm-simple ul a {
		border-left:8px solid transparent;
	}
	.sm-simple ul ul a {
		border-left:16px solid transparent;
	}
	.sm-simple ul ul ul a {
		border-left:24px solid transparent;
	}
	.sm-simple ul ul ul ul a {
		border-left:32px solid transparent;
	}
	.sm-simple ul ul ul ul ul a {
		border-left:40px solid transparent;
	}


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

	.sm-simple a span.sub-arrow {
		right:auto;
		margin-left:-14px;
    display: block;
	}
	/* Hide sub indicator when item is expanded - we enable the item link when it's expanded */
	.sm-simple a.highlighted span.sub-arrow {
		display:none !important;
	}


/* Items separators
===================*/

	.sm-simple li {
		border-left:0;
		border-top:1px solid rgba(0,0,0,0.05) !important;
	}
	.sm-simple li:first-child {
		border-top:0 !important;
	}

}

/****************************************************************************************************************************/

