/* Style for a block - TABLE */
.mtable {
	border: none;
	xbackground: #336799;
}
/* Style for outer tag, mout (mouse out) state */
.mouter {
	xbackground: #336799;
}
/* Style for inner tag, mover (mouse over) state */
.minner {
}

/* rollover effect for blue menu */
.m1table2 {
	/*border: 1px outset #ffcc66;*/
	border: 1px outset #f8b976;
}

/* mouse out level 2 */
.m1out2 {
	bbackground: #ffcc66;
	/* background: #f8b976;*/
	bbackground-image: url(http://www.next-job.com/img/blue2_m.gif);
	bbackground-repeat: repeat-x;
	background: #336799;
}

/*  mouse over level two */
.m1over2 {
	background: #6699cc;
}

/* item text */
.minner2 {
	font: bold 11px tahoma, arial, verdana;
	color: #ffffff;
	padding: 4px;
}

