/*
---------------------------------------------------------------
  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
===================*/
nav{float:left;}
.sm-blue{background:#005782;position:relative;z-index:7999;width:980px;height:28px;padding-left:25px;float:left;box-sizing:border-box;}
.sm-blue ul{padding:5px 0;background:#f7f7f7;box-shadow:0 3px 3px 0 rgba(0,0,0,0.5);width:200px !important;border-bottom:5px solid #005782;}
.sm-blue ul ul{background:#E6E6E8;}
/* for vertical main menu subs and 2+ level horizontal main menu subs round all corners */
.sm-blue-vertical ul, .sm-blue ul ul{width:200px !important;max-width:200px !important;min-width:200px !important;margin-top:-25px !important;margin-left:200px !important;}
.sm-blue ul ul li{width:200px;}
/* Menu items
===================*/
.sm-blue a{margin:0;padding:0 8px 2px;padding:0 8px;color:#fff;font:normal 12px/28px 'Gotham-Medium', Arial, Helvetica, sans-serif;text-decoration:none;}
.sm-blue a:hover, .sm-blue >a:focus, .sm-blue >a:active, .sm-blue >a.highlighted{background-color:#005782;color:#FF9100;text-decoration:none !important;}
.sm-blue .selected >a{background-color:#005782;color:#FF9100;}
.sm-blue li#hasChildren >a:hover, .sm-blue li#hasChildren >a:focus, .sm-blue li#hasChildren >a:active, .sm-blue li#hasChildren >a.highlighted, .sm-blue li#hasChildren .selected >a{background-color:#f7f7f7;color:#FF9100;border-radius:0 0 0 0;box-shadow:0 3px 3px 0 rgba(0,0,0,0.5);margin-top:2px;}
.sm-blue a.home{background:url(../images/common/home_icon.png) top center no-repeat;margin:0;padding:0;text-indent:-9999px;width:40px;height:28px;}
.sm-blue a.home:hover, .sm-blue .selected a.home{background-position:bottom center;}
.sm-blue-vertical a{padding:9px 40px 8px 23px;background:#3193c0;}
.sm-blue ul a{margin:0;padding:5px 15px;background:transparent;color:#372E2C;font:normal 12px/15px 'Gotham-Book',Arial,Helvetica,sans-serif;box-shadow:none !important;}
.sm-blue ul li:hover, .sm-blue ul li:hover >a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul .selected >a, .sm-blue ul .selected >a, .sm-blue li#hasChildren ul .selected >a{background:#FF9100;color:#FFF;}
.sm-blue ul .selected >a{background:#F8F8F6;font-family:'Gotham-Book', Arial, Helvetica, sans-serif}
/* 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:#006892;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.3);box-shadow:none;}
/* round the left corners of the first item for horizontal main menu */
.sm-blue > li:first-child > a{}
/* round the corners of the first and last items for vertical main menu */
.sm-blue-vertical > li:first-child > a{border-radius:8px 8px 0 0;}
.sm-blue-vertical > li:last-child > a{border-radius:0 0 8px 8px;}
.sm-blue a.has-submenu{}

/* Sub menu indicators
===================*/
.sm-blue a span.sub-arrow{display:none;}
.sm-blue-vertical a span.sub-arrow, .sm-blue 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-blue li{margin:0 4px;}
.sm-blue li:first-child{margin-left:0;}
.sm-blue-vertical li, .sm-blue ul li{border-left:0;margin: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;}
.sm-blue span.scroll-up-arrow, .sm-blue span.scroll-down-arrow{position:absolute;top:-2px;left:50%;margin-left:-8px;width:0;height:0;overflow:hidden;border-width:8px;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;}











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
