/* ustawienia ogólne dla body */

body
{
	background-color:	#d5d9da;
	background-image: 	url("images/bg.jpg");
	background-repeat:	repeat-y;
	background-attachment:	fixed;
	color:			#010101;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
}

/* tabele */

table

{
	empty-cells: 		show;
}

td
{
	vertical-align:		top;

}
td.wrapper_mini
{
	vertical-align:		middle;
	text-align:		center;

}
td.wrapper
{
	padding:			20px 30px 20px 30px;
	text-align:		center;
	background-color:	#C0C0C0;

	
}
/* table border*/
td.middleline
{
	background-repeat:	repeat-y;
	background-image: 	url("images/m_line.png");

}
td.left_line
{
	background-repeat:	repeat-y;
	background-image: 	url("images/line_ver.png");
	width:			4px;

}
td.right_line
{
	background-repeat:	repeat-y;
	background-image: 	url("images/line_ver.png");
	width:			4px;

}
td.contentline
{
	background-repeat:	repeat-x;
	background-image: 	url("images/line_hor.png");
	height:			4px;

}
td.topleft
{
	background-image: 	url("images/top_left_corner.png");
	height:			4px;
	width:			4px;

}
td.topright
{
	background-image: 	url("images/top_right_corner.png");
	height:			4px;
	width:			4px;

}
td.bottomleft
{
	background-image: 	url("images/bottom_left_corner.png");
	height:			4px;
	width:			4px;

}
td.bottomright
{
	background-image: 	url("images/bottom_right_corner.png");
	height:			4px;
	width:			4px;

}


td.menu_top
{
	background-image: 	url("images/top_men_line.gif");
	width:			140px;
	height:			21px;
}
td.menu_left
{
	background-image:	url("images/decor_main_bottom_left.gif");
	background-position:	bottom left;
	background-repeat:	no-repeat;
	width:			140px;
}

td.line_menu
{
	width:			9px;
	height:			21px;
}
td.menu_top_line
{
	background-image: 	url("images/top_men_line.gif");
	height:			21px;
}
td.start
{
	vertical-align:		middle;
}

td.main_window
{
	background-image:	url("images/decor_main_bottom_right.gif");
	background-position:	bottom right;
	background-repeat:	no-repeat;
}

td.banner_down
{
	vertical-align:		middle;
	text-align:		center;
	height:			100px;
	background-image:	url("images/decor_head_bottomright.gif");
	background-position:	top right;
	background-repeat:	no-repeat;
	
}
td.banner_up
{
	vertical-align:		top;
	text-align:		center;
	color:			#020202;
	height:			50px;
	background-image:	url("images/decor_head_topright.gif");
	background-position:	bottom right;
	background-repeat:	no-repeat;
}

/*format tabeli opisowej opakowania*/

td.desc_top
{
	background-image:	url("images/desc_top_line.gif");
	background-repeat:	repeat-x;
	height:			6px;
}
td.desc_bottom
{
	background-image:	url("images/desc_bottom_line.gif");
	background-repeat:	repeat-x;
	height:			6px;
}
td.desc
{
	background-color:	#C0C0C0;
	width:			50%;
}


/* format tabeli centralnej*/

td.main_left
{
	background-image:	url("images/mainframe_left.gif");
	background-repeat:	repeat-y;
	width:			10px;

}
td.main_right
{
	background-image:	url("images/mainframe_right.gif");
	background-repeat:	repeat-y;
	width:			10px;

}
td.main_top
{
	background-image:	url("images/mainframe_top.gif");
	background-repeat:	repeat-x;
	height:			10px;

}
td.main_bottom
{
	background-image:	url("images/mainframe_bottom.gif");
	background-repeat:	repeat-x;
	height:			10px;

}
td.main_top_left
{
	background-image:	url("images/mainframe_top_left.gif");
	width:			10px;
	height:			10px;
}
td.main_top_right
{
	background-image:	url("images/mainframe_top_right.gif");
	width:			10px;
	height:			10px;
}
td.main_bottom_left
{
	background-image:	url("images/mainframe_bottom_left.gif");
	width:			10px;
	height:			10px;
}
td.main_bottom_right
{
	background-image:	url("images/mainframe_bottom_right.gif");
	width:			10px;
	height:			10px;
}
td.main_central
{
	vertical-align:		middle;
	diplay:			block;
	background-color:	#C0C0C0;
	
}

