/*** ALL MENUS ***/
nav {
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
}
nav em {
    font-style: italic;
}

/* should be in responsive if we keep the current menu dom. */
body.responsive div.menu.dropdown ul ul li { display: table; }

/*** CATAGORY LANDING MENU ***/
.list-menu ul.level-1 {
}
.list-menu ul.level-1 li {
	float: left;
    margin-right: 5%;
    padding-bottom: 10px;
    width: 100%
}
.list-menu ul.level-1 li:last {
    margin-right: 0;
}
.list-menu ul.level-1 li h2 {
    margin-bottom: 0;
}
.list-menu ul.level-1 li h2 a {
    color: #333333;
    font-family: omnes_attmedium,'helvetica neue',helvetica,sans-serif;
    font-size: 18px;
}
.list-menu ul.level-2 {
	padding-top: 30px;
    border-top: 1px solid #E4E4E4;
}
.list-menu ul.level-2 li {
	float: none;
    margin: 0;
}
.list-menu-row {
	clear: both;
}

/*** CATEGORY SUPPORT MENU ***/
.category-menu {
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
    font-weight: bold;
    padding: 25px 10px 35px 0;
    width: 260px;
}
.category-menu em {
    font-style: italic;
}
.category-menu header {
	clear: both;
    font-size: 13px;
}
.category-menu header,
.category-menu .level-1 {
    margin: 0;
}
.category-menu .level-1 li {
    margin: 0;
}
.category-menu header,
.category-menu .level-1 a {
    display: block;
    color: #333333;
    overflow: hidden;
    padding: 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.category-menu li.active > a {
    background: none repeat scroll 0 0 #F4F4F4;
    border-radius: 18px 18px 18px 18px;
}
.category-menu .level-1 li {
    color: #333333;
    font-size: 1.08em;
    line-height: 2.5em;
}
.category-menu .level-1 li a {
    color: #333333;
}
.category-menu .level-1 li a:hover {
    color: #000000;
}
.category-menu .fancy-select {
	float: none;
    margin: 8px 5px 0;
    width: 215px;
}
.category-menu aside .fancy-select {
    display: inline-block;
    margin: -3px 0 0 10px;
    padding-right: 22px;
    vertical-align: middle;
    width: auto;
}
.category-menu aside .fancy-select .cover {
    border: 1px solid #E5E5E5;
    box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.03);
    height: 30px;
    padding-right: 20px;
}
.category-menu aside .fancy-select .cover .text {
    color: #333333;
    font-size: 12px;
    line-height: 30px;
}
.category-menu aside .fancy-select .arrow {
    opacity: 0.8;
    right: 14px;
    top: 14px;
}

