/* Import "PT Sans Narrow" font from Google fonts */
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);


/*
---------------------------------------------------------------
  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-grey > li > a { ... } instead of .sm-grey a { ... }
---------------------------------------------------------------*/


/* Menu box
===================*/

	.sm-grey {
		background:#fff; /* Old browsers */
		/*background-image:url(css-gradients-fallback/main-menu-bg.png);*/
		/*background-image:-moz-linear-gradient(top,#fff 0%,#f1f3f3 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f1f3f3));
		background-image:-webkit-linear-gradient(top,#fff 0%,#f1f3f3 100%);
		background-image:-o-linear-gradient(top,#fff 0%,#f1f3f3 100%);
		background-image:-ms-linear-gradient(top,#fff 0%,#f1f3f3 100%);
		background-image:linear-gradient(top,#fff 0%,#f1f3f3 100%);*/
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		border-radius:8px;
		-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3);
		box-shadow:0 1px 1px rgba(0,0,0,0.3);
	}
	.sm-grey-vertical {
		-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3);
		box-shadow:0 1px 4px rgba(0,0,0,0.3);
	}
	.sm-grey ul {
		border:1px solid #a9a9a9;
		padding:7px 0;
		background:#fff;
		-moz-border-radius:0 0 4px 4px;
		-webkit-border-radius:0 0 4px 4px;
		border-radius:0 0 4px 4px;
		-moz-box-shadow:0 5px 12px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 5px 12px rgba(0,0,0,0.3);
		box-shadow:0 5px 12px rgba(0,0,0,0.3);
	}
	/* for vertical main menu subs and 2+ level horizontal main menu subs round all corners */
	.sm-grey-vertical ul,
	.sm-grey ul ul {
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
	}


/* Menu items
===================*/

	.sm-grey a {
		padding:13px 24px;
		color:#444;
		font-size:14px;
		line-height:20px;
		font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight:bold;
		text-decoration:none;
		/*text-shadow:0 1px 0 rgba(255, 255, 255, 0.5)*/
	}
	.sm-grey a:hover, .sm-grey a:focus, .sm-grey a:active,
	.sm-grey a.highlighted {
		/*background:#1983af;*/ /* Old browsers */
		/*background-image:url(css-gradients-fallback/main-item-hover-bg.png);*/
		/*background-image:-moz-linear-gradient(top,#fff 0%,#f1f3f3 100%);
		background-image:-webkit-gradient(linear,left top, left bottom,color-stop(0%,#fff),color-stop(100%,#f1f3f3));
		background-image:-webkit-linear-gradient(top,#fff 0%,#f1f3f3 100%);
		background-image:-o-linear-gradient(top,#fff 0%,#f1f3f3 100%);
		background-image:-ms-linear-gradient(top,#fff 0%,#f1f3f3 100%);
		background-image:linear-gradient(top,#fff 0%,#f1f3f3 100%);*/
		color:#a9a9a9;
	}
	.sm-grey-vertical a {
		padding:9px 40px 8px 23px;
		/*background:#fff;*/ /* Old browsers */
		/*background-image:url(css-gradients-fallback/vertical-main-item-bg.png);*/
		/*background-image:-moz-linear-gradient(top,#fff 0%,#f1f3f3 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f1f3f3));
		background-image:-webkit-linear-gradient(top,#fff 0%,#f1f3f3 100%);
		background-image:-o-linear-gradient(top,#fff 0%,#f1f3f3 100%);
		background-image:-ms-linear-gradient(top,#fff 0%,#f1f3f3 100%);
		background-image:linear-gradient(top,#fff 0%,#f1f3f3 100%);*/

        background-image: url("../img/arrowR.png");
        background-position: 6px center;
        background-repeat: no-repeat;
        border-radius: 0; 
	}
	.sm-grey ul a {
		padding:9px 40px 8px 23px;
		background:transparent;
		/*color:#a9a9a9;*/
		font-size:14px;
		text-shadow:none;
	}
	.sm-grey ul a:hover, .sm-grey ul a:focus, .sm-grey ul a:active,
	.sm-grey ul a.highlighted {
		/*background:#fff;*/ /* Old browsers */
		/*background-image:url(css-gradients-fallback/main-menu-bg.png);*/
		/*background-image:-moz-linear-gradient(top,#fff 0%,#f1f3f3 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f1f3f3));
		background-image:-webkit-linear-gradient(top,#fff 0%,#f1f3f3 100%);
		background-image:-o-linear-gradient(top,#fff 0%,#f1f3f3 100%);
		background-image:-ms-linear-gradient(top,#fff 0%,#f1f3f3 100%);
		background-image:linear-gradient(top,#fff 0%,#f1f3f3 100%);*/
		color:#a9a9a9;
		/*text-shadow:0 0.5px 0 rgba(0,0,0,0.3);*/
	}
	/* current items - add the class manually to some item or check the "markCurrentItem" script option */
	.sm-grey a.current, .sm-grey a.current:hover, .sm-grey a.current:focus, .sm-grey a.current:active,
	.sm-grey ul a.current, .sm-grey ul a.current:hover, .sm-grey ul a.current:focus, .sm-grey ul a.current:active {
		background:#a9a9a9;
		/*background-image:url(css-gradients-fallback/current-item-bg.png);*/
		/*background-image:-moz-linear-gradient(top,#f9fbfc 0%,#fff 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9fbfc),color-stop(100%,#fff));
		background-image:-webkit-linear-gradient(top,#f9fbfc 0%,#fff 100%);
		background-image:-o-linear-gradient(top,#f9fbfc 0%,#fff 100%);
		background-image:-ms-linear-gradient(top,#f9fbfc 0%,#fff 100%);
		background-image:linear-gradient(top,#f9fbfc 0%,#fff 100%);*/
		color:#a9a9a9;
		/*text-shadow:0 1px 0 rgba(0,0,0,0.3);*/
	}
	/* round the left corners of the first item for horizontal main menu */
	.sm-grey > li:first-child > a {
		-moz-border-radius:8px 0 0 8px;
		-webkit-border-radius:8px 0 0 8px;
		border-radius:8px 0 0 8px;
	}
	/* round the corners of the first and last items for vertical main menu */
	.sm-grey-vertical > li:first-child > a {
		-moz-border-radius:8px 8px 0 0;
		-webkit-border-radius:8px 8px 0 0;
		border-radius:8px 8px 0 0;
	}
	.sm-grey-vertical > li:last-child > a {
		-moz-border-radius:0 0 8px 8px;
		-webkit-border-radius:0 0 8px 8px;
		border-radius:0 0 8px 8px;
	}
	.sm-grey a.has-submenu {

	}


