/*++++++++++++++++++++++++++++++++++

Cascading menu stylesheet for Engage Technologies

Created by:	Colm McBarron (iQ Content)
Created:	10-04-2006

Change Log:
10-04-2006: Inital CSS dropdowns based on suckerfish method
24-04-2006: Refined CSS now using ADx Menu
16-01-2008: CMN ---> Totally changed this using new superfish method. See:
http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
20-02-2008: CMN --> Totally changed this again as I implemented clickmenu
as opposed to hover menu above. see http://p.sohei.org/jquery-plugins/clickmenu/
for details
06-07-2011: CMN     Changes required as aresult of Penetration Testing (hyperlink) changes
                --> altered the clickmenu li li elements to have smaller right & left padding
                    and then ensured that anchor tags within li were padded left and right
                --> also, display: block allows the user to click anywhere on the full 
                    width and height of the LI item, instead of having to click on the 
                    actual word of the link. 
                --> Also changed li: hover and a: hover to pointer symbol i.e. hand
29-03-2019: CMN 4972(M): zellis re-brand
++++++++++++++++++++++++++++++++++*/

/*** ESSENTIAL STYLES ***/
.adxm, 
.adxm * {
	margin:0;
	padding:0;
	list-style:none;
}
.adxm {
	line-height:1.3;
}

div.cmDiv {    
        
	
}
.clickMenu
{
	cursor: default;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
}
.clickMenu ul
{
	float: left;
	width: 100%;
}
.clickMenu li
{
       padding: 0.3em 0em 0.4em 0em;
}

.clickMenu li li
{
     padding: 0.3em 0.0em 0.4em 0.0em;
     //top right bottom left
}
.clickMenu li li li
{
     padding: 0.3em 0.0em 0.4em 0.0em;
     //top right bottom left
}
.clickMenu a
{
	text-decoration: none;	
}
 
.clickMenu li a
{
	padding-top:0.0em;
	padding-right: 1.2em;
	padding-bottom:0.0em;
	padding-left:1.2em;	
}

.clickMenu li li a, 
.clickMenu li li li a
{
	padding-top:0.0em;
	padding-right: 0.0em;
	padding-bottom:0.0em;
	padding-left:0.4em;	
}
.clickMenu div.outerbox {
	display: none;		
}
.clickMenu div.inner div.outerbox  {
      display: none;	
}
.clickMenu div.inner {
	left: 0;
	top: 2.05em;
}
.clickMenu div.inner div.outerbox {
	left: 0px;
	top:  0px;	
}
.clickMenu li {
	position: relative;	
}
.clickMenu li.main {
	float: left;	
}
.clickMenu li.main li {
	z-index: 2;
	left: 0em;
}
.clickMenu li.main li li {
	z-index: 2;	
	top: -0.1em;
	left: 0.25em;
}
.clickMenu li.hover
{
	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	background-color: #4D4D4D;	
}
.clickMenu img.liArrow {
	position: absolute;
	right: 5px;
	top: 0.41em;
}

.clickMenu li {
	width: auto;
	border-top: 1px solid #4D4D4D;
	border-left: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px solid #4D4D4D;
}

.clickMenu li li {	
	width: 15em;
	border-left: 1px solid #FFFFFF;
}
.clickmenu li li li {	
	width: 15em;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	display: none;
}
/* thats for the shadowbox */
html>body div.outerbox
{
	padding: 0 0px 0px 0;
}
html>body div.shadowbox1
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 0px;
	height: 100%;
	/*background: url(myshadow.png) no-repeat right top;*/
}
html>body div.shadowbox2
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 0px;
	width: 100%;
	/*background: url(myshadow.png) left bottom;*/
}
html>body div.shadowbox3
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 0px;
	width: 0px;
	/*background: url(myshadow.png) no-repeat right bottom;*/
}
html>body .innerbox
{
	margin: 0;
	display: inherit;
}

ul.hidemenu { 
  display:none;
}

/*** ORIGINAL SKIN ***/
#cascadingnav {
	width: 100%;
	float: left;
	background: #1F2A44 url("../images/backgrounds/main-nav.gif") repeat-x top left;
	font-size: 1.2em;
	border: 1px solid #FFF;
}
.adxm {
	float:left;
	font-weight: bold; 
}
.adxm li {
	background: #1F2A44 url("../images/backgrounds/main-nav.gif") repeat-x top left;		
}

.adxm a {
	color: #FFF;
	text-decoration:none;
	display: block;
}

.adxm li li,
.adxm li li li {
	background:#1F2A44;		
}

.adxm li a {
     width: auto;
     text-decoration:none;
     display: block;
}

.adxm li li a,
.adxm li li li a {	
	width: 14.5em;
	text-decoration:none;
	display: block;	
	vertical-align: bottom; 
}

.adxm li:hover,
.adxm a:hover {
	background: #4D4D4D;
	cursor: pointer;
}
.adxm a:focus {
	text-decoration:none;
}