/* formaty komorek dla poszczegolnych producentow */

	td.wedel
	{
		background-repeat:	no-repeat;
		background-image: 	url("images/logo_wedel.jpg");
	}
	
	
/* stopka */

	div.stopka
	{
		font-size:		9px;
		text-align:		center;
		color:			#535353;
	}
	a.stopka:link,a.stopka:active,a.stopka:visited,a.stopka:hover	
	{
		text-decoration:	none;
		color:			#020202;
	}
	td.stopka
	{
		vertical-align:		middle;
		background-repeat:	repeat;
		background-image: 	url("images/foot_line.png");
		height:			30px;

	}

/* links */

a:link,a:active,a:visited,a:hover
{
	color:			#535353;
	text-decoration:	none;/*test*/
	/*font-weight:		bold;*/
	font-style:		italic;
}

	a.menu
	{
		width:			139px;
		height:			20px;
		display:		block;
		color:			#0a0a0a;
		font-size:		14px;
		font-style:		normal;
	}
	a.menu:link
	{
		/*text-decoration:	underline;*/
		/*background-repeat:	repeat-y*/
		background-image: 	url("images/leftmenu1.png");
	}
	a.menu:visited
	{
		/*text-decoration:	overline;*/
		background-image:	url("images/leftmenu1.png");
		background-repeat:	repeat-y;
		color:			#0a0a0a;
	}
	a.menu:active
	{
		background-image:	url("images/leftmenu2.png");
		background-repeat:	repeat-y;
	}
	a.menu:hover
	{
		background-image:	url("images/leftmenu2.png");
		background-repeat:	repeat-y;
		color:			#0000dd;
	}


	
	a.menu_top
	{
		width:			139px;
		height:			20px;
		display:		block;
		color:			#0a0a0a;
		font-size:		14px;
		font-style:		normal;
	}
	a.menu_top:link
	{
		background-image: 	url("images/topmenu1.gif");
	}
	a.menu_top:visited
	{
		background-image:	url("images/topmenu1.gif");
		background-repeat:	repeat-y;
		color:			#0a0a0a;
	}
	a.menu_top:active
	{
		background-image:	url("images/topmenu2.gif");
		background-repeat:	repeat-y;
	}
	a.menu_top:hover
	{
		background-image:	url("images/topmenu2.gif");
		background-repeat:	repeat-y;
		color:			#0000dd;
	}	
	
	
	
	
