.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*/
.ngsubmenu
{
  border: solid 1px #8A867A;
  background-color: #FFFFFF;
  background-image: url(../images/background/sm_back_office2.gif);
  background-repeat: repeat-y;
  height: 50px;
}

.ngitem-normal
{
  border: solid 0px #316AC5;
  margin: 1px !important;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
}

.ngitem-over
{
  border: solid 1px #316AC5;
  margin: 0px !important;
  background-color: #C1D2EE;
  width: 100%;
  cursor: pointer;
}

.ngtext-normal
{
  font: normal 11px Tahoma, Arial;
  color: #000000;
  text-indent: 10px;
  padding: 3px !important;
  width:100%;
}

.ngtext-over
{
  font: normal 11px Tahoma, Arial;
  color: #000000;
  text-indent: 10px;
  padding: 3px !important;
  width:100%;
}

/* individual settings to be applied to the individual styles*/
.ngmainmenu
{
  border: solid 1px #8A867A;
  background-color: #ECE9D8;
}

.ngmainitem-normal
{
  border: solid 1px #ECE9D8;
  background-color: #ECE9D8;
  width: 100%;
  cursor: default;
}

.ngmainitem-over
{
  border: solid 1px #316AC5;
  background-color: #C1D2EE;
  width: 100%;
  cursor: default;
}

.ngmaintext-normal
{
  font: normal 11px Tahoma, Arial;
  color: #000000;
  text-indent: 10px;
  padding: 3px !important;
}

.ngmaintext-over
{
  font: normal 11px Tahoma, Arial;
  color: #000000;
  text-indent: 10px;
  padding: 3px !important;
}





.ngmainmenu
{
  border: solid 0px #8A867A;
 height:50px;
}


.ngmainitem-normal1
{
  background-image:url(../images/background/topmenu_passive.gif);
 
  background-position:top;
  background-position:center;
  background-repeat:no-repeat;

	
 width:75px;
  height:45px;
  cursor: pointer;
}

.ngmainitem-over1
{
	background-image:url(../images/background/topmenu_mouse_on.gif);
   background-position:top;
  background-position:center;
  background-repeat:no-repeat;
	
  width:75px;
  height:45px;
  cursor: pointer;
}

.ngmaintext-normal1
{
  font: bold 12px Arial;
 	
	width:120px;
  text-transform:uppercase;
  text-align:center;
  color: #000000;
  position:relative;
  left:2px;

  
  padding: 3px !important;
}

.ngmaintext-over1
{
  font: bold 12px Arial;
  text-transform:uppercase;
 	width:120px;
  color: #000000;
  text-align:center;
  position:relative;
  left:2px;
 
  padding: 3px !important;
}

