﻿/******************************************
/* Style for main menu bar (dark colour) */
/*****************************************/

/* Current page */
.nav-menu > li > a.menuactive
{	
    font-weight: bold;
    color: #fff;
}

.sub-nav-activator:after {	
	display: inline-block;
	   width: 0.68em; 
	   height: 0.85em !important; 
	   margin: 0em;
	   content: "";
	   background: url("/images/arrow_down.gif") no-repeat 0 0;
	   background-size: 100%;
	   float: right;
	   padding:0.25em 0.5em;
       margin-top: 0.36em;
}

.sub-nav-activator::after {	
	display: inline-block;
	   width: auto !important;
	   margin-left: 0.4em;
	   content: "";
	   background: url("/images/arrow_down.gif") no-repeat 0 0;
	   background-size: 100%;
	   float: right;
}

.sub-nav a.menuactive
{
    font-weight: bold;
}

/* mega menu list */
.nav-menu {
	display: block;
	position: relative;
	list-style: none;
	margin: 0em 2em 0em 0em;
	padding: 0;
	z-index: 5900;
}

/* h1 headings within the menu */
.nav-menu h1
{	
	font-size: 1.2em;
	font-weight: normal;
	   margin-top: 1.3em;
	   margin-bottom: 0.5em;
	   padding-bottom: 0.5em;
	   border-bottom: 0.1em solid #d0d0d0; 
	   color: #000000;
}

/* h2 headings within the menu */
.nav-menu h2
{
	font-weight: normal;
	color: #000000;
}

/* a top level navigation item in the mega menu */
.nav-item {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0em 0.65em;
}

/* first descendant link within a top level navigation item */
.nav-item > a {	
	position: relative;
    display: inline-block;
    padding: 0.5em;
    margin: 0em;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0em;
    text-decoration: none;
}

/* focus/open states of first descendant link within a top level 
   navigation item */
.nav-item > a:focus,
.nav-item > a.open {
	background: #fff;
	color: #000 !important;
}

/* open state of first descendant link within a top level 
   navigation item */
.nav-item > a.open {	border-color: #003D59;
	background-color: #fff !important;
	/* border: 0.2em solid #003D59; */
	z-index: 1;
	/* -webkit-border-top-left-radius: 10px; */
	/* -webkit-border-top-right-radius: 10px; */
	/* -moz-border-radius-topleft: 10px; */
	/* -moz-border-radius-topright: 10px; */
	/* border-top-left-radius: 10px; */
	/* border-top-right-radius: 10px; */
	/* border-bottom: none; */
	z-index: 5999;
	color: #000000;
}

/* sub-navigation panel */
.sub-nav {
position: absolute;
display: none;
margin-top: -3px;
border: 0.2em solid #003D59;
color: black;
min-width: 6em;
z-index: 5901;
margin-left: -0.16em;
-webkit-border-radius: 7px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 7px;
-moz-border-radius-topleft: 0;
border-radius: 4px;
border-top-left-radius: 0;
background-color: #ffffff;
padding: 1em;
left: auto;
width: auto;
/*box-shadow: 5px 5px 5px #cccccc;*/
}

.sub-nav select 
{
    max-width: 14em;
}

.sub-nav input[type="button"] 
{
    display: block;
    margin-left: 0em !important;
    min-width: 12em;
}

/* Bring the first h1 up to top edge of sub-menu */
.sub-nav-group li:first-child h1, .sub-nav > h1:first-child {
    margin-top: 0em;
}

.sub-nav a
{
	text-decoration: none;
	white-space: nowrap;
}

.sub-nav-group {
}

/* focus/open states of links in a sub-nav */ 
.sub-nav a:focus,
.sub-nav a:hover,
.sub-nav a:active {	
	color: #E62424;
}

/* sub-navigation panel open state */
.sub-nav.open {
	display: block;
}

/* list of items within sub-navigation panel */
.sub-nav ul {
	display: inline-block;
	vertical-align: top;
	margin: 0 1em 0 0;
	padding: 0;
}

/* list item within sub-navigation panel */
.sub-nav li {
	display: block;
	list-style-type: none;
	margin: 0.3em;
	padding: 0;
}

.nav-new-section {
	display: block;
	padding-top: 0.5em;
}

.nav-new-section::after {
    content: ':';
}

.nav-my-account 
{
    background: #f1f1f1;
    position: absolute;
    right: 2em;
    color: #333;-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 1.7em;
    margin-top: 0.35em;
}

.nav-my-account > a.open
{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#A7 { color: #333 !important; font-weight: bold; padding: 0.2em 1em 0em 1em; }

#A8 
{
    margin-right: 7em;
}

.nav-my-account .sub-nav 
{
    right: -0.2em;
}

/************************************
/* Style for Light-weight menu bar  */
/************************************/
nav.menulight {
}

/* mega menu list */
.menulight .nav-menu {	
	z-index: 50;
    padding: 0em;
}

/* h1 headings within the menu */
.menulight .nav-menu h1
{
}

/* h2 headings within the menu */
.menulight .nav-menu h2
{
}

/* a top level navigation item in the mega menu */
.menulight .nav-item 
{
    margin: 0em 0.5em 0em 0.2em;
}

/* first descendant link within a top level navigation item */
.menulight .nav-item > a {	
 /* min-width: 14em; */
color: #262ABF;
padding: 0.2em 0.5em;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 0.2em solid #fff;
text-align: center;
text-transform: capitalize;
}


/* focus/open states of first descendant link within a top level 
   navigation item */
.menulight .nav-item > a:focus,
.menulight .nav-item > a:hover 
{
    background: #efefef;
}

/* open state of first descendant link within a top level 
   navigation item */
.menulight .nav-item > a.open {	
	background: #ffffff;
	color: #b20019;
	border-width: 0.2em;
	border-color: #092d45;
	border-radius: 0em;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	z-index: 60;
	width: 19em;
	padding-left: 2.9em;
	font-weight: bold;
}

/* sub-navigation panel */
.menulight .sub-nav {	
	margin-top: -0.1em;
	margin-left: 2em;
	-webkit-border-radius: 2px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 2px;
	   -moz-border-radius-topleft: 0;
	border-radius: 2px;
	border-top-left-radius: 0;
    /*border: 0.12em solid #8391C9;*/
	background-color: #ffffff;
	padding: 0.5em;
	min-width: 15em;
	z-index: 59;
	left: auto;
	width: auto;
}

.sub-nav h2 {
    font-size: 1em !important;
    color:#443a3a !important
}