/*-----------------------------------------
				CONTENT PAGE
-------------------------------------------
	0. STICKY DESKTOP MENU
	1. DESKTOP MENU
	2. DESKTOP MENU PILLS & CARETS
	3. DESKTOP DROPDOWN MENU
	
	4. MOBILE MENU
-----------------------------------------*/

/*----------------------------------------------------------------------
	0. STICKY DESKTOP MENU
----------------------------------------------------------------------*/
#navigation-sticky-wrapper {
    z-index: 9;
    position: relative;
    margin: auto;
	height: 35px !important;

}
/*----------------------------------------------------------------------
	100. SITEMAP
----------------------------------------------------------------------*/
#navigation-sticky-wrapper #navigation{
    width: 100%;
    margin: auto;
}

ul.DNNspot-sitemap{
 list-style-type:square;
}

ul.ul-level0{
 margin:5px 30px;
 list-style:none;
}

ul.ul-level1{
 margin:5px 30px;
 list-style:none;
}

ul.ul-level2{
 margin:5px 30px;
 list-style:none;
}
/*----------------------------------------------------------------------
	1. DESKTOP MENU
----------------------------------------------------------------------*/
.nav > li > a {
	padding-left: 30px;
	padding-right: 25px;
	border: 0px;
}

#navigation {
	margin: 0 auto;
	position: relative;
	display: block;
	/* background: url(images/topwhite.png) repeat-x center; */
}

#navigation .nav {
	background: #000 url('../images/nav_bg.jpg') repeat-x;
	background-size: auto 100%;
	font-size: 13px;
	white-space: nowrap;
	height: 35x !important;
}

#navigation .nav a {
	color: #FFF;
}

#navigation .nav > li > a:hover, 
/*#navigation .nav > li > a:focus, */
#navigation .nav > li > a:active {
	background: rgba(0,0,0,0.3); /* Old browsers */
	background: #000 url('../images/nav_bg_over.jpg') repeat-x;
	background-size: auto 100%;
	border-radius: 0px;
}

#navigation .nav > li > a:focus {
    background: none;
}

#navigation .dropdown-menu > li > a:focus {
    background: none;
}

#navigation .dropdown-menu > li > a:hover {
	background: #db1820;
}

.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
	background: rgba(0,0,0,0.3) !important;
	background:#000 url('../images/nav_bg_over.jpg') repeat-x;
	background-size: auto 100%;
}


/*----------------------------------------------------------------------
	2. DESKTOP MENU PILLS & CARETS
----------------------------------------------------------------------*/
.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
	background: rgba(0,0,0,0.3) !important;
	background: #000 url('../images/nav_bg_over.jpg') repeat-x;
	background-size: auto 100%;
	border-radius: 0px;
}

.nav .caret {
    border-top-color: #FFF !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.nav .open .caret {
    border-top-color: #FFF !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.nav .active .caret {
    border-top-color: #FFF !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.nav .caret-right {		
	/* Caret pointing right */
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #fff;
    display: inline-block;
    height: 0;
    vertical-align: central;
    width: 0;
	margin-top: 8px;
	right: 8px;
	position: absolute;
}


/*----------------------------------------------------------------------
	3. DESKTOP DROPDOWN MENU
----------------------------------------------------------------------*/
.dropdown-menu {
    background-clip: padding-box;
    background-color: #480001;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);*/
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}


/*----------------------------------------------------------------------
	4. MOBILE MENU
----------------------------------------------------------------------*/
nav#menu h2{
    margin-left: 18px;
}

#navigation > .container {

}

#slide-menu-trigger {
    background: #000000 url("../images/nav_bg.jpg") repeat-x ;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    height: 100%;
    padding: 0 50px;
}

#slide-menu-trigger a {
	width: 100%;
	height:100%;
	display:block;
	color: #FFF;
	text-decoration: none;
}

#slide-menu-trigger a span {
	font-size: 18px;
	font-variant: small-caps;
}

#slide-menu-trigger i {
    padding-top: 7px;
    color: #FFF;
}

.form-control {
	/* Search input in slider  */
	background-color: #EEE;
	background-image: none;
	border: 1px solid #000;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #000;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	width: 100%;
}

.form-control::-moz-placeholder {
	color: #000;
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
	/* mobile slide selected color */
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}




