/* Import "PT Sans Narrow" font from Google fonts */


/*
---------------------------------------------------------------
  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-blue > li > a { ... } instead of .sm-blue a { ... }
---------------------------------------------------------------*/


/* Menu box
===================*/

	.sm-blue {
		background:#336699; /* Old browsers */
		background-image: url(/images/newmb.gif);
		background-image:-moz-linear-gradient(top,#003366 0%,#336699 50%, #003366 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#003366),color-stop(50%,#336699),color-stop(100%,#003366));
		background-image:-webkit-linear-gradient(top,#003366 0%,#336699 50%, #003366 100%);
		background-image:-o-linear-gradient(top,#003366 0%,#336699 50%, #003366 100%);
		background-image:-ms-linear-gradient(top,#003366 0%,#336699 50%, #003366 100%);
		background-image:linear-gradient(top,#003366 0%,#336699 50%, #003366 100%);
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border-radius:2px;
		-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);
                
                margin-top: 0px;
                border: 1px solid #F1B21C;
	}
	.sm-blue-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-blue ul {
		border:1px solid #F1B21C;
		padding: 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-blue-vertical ul,
	.sm-blue ul ul {
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
	}


/* Menu items
===================*/
li.fa a {
        display: block;
        font-family:     verdana;
        font-weight:     bold;
        font-size:       12px;
        text-decoration: none;
	font-weight: bold;
	color: #F1B21C;
	white-space: nowrap;
      padding: 4px 6px 4px 6px;
}

li.fa a:hover {
        display: block;
        font-family:     verdana;
        font-weight:     bold;
        font-size:       12px;
        text-decoration: none;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
      padding: 4px 6px 4px 6px;
}

li.chat a {
        display: block;
        font-family:     verdana;
        font-weight:     bold;
        font-size:       12px;
        text-decoration: none;
	font-weight: bold;
	color: #F1B21C;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border: 0;
}

li.chat img {
	margin: 0;
	padding: 0;
	border: 0;
}

li.chat a:hover {
        display: block;
        font-family:     verdana;
        font-weight:     bold;
        font-size:       12px;
        text-decoration: none;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border: 0;
}



	.sm-blue a {
		padding:4px 6px;
		color:#fff;
		font-size:12px;
		line-height:13px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-variant: small-caps;
		font-weight:bold;
		text-decoration:none;
		text-shadow:0 1px 0 rgba(0,0,0,0.3);
	}

	.linknote {
		padding:0px 6px ;
		color:#fff;
		line-height:13px;
		font-size:7px;
		font-weight:bold;

		text-shadow:0 1px 0 rgba(0,0,0,0.3);
	}
	.sm-blue a:hover .linknote {
		color:#000;

	}

      .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active,
	.sm-blue a.highlighted {
		background:#FCEDCE; /* Old browsers */
		background-image:-moz-linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		background-image:-webkit-gradient(linear,left top, left bottom,color-stop(-100%,#F1B21C),color-stop(50%,#FEFAF1),color-stop(200%,#F1B21C));
		background-image:-webkit-linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		background-image:-o-linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		background-image:-ms-linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		background-image:linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		color:#000;
	}
	.sm-blue-vertical a {
		padding:2px 8px 4px 8px;
		background:#FCEDCE; /* Old browsers */
		background-image:-moz-linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		background-image:-webkit-gradient(linear,left top, left bottom,color-stop(-100%,#F1B21C),color-stop(50%,#FEFAF1),color-stop(200%,#F1B21C));
		background-image:-webkit-linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		background-image:-o-linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		background-image:-ms-linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		background-image:linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
	}
	.sm-blue ul {
		padding:2px;
		background-image: url(/images/sm-blue-ul-ie.gif);
		background-image:-moz-radial-gradient(ellipse,#003366 0%,#336699 150%);
	        background-image:-webkit-radial-gradient(ellipse,#003366 0%,#336699 150%);
	        background-image:-o-radial-gradient(ellipse,#003366 0%,#336699 150%);
	        background-image:-ms-radial-gradient(ellipse,#003366 0%,#336699 150%);
	        background-image:radial-gradient(ellipse,#003366 0%,#336699 150%);
                color:#fff;
		font-size:12px;
		text-shadow:none;
	}
        .sm-blue ul li {
                width: 210px;
        }
	.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active,
	.sm-blue ul a.highlighted {
		background:#FCEDCE; /* Old browsers */

		background-image:-moz-linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		background-image:-webkit-gradient(linear,left top, left bottom,color-stop(-100%,#F1B21C),color-stop(50%,#FEFAF1),color-stop(200%,#F1B21C));
		background-image:-webkit-linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		background-image:-o-linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		background-image:-ms-linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		background-image:linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		color:#000;
		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-blue a.current, .sm-blue a.current:hover, .sm-blue a.current:focus, .sm-blue a.current:active,
	.sm-blue ul a.current, .sm-blue ul a.current:hover, .sm-blue ul a.current:focus, .sm-blue ul a.current:active {
		background:#FCEDCE;

		background-image:-moz-linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		background-image:-webkit-gradient(linear,left top, left bottom,color-stop(-100%,#F1B21C),color-stop(50%,#FEFAF1),color-stop(200%,#F1B21C));
		background-image:-webkit-linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		background-image:-o-linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		background-image:-ms-linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		background-image:linear-gradient(top,#F1B21C -100%,#FEFAF1 50%, #F1B21C 200%);
		color:#000;
		text-shadow:0 1px 0 rgba(0,0,0,0.3);
	}
	/* round the left corners of the first item for horizontal main menu */
	.sm-blue > 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-blue-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-blue-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-blue a.has-submenu {

	}


/* Sub menu indicators
===================*/

	.sm-blue 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:0px; /* tweak size of the arrow */
		border-style:solid dashed dashed dashed;
		border-color:#F1B21C transparent transparent transparent;
	}
	.sm-blue-vertical a span.sub-arrow,
 	.sm-blue ul a span.sub-arrow {
		bottom:auto;
		top:50%;
		margin-top:-5px;
		right:5px;
		left:auto;
		margin-left:0;
		border-width:5px; /* tweak size of the arrow */	
                border-style:dashed dashed dashed solid;
		border-color:transparent transparent transparent #F1B21C;
	}


/* Items separators
===================*/

	.sm-blue li {
		border-left:0;
	}
	
	.sm-blue-vertical li,
	.sm-blue 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-blue span.scroll-up, .sm-blue 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-blue span.scroll-up-arrow, .sm-blue 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-blue 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: 850px) {
	.sm-blue:not(.sm-blue-vertical) > li > a {
		padding-left:18px;
		padding-right:18px;
	}
}
@media screen and (max-width: 750px) {
	.sm-blue:not(.sm-blue-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-blue{width:auto !important;}
	ul.sm-blue 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-blue>li{float:none;}
	ul.sm-blue>li>a,ul.sm-blue ul.sm-nowrap>li>a{white-space:normal;}
	ul.sm-blue iframe{display:none;}

	/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-blue ul, .sm-blue span.sub-arrow, .sm-blue iframe {
		display:none !important;
	}*/


/* Menu box
===================*/

	.sm-blue {
		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-blue li {
               border: 1px solid black;
         }

	.sm-blue ul {
		border:0;
		padding:0;
		background:#336699;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
                
	}

        .sm-blue ul li {
               border: 1px solid black;
               width: 95%;
               background-color: #ccc;
               margin-left: 5%;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
        }

	.sm-blue ul ul  {
		/*  the 2+ level sub menus remove border radius  */
	
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
               background-color: #ccc;
	}
	.sm-blue ul ul li {
		/*  the 2+ level sub menus  */
               width: 95%;
               background-color: #eee;
               margin-left: 5%;		
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}


/* Menu items
===================*/

	.sm-blue a {
		padding:10px 5px 10px 28px !important; /* add some additional left padding to make room for the sub indicator */
		background:#000 !important; /* Old browsers */

		background-image:-moz-linear-gradient(top,#003366 -100%,#336699 0%, #003366 100%) !important;
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(-100%,#003366),color-stop(0%,#336699),color-stop(100%,#003366)) !important;
		background-image:-webkit-linear-gradient(top,#003366 -100%,#336699 0%, #003366 100%) !important;
		background-image:-o-linear-gradient(top,#003366 -100%,#336699 0%, #003366 100%) !important;
		background-image:-ms-linear-gradient(top,#003366 -100%,#336699 0%, #003366 100%) !important;
		background-image:linear-gradient(top,#003366 -100%,#336699 0%, #003366 100%) !important;
		color:#fff !important;
	}
	.sm-blue ul a {
		background:transparent !important;
		color:#336699 !important;
		text-shadow:none !important;
                
	}
	.sm-blue a.current {
		background:#000 !important; /* Old browsers */
		background-image:url(css-gradients-fallback/current-item-bg.png) !important;
		background-image:-moz-linear-gradient(top,#000 0%,#000 100%) !important;
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#000),color-stop(100%,#000)) !important;
		background-image:-webkit-linear-gradient(top,#000 0%,#000 100%) !important;
		background-image:-o-linear-gradient(top,#000 0%,#000 100%) !important;
		background-image:-ms-linear-gradient(top,#000 0%,#000 100%) !important;
		background-image:linear-gradient(top,#000 0%,#000 100%) !important;
		color:#fff !important;
	}
	/* add some text indentation for the 2+ level sub menu items */
	.sm-blue ul a {
		border-left:8px solid transparent;
	}
	.sm-blue ul ul a {
		border-left:16px solid transparent;
	}
	.sm-blue ul ul ul a {
		border-left:24px solid transparent;
	}
	.sm-blue ul ul ul ul a {
		border-left:32px solid transparent;
	}
	.sm-blue ul ul ul ul ul a {
		border-left:40px solid transparent;
	}
	/* round the corners of the first and last items */
	.sm-blue > li:first-child > a {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	/* presume we have 4 levels max */
	.sm-blue > li:last-child > a,
	.sm-blue > li:last-child > ul > li:last-child > a,
	.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 > 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 > a,
	.sm-blue > li:last-child > ul,
	.sm-blue > li:last-child > ul > li:last-child > ul,
	.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 > ul,
	.sm-blue > 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-blue > li:last-child > a.highlighted,
	.sm-blue > li:last-child > ul > li:last-child > 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 > 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 > a.highlighted {
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}


/* Sub menu indicators
===================*/

	.sm-blue a span.sub-arrow {
		top:50%;
		margin-top:-6px;
		right:auto;
		left:6px;
		margin-left:2px;
		width:12px;
		height:12px;
		font:bold 12px/12px sans-serif !important;
		text-align:center;
		border:0;
		text-shadow:none;
		background-color:#fff;
		-moz-border-radius:100px;
		-webkit-border-radius:100px;
		border-radius:100px;
                color: #000;
	}

        .sm-blue ul a span.sub-arrow {
		top:50%;
		margin-top:-6px;
		right:auto;
		left:6px;
		margin-left:2px;
		width:12px;
		height:12px;
		font:bold 12px/12px sans-serif !important;
		text-align:center;
		border:0;
		text-shadow:none;
		background-color:#000;
		-moz-border-radius:100px;
		-webkit-border-radius:100px;
		border-radius:100px;
                color: #fff;
	}
	/* Hide sub indicator "+" when item is expanded - we enable the item link when it's expanded */
	.sm-blue a.highlighted span.sub-arrow {
		display:none !important;
	}


/* Items separators
===================*/

	.sm-blue li {
		border-left:0;
	}
	.sm-blue ul li {
		border-top:1px solid rgba(0,0,0,0);
	}
	.sm-blue ul li:first-child {
		border-top:0;
	}

}
