/**
 * This file is part of Theme for 
 * pragmaMx - Web Content Management System.
 *
 * $template : tp_ecomax $
 * $Revision: 1.0 $
 * 
 * Theme for pragmaMx Content Management System Platform <br /> - HTML5 ready <br /> - Multi Language Menu <br /> - PHP7 ready <br /> 
 * 
 * $Author: TECMU $
 * $Date: 2021-12-10 14:24:45 $
 */ 

 
 /*  horizontal menu */
 

/* style the links for the top level */
#headmenu ul a,
#headmenu ul a:visited {
   
   /*height: 54px;*/
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#headmenu ul ul {
   
   top: 54px;
   visibility: hidden;
   
}

/* position the third level flyout menu */
#headmenu ul ul ul {
   
   top: 0px;
   
}

/* hide the fourth level and above */
#headmenu ul ul ul ul {
   display: none;
}

#headmenu ul ul ul a.drop,
#headmenu ul ul ul a.drop:visited {
   background-image: none !important;
}



/* style the table so that it takes no ppart in the layout - required for IE to work */
#headmenu table {
   border-collapse: collapse;
   left: 0;
   position: absolute;
   top: 0;
}


/* make the second level visible when hover on first level list OR link */
#headmenu ul li:hover ul,
#headmenu ul a:hover ul {
   visibility: visible;
}

/* keep the third level hidden when you hover on first level list OR link */
#headmenu ul :hover ul ul {
   visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
#headmenu ul :hover ul :hover ul {
   visibility: visible;
}

#headmenu .warning,
#headmenu .error {
   border: none;
   float: left;
   line-height: 54px;
   margin: 0;
   padding: 0 2em;
}
 
ul.hmenu li li {
    /*margin-top: 0px !important;*/
    width: auto;
}


/* vertical menu */

.vmenu ul > li:before {
    content: " " !important;
}