.moduletablengmtop, .modulengmtop { /* please make sure you have set the module class suffix in the corresponding module to eg. "ngm" */
	width: 100%;
	margin: 0;
	padding: 0;
}

/* default settings to be applied to the menu*/
.topmenu
{
  width: 180px;
  cursor: pointer;
}

.topitem-normal
{
  background: url(../images/background/top_off.jpg) no-repeat left;
}

.topitem-over
{
  background: url(../images/background/top_on.jpg) no-repeat left;
}

.topitem-active
{
	background: url(../images/background/top_off.jpg) no-repeat left;
}

.toptext-normal
{
  color: #000000;
  padding: 7px 3px 5px;
  font: normal 1.2em Arial;
  text-align: left;
}

.toptext-over
{
  color: #FFFFFF;
 padding: 7px 3px 5px;
  font: normal 1.2em Arial;
    text-align: left;
}

.toptext-active
{
  color: #FFFFFF;
  padding: 7px 3px 5px;
  font: normal 1.2em Arial;
    text-align: left;
}

