/*********************************************************************************************
 * megamenu.css
 *
 * Copyright: (C) OmPrompt 2015
 *
 * IP owned by OmPrompt Ltd.
 * This software is CONFIDENTIAL to OmPrompt Ltd. It is not to be shared
 * with third parties without written permission and consent and
 * a non-disclosure agreement in place.
 *
 * Overview: Mega-menu version of navigation.
 *
 *
 * Date             DTS             Name                Description
 * DD/MM/YYYY       NNNNNN          Yvonne A            Mega-menu version of navigation.
 *********************************************************************************************/


/* search box */


.globalsearchbox
{
	float:right;
	z-index: 1;
	color: #fff;
	padding: 0;
	margin: 0 1em;
}

.gosearch
{
	vertical-align: middle;
}

/* menu elements */

.megamenu
{
	width: 99%;
    list-style: none;
    margin: 0 auto;
	padding: 0 1.25em;
    height: 2em;
	background-color: #000;
	color: #fff;
}

.megamenu li.level1
{
    float: left;
    display: block;
    text-align: center;
    position: relative;
    padding: 0.25em 0.5em;
    margin: 0.1em 0;
}


.megamenu a
{
	color: #fff;
}

.megamenu a:hover
{
	text-decoration: none;
	background-color: #404041;
	color: #B3D335;

}

.level1 a
{
	font-weight: bold;
    padding: 4px;
}

.level1
{
    border-right: 1px solid #ccc;
}

.level3 a
{
	font-weight: normal;
	border-bottom: 0;
	color: #fff;
	margin: 0;
}

.default .subnav a:hover,
.white .subnav a:hover
{
	background-color: #B3D335;
	color: #000;
}

.green a:hover
{
	background-color:  #fff;
}

.level3
{
	color: #000;
	padding: 0;
	margin-top: 0;
}

.subnav
{
    margin: 4px auto;
    padding: 10px 5px 10px 5px;
    box-shadow: 5px 5px 2px #dedede;
    position: absolute;
    float: left;
    left: -999em; /* Hides the drop down */
    text-align: left;
    border: 1px solid #000;
    border-top: none;
	background-color: #404041;
	white-space: nowrap;
	z-index: 1;
}

.one-column
{
	width: 190px;
}

.two-columns
{
	width: 380px;
}

.three-columns
{
	width: 570px;
}

.four-columns
{
	width: 760px;
}

.column
{
    display: inline;
    float: left;
    position: relative;
    margin: 5px;
	width: 170px;
}

.left-column
{
	border-right: 2px groove #aaa;
}

.right-column
{
	border-left: 2px groove #aaa;
	margin-left: 2px;
}

.subnav-heading
{
	font-weight: bold;
	border-bottom: 2px groove #aaa;
}

.subnav li
{
	list-style: none;
}

.subnav p
{
	clear: both;
}

.subnav p a
{
	color: #B3D335;
}

.subnav a
{
	display: block;
	margin: 0 1em;
}

.megamenu li:hover .subnav
{
    left: -1px;
	top: auto;
}

/* dynamic classes */

.is-active
{
	background-color: #404041;
	color: #B3D335 !important;
}

.is-inactive
{
	background-color: #404041;
	color: #fff;
}

.fave
{
	height: 22px;
	padding: 0 24px;
	float: right;
	color: #404041 !important;
}

.is-unfave
{
	background: url("../img/togglestar.png");
	background-position:  0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

.is-unfave:hover,
.is-fave
{
	background-image: url("../img/togglestar.png");
	background-position:  0 -22px;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: 0 !important;
}

