#menu_items { 
	position: relative; 
	top: 0; 
	left: 0; 
	width: 210px;
}


#menu_items a.pics, #menu_items a.pics:visited { 
	display: block; 
	width: 75px; 
	height: 80px; 
	text-decoration: none; 
	background: #fff; 
	top: 0; 
	left: 0; 
	border: 0;
}

#menu_items a.pics:hover { 
	text-decoration: none; 
	background-color: #FFFFFF; 
	color: #000;
}

#menu_items a .large { 
	display: block; 
	position: absolute; 
	width: 0; 
	height: 0; 
	border: 0; 
	top: 0; 
	left: 0;
}

#menu_items a.pics:hover .large { 
	display: block; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 210px; 
	height: 310px;
	z-index: 200;
}

table tr#row1 td div#menu_items  {
	z-index: 6;
}

table tr#row2 td div#menu_items {
	z-index: 5;
}

table tr#row3 td div#menu_items {
	z-index: 4;
}

table tr#row4 td div#menu_items {
	z-index: 3;
}

table tr#row5 td div#menu_items {
	z-index: 2;
}

table tr#row6 td div#menu_items {
	z-index: 1;
}

