/* ThemeIEMenu Style Sheet */

.ThemeIEMenu,.ThemeIESubMenuTable
{

	border			: 0px;
	padding			: 0px;
	cursor			: default;
	font-family  	: Arial,Georgia,'Courier New',Times,'Lucida Grande',Courier,Halvetica,sans-serif;
	font-size		: 15px;
	font-weight		: bold;
	white-space		: nowrap;
	color				: #ffffff;
}

.ThemeIEMenu
{
	background-color	: #4d4d4d; /* kolor tła menu */
}

.ThemeIESubMenu
{
		position		: absolute;
		visibility	: hidden;
		overflow		: hidden;
		border		: 0px;
		padding		: 0px;
}

.ThemeIESubMenuShadow
{
	z-index	:	-1;
	position:	absolute;
	top		:		9px;
	left		:		9px;
	width:		100%;
	height:		300em;
	background-color:	#4d4d4d;
	opacity:	0.45;
	border:		0;
	margin:		0;
}

.ThemeIESubMenuBorder
{
	border				: 1px solid #ADAA9C;
	background-color	: white;
	padding				: 2px;
	margin				: 0px 3px 3px 0px;
}

.ThemeIESubMenuTable
{
	border				: 0px;
	background-color	: inherit;
}

.ThemeIESubMenuTable td
{
	white-space			: nowrap;
}

.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	padding				: 6px 3px 6px 3px; /* padding menu */
	white-space			: nowrap;
}

.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	color						: #ffffff;
	background-color		: #646464;
}

td.ThemeIEMenuSplit
{
	margin					: 0px;
	border					: 0px;
	overflow					: hidden;
	background-color		: inherit;
}

div.ThemeIEMenuSplit
{
	height				:	1px;
	margin				:	1px 0px 1px 0px;
	overflow				:	hidden;
	background-color	:	inherit;
	border-top			:	1px solid #ffffff;
}

.ThemeIEMenuVSplit
{
	width					:	0px;
	margin				:	1px;		/* margines rozdzielający*/
	overflow				:	hidden;
	background-color	:	inherit;
	border-right		:	3px solid #ffffff; /* grubość i kolor separatora */
}

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.ThemeIEMenuItem img.seq1
{
	display				:	inline;
}

.ThemeIEMenuItemHover seq2,
.ThemeIEMenuItemActive seq2
{
	display				:	inline;
}

.ThemeIEMenuItem .seq2,
.ThemeIEMenuItemHover .seq1,
.ThemeIEMenuItemActive .seq1
{
	display				:	none;
}