/*links for letters menu	*/
	
		a.menua
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menua:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_A.jpg");
		}
		a.menua:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_A.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menua:active
		{
			background-image:	url("images/_Ab.jpg");
			background-repeat:	repeat-y;
		}
		a.menua:hover
		{
			background-image:	url("images/_Ab.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menub
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menub:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_B.jpg");
		}
		a.menub:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_B.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menub:active
		{
			background-image:	url("images/_Bb.jpg");
			background-repeat:	repeat-y;
		}
		a.menub:hover
		{
			background-image:	url("images/_Bb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menuc
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menuc:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_C.jpg");
		}
		a.menuc:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_C.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menuc:active
		{
			background-image:	url("images/_Cb.jpg");
			background-repeat:	repeat-y;
		}
		a.menuc:hover
		{
			background-image:	url("images/_Cb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menud
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menud:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_D.jpg");
		}
		a.menud:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_D.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menud:active
		{
			background-image:	url("images/_Db.jpg");
			background-repeat:	repeat-y;
		}
		a.menud:hover
		{
			background-image:	url("images/_Db.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menue
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menue:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_E.jpg");
		}
		a.menue:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_E.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menue:active
		{
			background-image:	url("images/_Eb.jpg");
			background-repeat:	repeat-y;
		}
		a.menue:hover
		{
			background-image:	url("images/_Eb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menuf
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menuf:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_F.jpg");
		}
		a.menuf:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_F.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menuf:active
		{
			background-image:	url("images/_Fb.jpg");
			background-repeat:	repeat-y;
		}
		a.menuf:hover
		{
			background-image:	url("images/_Fb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menug
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menug:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_G.jpg");
		}
		a.menug:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_G.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menug:active
		{
			background-image:	url("images/_Gb.jpg");
			background-repeat:	repeat-y;
		}
		a.menug:hover
		{
			background-image:	url("images/_Gb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menuh
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menuh:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_H.jpg");
		}
		a.menuh:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_H.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menuh:active
		{
			background-image:	url("images/_Hb.jpg");
			background-repeat:	repeat-y;
		}
		a.menuh:hover
		{
			background-image:	url("images/_Hb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menui
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menui:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_I.jpg");
		}
		a.menui:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_I.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menui:active
		{
			background-image:	url("images/_Ib.jpg");
			background-repeat:	repeat-y;
		}
		a.menui:hover
		{
			background-image:	url("images/_Ib.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menuj
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menuj:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_J.jpg");
		}
		a.menuj:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_J.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menuj:active
		{
			background-image:	url("images/_Jb.jpg");
			background-repeat:	repeat-y;
		}
		a.menuj:hover
		{
			background-image:	url("images/_Jb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menuk
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menuk:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_K.jpg");
		}
		a.menuk:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_K.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menuk:active
		{
			background-image:	url("images/_Kb.jpg");
			background-repeat:	repeat-y;
		}
		a.menuk:hover
		{
			background-image:	url("images/_Kb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menul
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menul:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_L.jpg");
		}
		a.menul:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_L.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menul:active
		{
			background-image:	url("images/_Lb.jpg");
			background-repeat:	repeat-y;
		}
		a.menul:hover
		{
			background-image:	url("images/_Lb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menum
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menum:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_M.jpg");
		}
		a.menum:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_M.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menum:active
		{
			background-image:	url("images/_Mb.jpg");
			background-repeat:	repeat-y;
		}
		a.menum:hover
		{
			background-image:	url("images/_Mb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menun
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menun:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_N.jpg");
		}
		a.menun:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_N.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menun:active
		{
			background-image:	url("images/_Nb.jpg");
			background-repeat:	repeat-y;
		}
		a.menun:hover
		{
			background-image:	url("images/_Nb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menuo
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menuo:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_O.jpg");
		}
		a.menuo:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_O.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menuo:active
		{
			background-image:	url("images/_Ob.jpg");
			background-repeat:	repeat-y;
		}
		a.menuo:hover
		{
			background-image:	url("images/_Ob.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menup
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menup:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_P.jpg");
		}
		a.menup:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_P.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menup:active
		{
			background-image:	url("images/_Pb.jpg");
			background-repeat:	repeat-y;
		}
		a.menup:hover
		{
			background-image:	url("images/_Pb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menuq
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menuq:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_Q.jpg");
		}
		a.menuq:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_Q.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menuq:active
		{
			background-image:	url("images/_Qb.jpg");
			background-repeat:	repeat-y;
		}
		a.menuq:hover
		{
			background-image:	url("images/_Qb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menur
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menur:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_R.jpg");
		}
		a.menur:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_R.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menur:active
		{
			background-image:	url("images/_Rb.jpg");
			background-repeat:	repeat-y;
		}
		a.menur:hover
		{
			background-image:	url("images/_Rb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menus
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menus:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_S.jpg");
		}
		a.menus:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_S.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menus:active
		{
			background-image:	url("images/_Sb.jpg");
			background-repeat:	repeat-y;
		}
		a.menus:hover
		{
			background-image:	url("images/_Sb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menut
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menut:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_T.jpg");
		}
		a.menut:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_T.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menut:active
		{
			background-image:	url("images/_Tb.jpg");
			background-repeat:	repeat-y;
		}
		a.menut:hover
		{
			background-image:	url("images/_Tb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menuu
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menuu:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_U.jpg");
		}
		a.menuu:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_U.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menuu:active
		{
			background-image:	url("images/_Ub.jpg");
			background-repeat:	repeat-y;
		}
		a.menuu:hover
		{
			background-image:	url("images/_Ub.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menuv
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menuv:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_V.jpg");
		}
		a.menuv:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_V.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menuv:active
		{
			background-image:	url("images/_Vb.jpg");
			background-repeat:	repeat-y;
		}
		a.menuv:hover
		{
			background-image:	url("images/_Vb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menuw
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menuw:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_W.jpg");
		}
		a.menuw:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_W.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menuw:active
		{
			background-image:	url("images/_Wb.jpg");
			background-repeat:	repeat-y;
		}
		a.menuw:hover
		{
			background-image:	url("images/_Wb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menux
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menux:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_X.jpg");
		}
		a.menux:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_X.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menux:active
		{
			background-image:	url("images/_Xb.jpg");
			background-repeat:	repeat-y;
		}
		a.menux:hover
		{
			background-image:	url("images/_Xb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menuy
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menuy:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_Y.jpg");
		}
		a.menuy:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_Y.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menuy:active
		{
			background-image:	url("images/_Yb.jpg");
			background-repeat:	repeat-y;
		}
		a.menuy:hover
		{
			background-image:	url("images/_Yb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
		a.menuz
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menuz:link
		{
			/*text-decoration:	underline;*/
			/*background-repeat:	repeat-y*/
			background-image: 	url("images/_Z.jpg");
		}
		a.menuz:visited
		{
			/*text-decoration:	overline;*/
			background-image:	url("images/_Z.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menuz:active
		{
			background-image:	url("images/_Zb.jpg");
			background-repeat:	repeat-y;
		}
		a.menuz:hover
		{
			background-image:	url("images/_Zb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
	}
	
/*menu_down*/
		a.menud1
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menud1:link
		{
			background-image: 	url("images/menu_down_A.jpg");
		}
		a.menud1:visited
		{
			background-image:	url("images/menu_down_A.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menud1:active
		{
			background-image:	url("images/menu_down_Ab.jpg");
			background-repeat:	repeat-y;
		}
		a.menud1:hover
		{
			background-image:	url("images/menu_down_Ab.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
		}
		a.menud2
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menud2:link
		{
			background-image: 	url("images/menu_down_B.jpg");
		}
		a.menud2:visited
		{
			background-image:	url("images/menu_down_B.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menud2:active
		{
			background-image:	url("images/menu_down_Bb.jpg");
			background-repeat:	repeat-y;
		}
		a.menud2:hover
		{
			background-image:	url("images/menu_down_Bb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
		}
		a.menud3
		{
			width:			139px;
			height:			20px;
			display:		block;
			color:			#0a0a0a;
			font-size:		14px;
			font-weight:		bold;
		}
		a.menud3:link
		{
			background-image: 	url("images/menu_down_C.jpg");
		}
		a.menud3:visited
		{
			background-image:	url("images/menu_down_C.jpg");
			background-repeat:	repeat-y;
			color:			#0a0a0a;
		}
		a.menud3:active
		{
			background-image:	url("images/menu_down_Cb.jpg");
			background-repeat:	repeat-y;
		}
		a.menud3:hover
		{
			background-image:	url("images/menu_down_Cb.jpg");
			background-repeat:	repeat-y;
			color:			#0000dd;
		}
	
	
/* div */	
	div.museumroomsection
	{
		text-align:		center;
	}
/* lists */
	dd
	{
		font-weight:		bold;
		font-style:		italic;
	}