@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
.sm-blue {
	background: /*transparent;*/ yellow;
	border-radius: 0.5rem;
	box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.2);
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
	padding: 0.625rem 1.25rem; /* make room for the toggle button (sub indicator) */
	padding-right: 3.625rem;
	background: #930;
	background-image: linear-gradient(to bottom, #993000, #000);
	color: #fff;
	font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.4375rem;
	text-decoration: none;
	text-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2);
}
.sm-blue a.current {
	background: #630;
	background-image: linear-gradient(to bottom, #dd5522, #000);
	color: #fff;
}
.sm-blue a.disabled {
	color: #a1d1e8;
}
.sm-blue a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -1.0625rem;
	left: auto;
	right: 0.25rem;
	width: 2.125rem;
	height: 2.125rem;
	overflow: hidden;
	font: bold 1rem/2.125rem monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 0.25rem;
}
.sm-blue a .sub-arrow::before {
	content: '+';
}
.sm-blue a.highlighted .sub-arrow::before {
	content: '-';
}
.sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
	border-radius: 0.5rem 0.5rem 0 0;
}
.sm-blue > li:last-child > a, .sm-blue > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
	border-radius: 0 0 0.5rem 0.5rem;
}
.sm-blue > li:last-child > a.highlighted, .sm-blue > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
	border-radius: 0;
}
.sm-blue ul {
	background: #fff;
}
.sm-blue ul ul {
	background: rgba(102, 102, 102, 0.1);
}
/* Mobile dropdown*/
.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
	background: transparent; /*Shows as white?*/
	color: #FEE;
	font-size: 1rem;
	text-shadow: none;
	border-left: 0.5rem solid transparent;
}
.sm-blue ul a.current {
	background: #660;
	background-image: linear-gradient(to bottom, rgb(153, 48, 0), #330);
	color: #fff;
}
.sm-blue ul a.disabled {
	color: #b3b3b3;
}
.sm-blue ul ul a, .sm-blue ul ul a:hover, .sm-blue ul ul a:focus, .sm-blue ul ul a:active {
	border-left: 1rem solid transparent;
}
.sm-blue ul ul ul a, .sm-blue ul ul ul a:hover, .sm-blue ul ul ul a:focus, .sm-blue ul ul ul a:active {
	border-left: 1.5rem solid transparent;
}
.sm-blue ul ul ul ul a, .sm-blue ul ul ul ul a:hover, .sm-blue ul ul ul ul a:focus, .sm-blue ul ul ul ul a:active {
	border-left: 2rem solid transparent;
}
.sm-blue ul ul ul ul ul a, .sm-blue ul ul ul ul ul a:hover, .sm-blue ul ul ul ul ul a:focus, .sm-blue ul ul ul ul ul a:active {
	border-left: 2.5rem solid transparent;
}
.sm-blue ul li {
	border-top: 0.0625rem solid rgba(0, 0, 0, 0.05);
}
.sm-blue ul li:first-child {
	border-top: 0;
}
 @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;
	width: 12em;
}
.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: #930;
	background-image: linear-gradient(to bottom, #F33, #000);
	border-radius: 0.5rem;
	box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
	padding: 0.8125rem 1.5rem;
	background: #930;
	background-image: linear-gradient(to bottom, #F33, #000);
	color: #fff;
}
.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
	background: #960;
	background-image: linear-gradient(to bottom, #000, #FFF, #F33);
	color: #320;
}
.sm-blue a.current {
	background: #630;
	background-image: linear-gradient(to bottom, #990, #330);
	color: #fff;
}
.sm-blue a.disabled {
	background: #930;
	background-image: linear-gradient(to bottom, #F33, #000);
	color: #a1d1e8;
}
.sm-blue a .sub-arrow {
	top: auto;
	margin-top: 0;
	bottom: 0.125rem;
	left: 50%;
	margin-left: -0.3125rem;
	right: auto;
	width: 0;
	height: 0;
	border-width: 0.3125rem;
	border-style: solid dashed dashed dashed;
	border-color: #a1d1e8 transparent transparent transparent;
	background: transparent;
	border-radius: 0;
}
.sm-blue a .sub-arrow::before {
	display: none;
}
.sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
	border-radius: 0.5rem 0 0 0.5rem;
}
.sm-blue > li:last-child > a, .sm-blue > li:last-child > :not(ul) a {
	border-radius: 0 0.5rem 0.5rem 0 !important;
}
.sm-blue > li {
	border-left: 0.0625rem solid #FEE;
}
.sm-blue > li:first-child {
	border-left: 0;
}
.sm-blue ul {
	border: 0.0625rem solid #a8a8a8;
	padding: 0.4375rem 0;
	color: #fff;
	background: #900;
	border-radius: 0 0 0.25rem 0.25rem !important;
	box-shadow: 0 0.3125rem 0.75rem rgba(0, 0, 0, 0.2);
}
.sm-blue ul ul {
	border-radius: 0.25rem !important;
	background: #fff;
}
.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: 0.5625rem 1.4375rem;
	background: transparent; /* shows as white? */
	color: #FEE;
	border-radius: 0 !important;
}
.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
	background: #930;
	background-image: linear-gradient(to bottom, #F33, #000);
	color: #fff;
}
.sm-blue ul a.current {
	background: #630;
	background-image: linear-gradient(to bottom, #000, #960 );
	color: #fff;
}
.sm-blue ul a.disabled {
	background: #fff;
	color: #b3b3b3;
}
.sm-blue ul a .sub-arrow {
	top: 50%;
	margin-top: -0.3125rem;
	bottom: auto;
	left: auto;
	margin-left: 0;
	right: 0.625rem;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #ffe;
}
.sm-blue ul li {
	border: 0;
}
.sm-blue .scroll-up, .sm-blue .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	overflow: hidden;
	background: #fff;
	height: 1.25rem;
}
.sm-blue .scroll-up-arrow, .sm-blue .scroll-down-arrow {
	position: absolute;
	top: -0.125rem;
	left: 50%;
	margin-left: 0.5rem;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 0.5rem;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #933 transparent;
}
.sm-blue .scroll-down-arrow {
	top: 0.375rem;
	border-style: solid dashed dashed dashed;
	border-color: #693 transparent transparent transparent;
}
.sm-blue.sm-rtl.sm-vertical a .sub-arrow {
	right: auto;
	left: 0.625rem;
	border-style: dashed solid dashed dashed;
	border-color: transparent #fff transparent transparent;
}
.sm-blue.sm-rtl > li:first-child > a, .sm-blue.sm-rtl > li:first-child > :not(ul) a {
	border-radius: 0 0.5rem 0.5rem 0;
}
.sm-blue.sm-rtl > li:last-child > a, .sm-blue.sm-rtl > li:last-child > :not(ul) a {
	border-radius: 0.5rem 0 0 0.5rem !important;
}
.sm-blue.sm-rtl > li:first-child {
	border-left: 0.0625rem solid #FEE;
}
.sm-blue.sm-rtl > li:last-child {
	border-left: 0;
}
.sm-blue.sm-rtl ul a .sub-arrow {
	right: auto;
	left: 0.625rem;
	border-style: dashed solid dashed dashed;
	border-color: transparent #fff transparent transparent;
}
.sm-blue.sm-vertical {
	box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.2);
}
.sm-blue.sm-vertical a {
	padding: 0.5625rem 1.4375rem
}
.sm-blue.sm-vertical a .sub-arrow {
	top: 50%;
	margin-top: -0.3125rem;
	bottom: auto;
	left: auto;
	margin-left: 0;
	right: 0.625rem;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #F93;
}
.sm-blue.sm-vertical > li:first-child > a, .sm-blue.sm-vertical > li:first-child > :not(ul) a {
	border-radius: 0.5rem 0.5rem 0 0;
}
.sm-blue.sm-vertical > li:last-child > a, .sm-blue.sm-vertical > li:last-child > :not(ul) a {
	border-radius: 0 0 0.5rem 0.5rem !important;
}
.sm-blue.sm-vertical > li {
	border-left: 0 !important;
}
.sm-blue.sm-vertical ul {
	border-radius: 0.25rem !important;
}
.sm-blue.sm-vertical ul a {
	padding: 0.5625rem 1.4375rem
}
}