/*** SECONDARY MENU ***/
.secondary-menu-nav div.menu.dropdown ul.menuDepth_1 li {
	float: left;
	line-height: normal;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 40px;
	padding: 10px 0;
}
.secondary-menu-nav div.menu.dropdown ul.menuDepth_1 > li.current {
	float: left;
	line-height: normal;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 40px;
	padding: 10px 0;
	background-color: white;
	color: orange;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.secondary-menu-nav div.menu.dropdown .menuDepth_1 ul ul {
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 48px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D1D1D1;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	width: 200px;
	z-index: 9999;
}
.secondary-menu-nav	div.menu.dropdown ul ul.menuDepth_2 li {
	float: none;
	position: relative;
	border-bottom: 1px solid #E2E2E2;
	margin: 5px;
	padding: 8px 10px;
	text-align: left;
	list-style: none;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.secondary-menu-nav	div.menu.dropdown ul ul.menuDepth_2 li a {
	color: #666666;
	font-size: 16px;
	padding: 0;
	text-align:left;
	vertical-align: middle;
	display: inline-block;
}
.secondary-menu-nav div.menu.dropdown ul.menuDepth_1 li a.expands:after {
	background: url("../images/icon-plus.png") no-repeat scroll 0 0 transparent;
	content: "";
	height: 6px;
	pointer-events: none;
	position: absolute;
	right: auto;
	top: 28px;
	width: 6px;
	margin-left: 8px;
}
.secondary-menu-nav div.menu.dropdown ul.menuDepth_1 li a.expands:after {
	background: url("../images/icon-plus.png") no-repeat scroll 0 0 transparent;
	content: "";
	height: 6px;
	pointer-events: none;
	position: absolute;
	right: auto;
	top: 28px;
	width: 6px;
	margin-left: 8px;
}
.secondary-menu-nav div.menu.dropdown ul.menuDepth_1 li a:expands:hover {
	color: white;
}
.secondary-menu-nav div.menu.dropdown ul.menuDepth_1 > li a:hover {
	color: white;
}
.secondary-menu-nav div.menu.dropdown ul.menuDepth_2 > li a:hover {
	color: #44c8f5;
}
.secondary-menu-nav	div.menu.dropdown ul.menuDepth_1 li a.expands:hover:after {
	background-position: 0 -6px;;
	color: white;
}
/*** END SECONDARY MENU ***/

/*** TIER MENU ***/
.tier-menu {
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
    font-weight: bold;
    padding: 25px 10px 35px 0;
    width: 260px;
}
.tier-menu em {
    font-style: italic;
}
.tier-menu .level-1, 
.tier-menu .level-2, 
.tier-menu .level-3 {
    margin: 0;
}
.tier-menu .level-1 li, 
.tier-menu .level-2 li, 
.tier-menu .level-3 li {
    margin: 0;
}
.tier-menu .level-1 a, 
.tier-menu .level-2 a, 
.tier-menu .level-3 a {
    display: block;
    overflow: hidden;
    padding: 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tier-menu li.active > a {
    background: none repeat scroll 0 0 #F4F4F4;
    border-radius: 18px 18px 18px 18px;
}
.tier-menu .level-1 li {
    color: #333333;
    font-size: 1.08em;
    line-height: 2.5em;
}
.tier-menu .level-1 li a {
    color: #333333;
}
.tier-menu .level-1 li a:hover {
    color: #000000;
}
.tier-menu .level-2 {
    margin-left: 17px;
}
.tier-menu .level-2 li {
    font-size: 1em;
    font-weight: normal;
}
.tier-menu .level-2 li a {
    color: #0574ac;
}
.tier-menu .level-2 li a:hover {
    color: #44c8f5;
}
.tier-menu .level-3 li {
    font-size: 1.08em;
    line-height: 2.08em;
}
.tier-menu .level-3 li a {
    color: #666666;
}
.tier-menu .level-3 li a:hover {
    color: #333333;
}
.tier-menu .level-1 a, 
.tier-menu .level-2 a, 
.tier-menu .level-3 a {
    padding: 9px 14px;
}
.tier-menu li.active {
    border-left: medium none;
}
.tier-menu li.active > a {
    color: #ef6f00;
    font-weight: bold;
}
.tier-menu li.active > a:hover {
    color: #ef6f00;
}
.tier-menu .level-1 li {
    font-size: 13px;
    line-height: normal;
}
.tier-menu .level-2 {
    margin: 9px 0 9px 15px;
}
.tier-menu .level-2 li {
    border-left: 1px solid #E7E7E7;
    color: #CCCCCC;
    line-height: 16px;
}
.tier-menu .level-2 li:first-child {
    margin-top: 0;
    padding-top: 4px;
}
.tier-menu .level-2 li a {
    font-size: 12px;
}
.tier-menu .level-2 li:last-child {
    padding-bottom: 4px;
}
.tier-menu .level-2 li a,
.tier-menu .level-2 li a:hover {
    color: #333333;
    padding: 5px 14px;
}
.tier-menu .level-2 li.active {
    background: none repeat scroll 0 0 #F4F4F4;
    border-radius: 18px 18px 18px 18px;
    list-style: disc inside none;
    margin: 9px 0 8px -16px;
    padding: 5px 14px;
}
.tier-menu .level-2 li.active > a {
    color: #ef6f00;
    display: inline;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tier-menu .level-3 {
    margin: 9px 0 9px 25px;
}
.tier-menu .level-3 li a {
    color: #666666;
}
.tier-menu .level-3 li a:hover {
    color: #333333;
}

/*site map*/
.site-map-item .tier-menu.full-width {
	width: 100%;
	clear: both;
}
.site-map-item .tier-menu.full-width ul.level-1 > li{
	float: left;
}
.site-map-item .tier-menu.full-width ul.level-1 > li.last{
	clear: both;
}
.site-map-item .tier-menu.full-width ul.level-1 > li > a:first-child{
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 15px;
	white-space: normal;
	height: 40px;
	text-decoration: underline;
	color: #0574ac;				
}
.site-map-item .tier-menu.full-width ul.level-1.with-3-columns > li {
	width: 32%;
	margin-right: 1%;
}
.site-map-item .tier-menu.full-width ul.level-1.with-4-columns > li {
	width: 23%;
	margin-right: 1%;
}
.site-map-item .tier-menu.full-width ul.level-1.with-2-columns > li {
	width: 48%;
	margin-right: 1%;
}
.site-map-item .tier-menu.full-width ul.level-1.with-5-columns > li {
	width: 18%;
	margin-right: 1%;
}
.site-map-item .tier-menu.full-width .level-2 li {
	border-left: none;
}
.site-map-item .tier-menu.full-width .level-2 {
	margin: 0;
}
.site-map-item .tier-menu.full-width .level-2 a {
	color: #0574ac;
}
.site-map-item .content-item-body {
	clear: both;
}
.site-map-item .list-menu-row li h2, .site-map-item .list-menu-row li h2 a {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #E4E4E4;
	color: #0574ac;
	height: 40px;
	margin-bottom: 15px;
	text-decoration: underline;
	white-space: normal;
}
.site-map-item  div.list-menu-row {
	display: inline;
	margin-right: 1%;
	width: 23%;
	float: left;
}
/*end site map*/

/*start menutype:list */
section.menu.list ul, div.menu.list ul {
	list-style-type: none;
	font-size: 1em;
	padding: .1em 0em .1em 1em;	
	text-indent: -1em;
}
section.menu.list li, div.menu.list li {
	line-height: normal;
	margin: 0px;
}
/*end menutype:list */

/*start menutype:dropdown */

div.menu.dropdown {
	cursor: pointer;
	display: inline-block;
	position: relative;
	float: left;
}

div.menu.dropdown ul ul {
	display: none;
}

div.menu.dropdown ul li:hover > ul {
	display: block;
}

div.menu.dropdown a {
	line-height:normal;
}


div.menu.dropdown ul {
	list-style: none;
	position: relative;
	display: inline-block;
}
	div.menu.dropdown ul:after {
		content: ""; 
		clear: both; 
		display: block;
	}

	div.menu.dropdown ul li {
		float: left;
		line-height: normal;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		div.menu.dropdown ul li > a{
			display: block;
			text-decoration: none;
			color: #666666;
			font-weight: bold;
			padding: 10px 12px;
			line-height: normal;
		}
		div.menu.dropdown ul li:hover > a {
			color: #0574ac;
		}
		
	div.menu.dropdown ul ul {
		border-radius: 0px;
		padding: 0;
		position: absolute;
		top: 35px;
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #D1D1D1;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
		width: 200px;
		z-index: 9999;
	}
	
	.secondary-menu-nav div.menu.dropdown ul ul {
		border-radius: 0px;
		padding: 0;
		position: absolute;
		top: 48px;
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #D1D1D1;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
		width: 200px;
		z-index: 9999;
	}
	
	
		div.menu.dropdown ul ul:after, div.menu.dropdown ul ul:before {
			border: medium solid transparent;
			bottom: 100%;
			content: " ";
			height: 0;
			pointer-events: none;
			position: absolute;
			width: 0;
			}
		div.menu.dropdown ul ul:before {
			border-color: rgba(209, 209, 209, 0) rgba(209, 209, 209, 0) #D1D1D1;
			border-width: 9px;
			left: 15%;
			margin-left: -9px;
			}
		div.menu.dropdown ul ul:after {
			border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #FFFFFF;
			border-width: 8px;
			left: 15%;
			margin-left: -8px;
			}
		div.menu.dropdown ul ul li {
			float: none;
			position: relative;
			border-bottom: 1px solid #E2E2E2;
			margin: 0;
			padding: 8px 10px;
			text-align: left;
			list-style: none;
			display: block;
			width: 100%;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
		}
			div.menu.dropdown ul ul li a {
				color: #666666;
				font-size: 13px;
				padding: 0;
				text-align:left;
				vertical-align: middle;
				display: inline-block;
			}
				div.menu.dropdown ul ul li a:hover {
					color: #0574ac;
				}
		
	div.menu.dropdown ul ul ul {
		position: absolute;
		left: 100%;
		top:0;
		
		border-radius: 0px;
		padding: 0;
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #D1D1D1;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
		
	}
		div.menu.dropdown ul ul ul:before {
			border-color: transparent;
			border-width: 0;
			left: 0;
			top: 0;
			margin-left: 0;
			}
		div.menu.dropdown ul ul ul:after {
			border-color: transparent;
			border-width: 0;
			left: 0;
			top: 0;
			margin-left: 0;
			}
	
	div.menu.dropdown ul li a.expands {
		margin-right: 15px;
	}
	div.menu.dropdown ul li a.expands:after {
		background: url("../images/icon-plus.png") no-repeat scroll 0 0 transparent;
		content: "";
		height: 6px;
		pointer-events: none;
		position: absolute;
		right: auto;
		top: 16px;
		width: 6px;
		margin-left: 8px;
	}
	div.menu.dropdown ul li a.expands:hover:after {
		background-position: 0 -6px;
	}
/*end menutype:dropdown */


/*start menutype:accordion */
	/* main accordion div wrapper */
	.menu.accordion {
		border-bottom: 1px solid #a2a194;
		font-family: 'helvetica neue', helvetica, arial, sans-serif;
	}
	
	/* Accordion title */
    label.menuTitle.accordion {
        padding: 10px 0;
		line-height: 30px;
        background: #66665e;
        background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
        background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
        background: linear-gradient(#66665e 0%, #45463d 100%);
        border: 1px solid #45463d;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
		display: block;
		color:#ffffff;
		font-weight:bold;
		text-align:center;
    }
	/* accordion styles */
    .accordion {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        font-weight: normal;
        text-decoration: none;
        line-height: normal;
        position: relative;
		width: auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;	
    }
	
	/* accordion h3 styles */
    .accordion h3 {
        margin: 0;
        padding: 11px;
        border: 0;
        list-style: none;
        font-weight: normal;
        text-decoration: none;
        line-height: 24px;
        font-size: 14px;
        position: relative;
		color:#FFF;
    }
	.accordion h3.ui-state-default{
		background: #0574ac;
	}
	
	.accordion h3.ui-state-default:hover{
		background: #44c8f5 ;
	}
	
	.accordion h3.ui-state-active{
		background: #ef6f00;
	}
	
	.accordion h3.ui-state-active:hover{
		background: #fcb314 ;
	}
	.accordion h3.ui-state-default span {
		color:#FFF;
	}
	.accordion h3.ui-state-default span {
		background: url("../images/icon_plus.html") 96% center no-repeat;
		display: block;
	}
	
	.accordion h3.ui-state-active span {
		background: url("../images/icon_minus.html") 96% center no-repeat;
		display: block;
	}
	
	/* accordion div expanded sub items */
    .accordion .subnav {
        line-height: normal; 
        padding: 0;
        background: #FFF;
        border-right: 1px solid #a2a194;
        border-left: 1px solid #a2a194;
        border-bottom: 1px solid #d4d4d4;
        border-top: none;
        background: #f7f7f7;
        background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
        background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
        background: linear-gradient(#f7f7f7 0%, #ececec 100%);
    }
   
    .accordion .subnav a {
		margin: 0;
        border: 0;
        list-style: none;
        text-decoration: none;
        line-height: 20px;
        position: relative;
        padding: 10px 25px;
        display: block;
        color: #666666;
        font-size: 12px;
        font-weight: normal;
    }
	.accordion .subnav a img {
		float:right;
	}
    .accordion .subnav a:before {
        content: '\00BB';
        position: absolute;
        left: 10px;
        color: #ef6f00;
		line-height: 18px;
    }
    .accordion .subnav a:hover {
        color: #ef6f00;
    }
	
/*end menutype:accordion */

/*menutype:scroll */

label.scroll {
	float: left;
	font-size: 25px;
	color: #333333;
	font-family: omnes_attmedium,'helvetica neue',helvetica,sans-serif;
	line-height: 30px;
	white-space: nowrap;
	font-weight: normal;
	position: relative;
	width: 960px;
	padding: 15px 0;
	margin-left: 120px;
	margin-right: 120px;
}

/*end menutype:scroll */

/*start menutype:select */

select {
	border:1px solid #e5e5e5;
	text-indent: 0.01px;
	width: inherit;
	height: 36px;
	cursor:pointer;
	padding: 5px 10px;
	margin: 4px;
	display:inline-block;
	outline: none;
	font: 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	color: #333333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	appearance:none;
	-webkit-appearance:none; /* Safari and Chrome */
	-moz-appearance: none; /* Firefox */
	background-color:#fcfcfc;
	background-image:-moz-linear-gradient(top,#fff,#f7f7f7);
	background-image:-ms-linear-gradient(top,#fff,#f7f7f7);
	background-image:url("../images/select_arrow.png"),-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f7f7f7));
	background-image:url("../images/select_arrow.png"),-webkit-linear-gradient(top,#fff,#f7f7f7);
	background-image:url("../images/select_arrow.png"),-o-linear-gradient(top,#fff,#f7f7f7);
	background-image:url("../images/select_arrow.png"),linear-gradient(top,#fff,#f7f7f7);
	background-position: right !important; 
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f7f7f7',GradientType=0);
	box-shadow:0 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.25);
}


select[disabled],
select[disabled]:hover
{
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #999999;
}

/*end menutype:select */

/*menutype:tree */

.hierarchical .level-1 { margin: 0px; }
.hierarchical .level-2 { margin: 0 0 0 10px; font}
.hierarchical .level-3 { margin: 0 0 0 20px; }
.hierarchical .level-4 { margin: 0 0 0 30px; }
.hierarchical .level-5 { margin: 0 0 0 40px; }
.hierarchical .listlevel-1 { font-weight: bold; }
.listlevel-1 {font-weight: bold; }
.hierarchical li .list-big { font-size: 14px; }
.hierarchical li .list-med { font-size: 12px; }
.hierarchical li .list-small { font-size: 10px; }

/*end menutype:tree */

/*start menutype:leftnav */

div.menu.leftnav {
	float:left;
	width:260px !important;
	padding-left:20px;
	padding-top: 20px;
	box-shadow: 2px 0 5px #f4f4f4 inset;
	overflow-y: auto;
	overflow-x: hidden;
}

div.menu.leftnav.stick {
    position: fixed;
    z-index: 10000;
	top:20px;
}

#header-title .sub-header.stick {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 1200px;
}

.menuTitle.leftnav {
	display:none;
}

div.leftNavMain {
	position:relative;
	float:right;
	width:900px;
	border-left: 1px solid #ececec;
	box-shadow: 2px 0 5px #f4f4f4 inset;
}

div.leftNavMain .rightSectionPadding {padding:20px 20px 0 20px;}

div.menu.leftnav li {
	padding: 0;
	margin: 0;
}

div.menu.leftnav li > a {
	display: block;
	overflow: hidden;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
 div.menu.leftnav ul.menuDepth_1 li a {
	color: #333333;
	font-size:13px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
}

div.menu.leftnav ul.menuDepth_1 li > a.highlighted {
    background: none repeat scroll 0 0 #dadada;
    border-radius: 18px 18px 18px 18px;
}

div.menu.leftnav ul.menuDepth_2 li > a {
	color: #0574ac;
	font-size:11px;
	font-weight: normal;
	height: 27px;
	line-height: 27px;
	margin-top: 2px;
}
div.menu.leftnav ul.menuDepth_3 li > a {
	font-size:10px;
}

div.menu.leftnav ul.menuDepth_2 li > a:hover {
    color: #44c8f5;
}

div.menu.leftnav ul.menuDepth_2  li > a.highlighted {
	background: none repeat scroll 0 0 #eeeeee;
	border-radius: 18px 18px 18px 18px;
}

div.menu.leftnav ul.menuDepth_1 li > ul {
	margin-left: 17px;
}

div.menu.leftnav ul.menuDepth_2 {
	display:none;
}

.leftnavtop.back-to-top {
    position: fixed;
    z-index: 9999;
    right: 15%;
    bottom: 80px;
}

.leftnavtop.back-to-top a {
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    border-radius: 140px;
    background: #f4f4f4 url('../images/back-arrow.png') no-repeat center 10px;
    background-size: 18px;
    display: inline-block;
    height: 40px;
    text-indent: -9999px;
    width: 40px;
}
/*end menutype:leftnav */


/*start menutype:panel */

div.menu.panel {
	display: inline-block;
	position: relative;
	float: left;
}
div.menu.panel ul.menuDepth_2 { display: none; }

/*div.menu.panel ul.menuDepth_1 li > ul, */
div.menu.panel ul.menuDepth_1 li:hover > ul { display: block; }

div.menu.panel a { line-height:normal; }

div.menu.panel ul {
	list-style: none;
}
	div.menu.panel ul:after {
		content: ""; 
		clear: both; 
		display: block;
	}
	div.menu.panel ul li {
			float: left;
			line-height: normal;
			margin: 0;
			padding: 0;
			list-style: none;
		}

		div.menu.panel ul ul li { 
			float: none; 
		}
	
		div.menu.panel ul li > a{
			display: block;
			text-decoration: none;
			color: #666666;
			font-weight: bold;
			padding: 10px 12px;
			line-height: normal;
		}
		div.menu.panel ul li:hover > a {
			color: #0574ac;
		}
		div.menu.panel ul li > a.button.small {font-weight:normal!important;} /* header-common overwrite */
		
		div.menu.panel .menuDepth_1 li:hover > a.expands {
			background-color: #0574ac;
			color: #ffffff!important;
		}

	div.menu.panel ul.menuDepth_1 li a.expands {
		margin-right: 0px;
		padding: 10px 27px 10px 12px!important;
	}
	
	div.menu.panel .menuDepth_1 li a.expands:after {
		background: url("../images/icon-plus.png") no-repeat scroll 0 0 transparent;
		content: "";
		height: 6px;
		pointer-events: none;
		position: absolute;
		right: auto;
		top: 16px;
		width: 6px;
		margin-left: 8px;
	}

			div.menu.panel ul ul li a {
				color: #666666;
				font-size: 13px;
				padding: 0;
			}
				div.menu.panel ul ul li a:hover {
					color: #0574ac;
				}
		

		div.menu.panel ul ul ul:before {
			border-color: transparent;
			border-width: 0;
			left: 0;
			top: 0;
			margin-left: 0;
			}
		div.menu.panel ul ul ul:after {
			border-color: transparent;
			border-width: 0;
			left: 0;
			top: 0;
			margin-left: 0;
			}
	div.menu.panel ul .apis-nav ul ul {
		position: relative;
		left: 0;
		top:0;
		border-radius: 0px;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		box-shadow: none;
		
	}
	div.menu.panel ul .apis-nav ul ul li {
		border:none;
	}

div.menu.panel ul.menuDepth_1 { display:block; }
div.menu.panel ul.menuDepth_2 { 
	padding: 10px 12px;
	position: absolute;
	top: 35px;
	background: none repeat scroll 0 0 #f6f6f6;
	border: 3px solid #dadada;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	width: auto;
	z-index: 9999;
}
div.menu.panel ul.menuDepth_2  li span {
	color: #0574ac;
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
	white-space: nowrap;
}
div.menu.panel ul.menuDepth_2  li {
	display: table-cell;
	vertical-align: top;
	width: auto;
	margin: 0;
	padding: 8px 10px;
	text-align: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

div.menu.panel ul.menuDepth_3 li { width: 100%; display: table-row; }
div.menu.panel ul.menuDepth_3 li a { display: table-cell; vertical-align: middle; border-bottom: 1px solid #e2e2e2; white-space: nowrap; }
div.menu.panel ul.menuDepth_3 li a li a{ display: inline-block; }
div.menu.panel ul.menuDepth_4 li { display: table-cell; width: auto; border-bottom: none;}

div.menu.panel ul.menuDepth_3 { 
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	width: auto;
	padding: 0px;
	display: table!important;
	background-color: #ffffff;
}
div.menu.panel ul.menuDepth_4 { 
	display: table-cell!important;
	padding: 0px;
	border-bottom: 1px solid #e2e2e2;
 }

 div.menu.panel ul.menuDepth_4 li a {
	border-bottom: none; 
	}
 
div.menu.panel ul.menuDepth_5 {
	display: inline-block;
	position: relative;
}

.show-more {display: none;}
@media only screen and (max-width: 768px) {

	body.responsive div.menu.leftnav {float: none; height: auto !important; width: 100% !important;}
	
	body.responsive div.leftNavMain {
		position: static;
		float: none;
		width: 100%;
	}
	
	body.responsive div.menu.leftnav.topNavLogo,
	body.responsive div.menu.leftnav.stick {
		position: static;
		z-index: 10000;
		top:20px;
	}

	body.responsive #header-title .sub-header.stick {
		position: static;
		top: 0;
		z-index: 1000;
		width: 1200px;
	}
	
	body.responsive div.menu.leftnav ul.menuDepth_2 {
		display: block;
	}
	body.responsive div.menu.leftnav ul.menuDepth_2 {
		display: block;
	}
	
	body.responsive .rightSectionPadding {
		width:90%;
		max-height: 200px;
		overflow:hidden;
	}
	body.responsive .rightSectionPadding.maximize {
		max-height: 10000000px;
	}
	body.responsive .back-to-top {display: none;}
	body.responsive .back-to-top-link {display: block; float: right; margin-top: 20px;}
	body.responsive div.menu.leftnav ul.menuDepth_1 li a {font-size: 20px; }
	body.responsive div.menu.leftnav ul.menuDepth_2 li a {font-size: 16px; }
	body.responsive .show-more {display: block; padding:20px 20px 40px 0; border-bottom: 1px solid #E7E7E7}
	body.responsive .show-more a {float: right;}
	body.responsive .show-more a::after {;
		content:''; 
        position: absolute; 
		width: 0; 
		height: 0; 
		margin: -2px 10px 0 10px;
	}
	body.responsive .show-more a.less::after {
		margin: -5px 10px;
		border-bottom: 15px solid #009ADD;
		border-top: 10px solid transparent;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}
	body.responsive .show-more a.more::after {
		margin: 0 10px;
		border-top: 15px solid #009ADD;
		border-bottom: 10px solid transparent;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}


	body.responsive .leftNavMain table.table-acw {
		overflow-x: auto;
		display: block;
	}
}