.sg_menu .section .charts_list,
.sg_menu .section .articles_list,
.sg_menu .section .subnav_a {
	display: none;
}

.sg_menu .section .subnav_static {
	display: block;
}

/* all ULs */
.sg_menu {border-right:1px solid #999;font-weight:bold;}
/* nested ULs (reset) */
.sg_menu ul {border-right:0;}
/* all LIs */
.sg_menu li {list-style-type:none;border-bottom:1px solid #666;border-top:1px solid #fff;border-right:1px solid #fff;}
/* nested LIs (reset) */
.sg_menu ul li {border:0;border-bottom:1px solid #ccc;}
/* all As (anchors) */
.sg_menu a {text-decoration:none;display:block}
/* Anchors in the nested ULs */
.sg_menu ul a {color:#0c2d83;}

/* main sections (collapsed) */
.sg_menu li.section a,
.sg_menu li.sectionActive a {
	padding: 6px 4px;
	/* sg orange */
	border-left: 5px solid #f99e30;
}

ul.sg_menu li.hotelLinks a,
ul.sg_menu li.hotelLinks a:link,
ul.sg_menu li.hotelLinks a:visited {
	color:#fff;
	border-left: 5px solid #5E9949;
}

.sg_menu .hotelLinks,
.sg_menu .sectionActive,
.sg_menu .sectionActive a,
.sg_menu .section a:hover {
	background:#60709D;
	color:#fff;
}

.sg_menu .hotelLinks .subnav_a a,
.sg_menu .hotelLinks .subnav_a a:visited,
.sg_menu .hotelLinks .subnav_a a:link,
.sg_menu .subnav_a a,
.sg_menu .subnav_a a:visited,
.sg_menu .subnav_a a:link
{
	border-color:#fff #D5E2FD #D5E2FD;
	background:#F7FAFD;
	color:#0C2D83;
}

/* anchors in the top list items */
.sg_menu .subnavAActive a,
.sg_menu .subnavAActive a:visited, .sg_menu .subnavAActive a:link,
.sg_menu .subnav_a a:hover,.sg_menu .subnav_a a:active,.sg_menu .subnav_a a:focus,
.sg_menu .hotelLinks .subnav_a a:hover
{
	background:#ffc;
}

/* anchors in the nested ULs (Airlines AND Planes) */
.sg_menu li li a,
.sg_menu li li a:visited,
.sg_menu li li a:link  {
	border-color:#D5E2FD;
	background:#f7fafd;
	border-top:1px solid #fff;
	padding:2px 4px
}

.sg_menu li.sectionActive ul.subnav_a ul.subnav_b a {
	border-color: #0c2d83;
}

/* different border color for the 3rd level menu */
.sg_menu .subnav_b a,
.sg_menu .subnav_b a:visited,
.sg_menu .subnav_b a:link
{
	border-color:#0c2d83;
	background:#eaeff4;
	font-size: .85em;
	line-height: 18px;
}

.sg_menu li .subnav_a li a.article { font-size: .85em;}

/* because of the difference in border color we need to hide the horizontal border that would not look nice */
#navContent .sg_menu ul.subnav_b li {border-bottom: 0px;}

/* anchors in the 3rd level List */
.sg_menu .subnav_b .subnavBActive a,
.sg_menu .subnav_b .subnavBActive a:link,
.sg_menu .subnav_b .subnavBActive a:visited,
.sg_menu .subnav_b a:hover,
.sg_menu .subnav_b a:active,
.sg_menu .subnav_b a:focus
{background:#feb967;}