/*----------------------------------------------------------------------
	5. NEW SIDE NAV STYLE
----------------------------------------------------------------------*/
.my-dropdown {
	display: none;
}

.active + .my-dropdown{
	display:block;
}

.sideheader2 {
	padding: 10px;
	color: #fff;
	font-size: 18px;
	background-color: #01315b;
	border: 0px;
}

.caret-right-2 {
	border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #fff;
	display: inline-block;
	height: auto;
	margin-top: 5px;
	margin-left: 2px;
	width: 0;
	float: right;
}

.caret-black {
	border-left: 4px solid #000;
}

.caret-down {
	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	display: inline-block;
	height: auto;
	margin-top: 5px;
	margin-left: 2px;
	width: 0;
	float: right;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.side-nav {
	background-color: #ffffff;
	border: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 0;
	border-radius: 0;
}
.nav .nav-divider {
  background-color: #98C6F0;
  height: 1px;
  margin: 0;
  overflow: hidden;
}

.nav-style {
	list-style: none outside none;
	margin-bottom: 0;
	padding-left: 0;
	font-size: 13px;
}

.nav-style > li > a {
  display: block;
  padding: 10px 35px;
  position: relative;
  background-color: #F7F7F7;
  color: #535353;
  font-size: 12px;
  border-top: 1px solid #EEEEEE;
}

.nav-style > li > a:hover, 
.nav-style > li > a:focus,
.nav-style > li > a:active {
  background-color: #BBBBBB;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.2s linear 0s;
}

.nav-style > li > label {
  background: url("../images/skyblue-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0px;
  color: #fff;
  padding: 10px 15px 10px;
  width: 100%;
}

.nav-style > li > label:hover {
	cursor: pointer;
	color: #fff;
	background: url("../images/skyblue-bg_hover.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.nav-header2,
.nav-header2 a,
.nav-header2 a:active,
.nav-header2 a:focus {
	padding-left: 35px !important;
	background: #F7F7F7 !important;
	color: #535353 !important;
	font-size: 12px;
	border-top: 1px solid #EEEEEE;
}

.nav-header2:hover {
	padding-left: 35px !important;
	background: #BBBBBB !important;
	color: #ffffff !important;
	transition: background 0.2s linear 0s;
}

.nav-style2 > li > a {
  padding: 10px 10px 10px 45px;
  background-color: #808080;
  color: #ffffff;
  font-size: 11px;
  border: 0px;
  border-bottom: 1px solid #B6B6B6;
}

.nav-style2 > li > a:hover, 
.nav-style2 > li > a:focus,
.nav-style2 > li > a:active {
  background-color: #296ca9;
  color: #ffffff;
}

.nav-style > li > a.nav-header {
	color: #fff;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px 15px;
    width: 100%;
	background: url("../images/skyblue-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0px;
}

.nav-style > li > a.nav-header:hover {
	color: #fff;
	background: url("../images/skyblue-bg_hover.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}


/*----------------------------------------------------------------------
	6. NEW SIDE NAV STYLE
----------------------------------------------------------------------*/
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	border: 0;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  background: url("../images/nav_bg_over.jpg") repeat-x scroll 0 0 / auto 100% #000;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
  background: url("../images/nav_bg.jpg") repeat-x scroll 0 0 / auto 100% #000;
}

.navbar {
  min-height: 0;
}

.navbar-nav > li > a {
	padding-bottom: 8px;
    padding-top: 8px;
}

.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}

.nav > li > a {
  border: 0 none;
  /*padding-left: 5%;
  padding-right: 5%;*/
}

.navbar-nav > li {
  float: none;
}

.navbar-toggle {
  background-color: #700100;
  border: 1px solid #fff;
  border-radius: 4px;
  float: right;
  margin-bottom: 8px;
  margin-right: 25px;
  margin-top: 8px;
  padding: 6px 7px;
  position: relative;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: #380000;
}

.container > .navbar-header, 
.container > .navbar-collapse {
  background: #700100;
  /*margin-top: -1px;*/
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
  border-color: transparent;
  border: 0;
}

.navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 15px;
}

ul{
	display:block;
	margin:0 auto;	
}



/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/

.sm,.sm ul,.sm li{display:block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;}
ul.sm li{position:relative;}
ul.sm a{position:relative;display:block;}
ul.sm a.disabled{cursor:default;}
ul.sm ul{position:absolute;top:-999999px;left:-800px;width:100px;}

ul.sm li{display:inline-block; margin:0 auto;}
ul.sm li > ul li{display:block;}
ul.sm-rtl{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{float:none;}
ul.sm a{white-space:nowrap;}
ul.sm ul a,ul.sm-vertical a{white-space:normal;}
* html ul.sm-vertical li{float:left;width:100%;}
* html ul.sm-vertical ul li{float:none;width:auto;}
*:first-child+html ul.sm-vertical>li{float:left;width:100%;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
* html ul.sm{height:1px;}
*:first-child+html ul.sm{min-height:1px;}
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);}


/* Import "PT Sans Narrow" font from Google fonts */
@import url(http://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-new > li > a { ... } instead of .sm-new a { ... }
---------------------------------------------------------------*/


/* Menu box
===================*/

	.sm-new {
		background:#d1161c; /* Old browsers */
		background-image:url(css-gradients-fallback/main-menu-bg.png);
		background-image:-moz-linear-gradient(top,#da181f 0%,#790001 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#da181f),color-stop(100%,#790001));
		background-image:-webkit-linear-gradient(top,#da181f 0%,#790001 100%);
		background-image:-o-linear-gradient(top,#da181f 0%,#790001 100%);
		background-image:-ms-linear-gradient(top,#da181f 0%,#790001 100%);
		background-image:linear-gradient(top,#da181f 0%,#790001 100%);
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		border-radius:0px;
		-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-new-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-new 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-new-vertical ul,
	.sm-new ul ul {
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
	}


/* Menu items
===================*/

	.sm-new a {
		padding:8px 18px;
		color:#fff;
		font-size:12px;
		line-height:23px;
		font-family:arial, verdana, sans-serif;
		font-weight:bold;
		text-decoration:none;
		text-shadow:0 1px 0 rgba(0,0,0,0.3);
	}
	.sm-new > li.active, .sm-new a:hover, .sm-new a:focus, .sm-new a:active,
	.sm-new a.highlighted {
		background:#790001; /* Old browsers */
		background-image:url(css-gradients-fallback/main-item-hover-bg.png);
		background-image:-moz-linear-gradient(top,#c00204 0%,#3a0000 100%);
		background-image:-webkit-gradient(linear,left top, left bottom,color-stop(0%,#c00204),color-stop(100%,#3a0000));
		background-image:-webkit-linear-gradient(top,#c00204 0%,#3a0000 100%);
		background-image:-o-linear-gradient(top,#c00204 0%,#3a0000 100%);
		background-image:-ms-linear-gradient(top,#c00204 0%,#3a0000 100%);
		background-image:linear-gradient(top,#c00204 0%,#3a0000 100%);
		color:#fff;
		text-decoration: none;
	}
	.sm-new-vertical a {
		padding:9px 40px 8px 23px;
		background:#3193c0; /* Old browsers */
		background-image:url(css-gradients-fallback/vertical-main-item-bg.png);
		background-image:-moz-linear-gradient(top,#da181f 0%,#790001 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#da181f),color-stop(100%,#790001));
		background-image:-webkit-linear-gradient(top,#da181f 0%,#790001 100%);
		background-image:-o-linear-gradient(top,#da181f 0%,#790001 100%);
		background-image:-ms-linear-gradient(top,#da181f 0%,#790001 100%);
		background-image:linear-gradient(top,#da181f 0%,#790001 100%);
	}
	.sm-new ul a {
		padding:9px 40px 8px 23px;
		background:transparent;
		color:#da181f;
		font-size:12px;
		text-shadow:none;
	}
	.sm-new ul a:hover, .sm-new ul a:focus, .sm-new ul a:active,
	.sm-new ul a.highlighted {
		background:#9d090b; /* Old browsers */
		background-image:url(css-gradients-fallback/main-menu-bg.png);
		background-image:-moz-linear-gradient(top,#da181f 0%,#790001 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#da181f),color-stop(100%,#790001));
		background-image:-webkit-linear-gradient(top,#da181f 0%,#790001 100%);
		background-image:-o-linear-gradient(top,#da181f 0%,#790001 100%);
		background-image:-ms-linear-gradient(top,#da181f 0%,#790001 100%);
		background-image:linear-gradient(top,#da181f 0%,#790001 100%);
		color:#fff;
		text-shadow:0 1px 0 rgba(0,0,0,0.3);
	}
	/* current items - add the class manually to some item or check the "markCurrentItem" script option */
	.sm-new a.current, .sm-new a.current:hover, .sm-new a.current:focus, .sm-new a.current:active,
	.sm-new ul a.current, .sm-new ul a.current:hover, .sm-new ul a.current:focus, .sm-new ul a.current:active {
		background:#9d090b;
		background-image:url(css-gradients-fallback/current-item-bg.png);
		background-image:-moz-linear-gradient(top,#005a84 0%,#00749f 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#005a84),color-stop(100%,#00749f));
		background-image:-webkit-linear-gradient(top,#005a84 0%,#00749f 100%);
		background-image:-o-linear-gradient(top,#005a84 0%,#00749f 100%);
		background-image:-ms-linear-gradient(top,#005a84 0%,#00749f 100%);
		background-image:linear-gradient(top,#005a84 0%,#00749f 100%);
		color:#fff;
		text-shadow:0 1px 0 rgba(0,0,0,0.3);
	}
	/* round the left corners of the first item for horizontal main menu */
	.sm-new > li:first-child > a {
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}
	/* round the corners of the first and last items for vertical main menu */
	.sm-new-vertical > li:first-child > a {
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}
	.sm-new-vertical > li:last-child > a {
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}
	.sm-new a.has-submenu:after {
		padding-right: 10px;
	}


/* Sub menu indicators
===================*/

	.sm-new a span.sub-arrow {
		/* 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 */
		border-color: #fff transparent transparent;
		border-style: solid dashed dashed;
		border-width: 5px;
		bottom: 2px;
		height: 0;
		left: 95%;
		margin-left: -11px;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 45%;
		width: 0;
		
	}
	.sm-new-vertical a span.sub-arrow,
 	.sm-new 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 #e1a4a4;
	}


/* Items separators
===================*/

.sm-new li {
	/*border-left:1px solid #1a8bb9;*/
}
.sm-new li:first-child,
.sm-new-vertical li,
.sm-new ul li {
	border-left:0;
}

/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/

	.sm-new span.scroll-up, .sm-new 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-new span.scroll-up-arrow, .sm-new 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 #247eab transparent;
	}
	.sm-new span.scroll-down-arrow {
		top:6px;
		border-style:solid dashed dashed dashed;
		border-color:#247eab 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: 925px) {
	.sm-new:not(.sm-new-vertical) > li > a {
		padding-left:18px;
		padding-right:18px;
	}
	
	ul.sm-new>li{
		display:block;	
	}
}
@media screen and (max-width: 925px) {
	.sm-new:not(.sm-new-vertical) > li > a {
		padding-left:10px;
		padding-right:10px;
	}
}

@media screen and (max-width: 925px) {

	/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
	ul.sm-new{width:auto !important;}
	ul.sm-new 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-new>li{float:none;}
	ul.sm-new>li>a,ul.sm-new ul.sm-nowrap>li>a{white-space:normal;}
	ul.sm-new iframe{display:none;}

	/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-new ul, .sm-new span.sub-arrow, .sm-new iframe {
		display:none !important;
	}*/


/* Menu box
===================*/

	.sm-new {
		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);
	}
	.sm-new 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-new 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-new a {
		padding:10px 5px 10px 28px !important; /* add some additional left padding to make room for the sub indicator */
		background:#790001 !important; /* Old browsers */
		color:#fff !important;
	}
	.sm-new ul a {
		background:transparent !important;
		color:#da181f !important;
		text-shadow:none !important;
	}
	.sm-new a.current {
		background:#006892 !important; /* Old browsers */
		background-image:url(css-gradients-fallback/current-item-bg.png) !important;
		background-image:-moz-linear-gradient(top,#005a84 0%,#00749f 100%) !important;
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#005a84),color-stop(100%,#00749f)) !important;
		background-image:-webkit-linear-gradient(top,#005a84 0%,#00749f 100%) !important;
		background-image:-o-linear-gradient(top,#005a84 0%,#00749f 100%) !important;
		background-image:-ms-linear-gradient(top,#005a84 0%,#00749f 100%) !important;
		background-image:linear-gradient(top,#005a84 0%,#00749f 100%) !important;
		color:#fff !important;
	}
	/* add some text indentation for the 2+ level sub menu items */
	.sm-new ul a {
		border-left:8px solid transparent;
	}
	.sm-new ul ul a {
		border-left:16px solid transparent;
	}
	.sm-new ul ul ul a {
		border-left:24px solid transparent;
	}
	.sm-new ul ul ul ul a {
		border-left:32px solid transparent;
	}
	.sm-new ul ul ul ul ul a {
		border-left:40px solid transparent;
	}
	/* round the corners of the first and last items */
	.sm-new > li:first-child > a {
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}
	/* presume we have 4 levels max */
	.sm-new > li:last-child > a,
	.sm-new > li:last-child > ul > li:last-child > a,
	.sm-new > li:last-child > ul > li:last-child > ul > li:last-child > a,
	.sm-new > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
	.sm-new > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
	.sm-new > li:last-child > ul,
	.sm-new > li:last-child > ul > li:last-child > ul,
	.sm-new > li:last-child > ul > li:last-child > ul > li:last-child > ul,
	.sm-new > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
	.sm-new > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}
	/* highlighted items, don't need rounding since their sub is open */
	.sm-new > li:last-child > a.highlighted,
	.sm-new > li:last-child > ul > li:last-child > a.highlighted,
	.sm-new > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
	.sm-new > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
	.sm-new > 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-new a span.sub-arrow,
	.sm-new ul a span.sub-arrow {
		top:50%;
		margin-top:-9px;
		right:auto;
		left:6px;
		margin-left:0;
		width:17px;
		height:17px;
		font:bold 16px/16px monospace !important;
		text-align:center;
		border:0;
		text-shadow:none;
		background:rgba(0,0,0,0.1);
		-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-new a.highlighted span.sub-arrow {
		display:none !important;
	}


/* Items separators
===================*/

	.sm-new li {
		border-left:0;
	}
	.sm-new ul li {
		border-top:1px solid rgba(0,0,0,0.05);
	}
	.sm-new ul li:first-child {
		border-top:0;
	}

}


#main-menu {
	position:relative;
	z-index:9999;
	width:100%;
}
#main-menu ul {
	width:12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
}


/*------------------------------------------------
	Test Collapse
--------------------------------------------------*/
#menu-button {
	display:none;
	width: 100%;
	padding:10px 5px 10px 28px !important; /* add some additional left padding to make room for the sub indicator */
	background:#9d090b !important; /* Old browsers */
	background-image:url(css-gradients-fallback/vertical-main-item-bg.png) !important;
	background-image:-moz-linear-gradient(top,#da181f 0%,#790001 100%) !important;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#da181f),color-stop(100%,#790001)) !important;
	background-image:-webkit-linear-gradient(top,#da181f 0%,#790001 100%) !important;
	background-image:-o-linear-gradient(top,#da181f 0%,#790001 100%) !important;
	background-image:-ms-linear-gradient(top,#da181f 0%,#790001 100%) !important;
	background-image:linear-gradient(top,#da181f 0%,#790001 100%) !important;
	color:#fff !important;
	cursor: pointer;
	font-variant: small-caps;
	font-size: 16px;
}

a#menu-button,
a#menu-button:hover {
	text-decoration: none;
}

#menu-button:after {
  content:'≡';
  float: right;
  font-weight: bold;
  font-size: 16px;
  margin-right: 15px;
}
#menu-button.collapsed:after {
  content:'≡';
  float: right;
  font-weight: bold;
  font-size: 16px;
  margin-right: 15px;
}

@media screen and (max-width: 1024px) {
	#navigation-sticky-wrapper {
		margin-left:inherit !important;	
	}
	
	#navigation-sticky-wrapper #navigation{
		margin-left:inherit !important;	
	}
}


@media screen and (max-width: 925px) {
  /* show the button on small screens */
  #menu-button {
    display:inline-block;
	
  }
  /* hide the menu when it has the "collapsed" class set by the script */
  #main-menu.collapsed {
    display:none;
  }
  
  #main-menu{
	left:inherit !important;  
  }
  
  #navigation-sticky-wrapper {
		text-align:inherit;
	}
}

/*navbar subpage*/
.nav-style > li > label.tree-toggler > ul.my-dropdown{
	display:block !important;
}