/* Sub menu indicators
===================*/

	.sm-grey a span.sub-arrow {
		position:absolute;
		bottom:2px;
		left:50%;
		margin-left:-5px;
		/* 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:5px; /* tweak size of the arrow */
		border-style:solid dashed dashed dashed;
		border-color:#f36a51 transparent transparent transparent;
	}
	.sm-grey-vertical a span.sub-arrow,
 	.sm-grey ul a span.sub-arrow {
		bottom:auto;
		top:50%;
		margin-top:-5px;
		right:15px;
		left:auto;
		margin-left:0;
		border-style:dashed dashed dashed solid;
		border-color:transparent transparent transparent #a4cde1;
	}


/* Items separators
===================*/

	.sm-grey li {
		border-left:1px solid #1a8bb9;
	}
	.sm-grey li:first-child,
	.sm-grey-vertical li,
	.sm-grey ul li {
		border-left:0;
       border-bottom: 1px solid #e5e5e5;
          
	}
  

/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/

	.sm-grey span.scroll-up, .sm-grey span.scroll-down {
		position:absolute;
		display:none;
		visibility:hidden;
		overflow:hidden;
		background:#ffffff;
		height:20px;
		/* width and position will be automatically set by the script */
	}
	.sm-grey span.scroll-up-arrow, .sm-grey 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 #fff transparent;
	}
	.sm-grey span.scroll-down-arrow {
		top:6px;
		border-style:solid dashed dashed dashed;
		border-color:#a9a9a9 transparent transparent transparent;
	}



/*
---------------------------------------------------------------
  Responsiveness
  These will make the sub menus collapsible when the screen width is too small.
---------------------------------------------------------------*/


/* decrease horizontal main menu items left/right padding to avoid wrapping */
@media screen and (max-width: 850px) {
	.sm-grey:not(.sm-grey-vertical) > li > a {
		padding-left:18px;
		padding-right:18px;
	}
}

@media screen and (max-width: 750px) {
	.sm-grey:not(.sm-grey-vertical) > li > a {
		padding-left:10px;
		padding-right:10px;
	}
}

@media screen and (max-width: 640px) {

	/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
	ul.sm-grey{width:auto !important;}
	ul.sm-grey 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-grey>li{float:none;}
	ul.sm-grey>li>a,ul.sm-grey ul.sm-nowrap>li>a{white-space:normal;}
	ul.sm-grey iframe{display:none;}

	/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-grey ul, .sm-grey span.sub-arrow, .sm-grey iframe {
		display:none !important;
	}*/


/* Menu box
===================*/

	.sm-grey {
		background:transparent;
		-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3);
		box-shadow:0 1px 4px rgba(0,0,0,0.3);
        background-color:#fff;
	}
	.sm-grey ul {
		border:0;
		padding:0;
		background:#fff;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	.sm-grey ul ul {
		/* darken the background of the 2+ level sub menus and remove border rounding */
		/*background:rgba(100,100,100,0.1);*/
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}


