

.outersubmenudiv{
  position:relative;
}
.MenuNew {
	position:absolute;
	width:672px;
	height:198px;
	z-index:1;
	top: 118px;
	left: 315px;
}

/* Added for making three different submenus section */

#TeacherMenuNew {
	position:absolute;
	width:674px;
	height:190px;
	z-index:1;
	top: 126px;
	left: 307px;
}

#StudentMenuNew {
	position:absolute;
	width:674px;
	height:190px;
	z-index:1;
	top: 126px;
	left: 307px;
}

#CoachesMenuNew {
	position:absolute;
	width:674px;
	height:190px;
	z-index:1;
	top: 126px;
	left: 307px;
}


