.moduletablengm, .modulengm { /* please make sure you have set the module class suffix in the corresponding module to eg. "ngm" */
  width: 100%;
}

/* default settings to be applied to the menu*/
.max_ngsubmenu
{
  border: none;
  background-color: #EF7929;
  height: auto;
}

.max_ngitem-normal
{
  border: none;
  border-left: 4px solid #EF8E4A;
  border-right: 4px solid #EF8E4A;
  background-color: #EF8E4A;
  width: 100%;
  cursor: pointer;
}

.max_ngitem-over
{
  border: none;
  border-left: 4px solid #EF7929;
  border-right: 4px solid #EF7929;
  background-color: #EF8E4A;
  width: 100%;
  cursor: pointer;
}

.max_ngtext-normal
{
  font: bold 11px Tahoma, Arial;
  color: #FFFFFF;
  padding: 2px 10px 2px 5px;
  width:100%;
}

.max_ngtext-over
{
  font: bold 11px Tahoma, Arial;
  color: #000000;
  padding: 2px 10px 2px 5px;
  width:100%;
}

/* individual settings to be applied to the individual styles of the main menu*/

/* submenu style (main menu)*/
.max_ngmainmenu
{
  border: none;
/*  background: url(../../../modules/mod_ngmenu/images/background/max_bg.gif) repeat;*/
  width: 100%;
  height: 25px;
}

/* item style(s) (main menu) */
.max_ngmainitem-normal, .max_ngmainitem-over
{
  border: none;
  background-color: transparent;
  background-image: url(../../../modules/mod_ngmenu/images/background/max_button_left.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding: 0px;
  width: auto;
  height: 25px;
  cursor: pointer;
}

.max_ngmaintext-normal
{
  font: bold 11px Tahoma, Arial;
  color: #FFFFFF;
  background-color: transparent;
  background-image: url(../../../modules/mod_ngmenu/images/background/max_button_right.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding: 0px 15px 0px 15px;
  width:100%;
}

.max_ngmaintext-over
{
  font: bold 11px Tahoma, Arial;
  color: #000000;
  background-color: transparent;
  background-image: url(../../../modules/mod_ngmenu/images/background/max_button_right.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding: 0px 15px 0px 15px;
  width:100%;
}