/* Menu items
===================*/

	.sm-grey a {
		padding:10px 5px 10px 28px !important; /* add some additional left padding to make room for the sub indicator */
		/*background:#fff !important;*/ /* Old browsers */
		/*background-image:url(css-gradients-fallback/vertical-main-item-bg.png) !important;*/
		/*background-image:-moz-linear-gradient(top,#fff 0%,#f1f3f3 100%) !important;
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f1f3f3)) !important;
		background-image:-webkit-linear-gradient(top,#fff 0%,#f1f3f3 100%) !important;
		background-image:-o-linear-gradient(top,#fff 0%,#f1f3f3 100%) !important;
		background-image:-ms-linear-gradient(top,#fff 0%,#f1f3f3 100%) !important;
		background-image:linear-gradient(top,#fff 0%,#f1f3f3 100%) !important;*/
		color:#444 !important;
	}
	.sm-grey ul a {
		background:transparent !important;
		color:#444 !important;
		text-shadow:none !important;
        border-left:8px solid transparent;
	}
	.sm-grey a.current {
		/*background:#fff !important;*/ /* Old browsers */
		/*background-image:url(css-gradients-fallback/current-item-bg.png) !important;*/
		/*background-image:-moz-linear-gradient(top,#f9fbfc 0%,#fff 100%) !important;
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9fbfc),color-stop(100%,#fff)) !important;
		background-image:-webkit-linear-gradient(top,#f9fbfc 0%,#fff 100%) !important;
		background-image:-o-linear-gradient(top,#f9fbfc 0%,#fff 100%) !important;
		background-image:-ms-linear-gradient(top,#f9fbfc 0%,#fff 100%) !important;
		background-image:linear-gradient(top,#f9fbfc 0%,#fff 100%) !important;*/
		color:#a9a9a9 !important;
	}
	/* add some text indentation for the 2+ level sub menu items */
	.sm-grey ul ul a {
		border-left:16px solid transparent;
	}
	.sm-grey ul ul ul a {
		border-left:24px solid transparent;
	}
	.sm-grey ul ul ul ul a {
		border-left:32px solid transparent;
	}
	.sm-grey ul ul ul ul ul a {
		border-left:40px solid transparent;
	}
	/* round the corners of the first and last items */
	.sm-grey > li:first-child > a {
		-moz-border-radius:8px 8px 0 0;
		-webkit-border-radius:8px 8px 0 0;
		border-radius:8px 8px 0 0;
	}
	/* presume we have 4 levels max */
	.sm-grey > li:last-child > a,
	.sm-grey > li:last-child > ul > li:last-child > a,
	.sm-grey > li:last-child > ul > li:last-child > ul > li:last-child > a,
	.sm-grey > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
	.sm-grey > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
	.sm-grey > li:last-child > ul,
	.sm-grey > li:last-child > ul > li:last-child > ul,
	.sm-grey > li:last-child > ul > li:last-child > ul > li:last-child > ul,
	.sm-grey > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
	.sm-grey > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
		-moz-border-radius:0 0 8px 8px;
		-webkit-border-radius:0 0 8px 8px;
		border-radius:0 0 8px 8px;
	}
	/* highlighted items, don't need rounding since their sub is open */
	.sm-grey > li:last-child > a.highlighted,
	.sm-grey > li:last-child > ul > li:last-child > a.highlighted,
	.sm-grey > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
	.sm-grey > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
	.sm-grey > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted {
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}


/* Sub menu indicators
===================*/

	.sm-grey a span.sub-arrow,
	.sm-grey ul a span.sub-arrow {
		top:50%;
		margin-top:-9px;
		right:0;
		left:auto;
		margin-right:10px;
		width:17px;
		height:17px;
		font:bold 16px/16px monospace !important;
		text-align:center;
		border:0;
		text-shadow:none;
		background:#CF0007;
		-moz-border-radius:100px;
		-webkit-border-radius:100px;
		border-radius:100px;
	}
	/* Hide sub indicator "+" when item is expanded - we enable the item link when it's expanded */
	.sm-grey a.highlighted span.sub-arrow {
		display:none !important;
	}


/* Items separators
===================*/

	.sm-grey li {
		border-left:0;
	}
	.sm-grey ul li {
		border-top:1px solid rgba(0,0,0,0.05);
	}
	.sm-grey ul li:first-child {
		border-top:0;
	}

}