/* ThemeIEMenu Style Sheet */

.ThemeIEMenu,.ThemeIESubMenuTable
{
	cursor:		default;
	color: #fff;
	font-family:  verdana, arial, sans-serif;
	font-size:	10px;

	padding:	0;
	border:		0;
	white-space:	nowrap;
}

.ThemeIEMenu
{}

.ThemeIESubMenu
{
	position:	absolute;
	visibility:	hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0;
	padding:	0;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);
}

.ThemeIESubMenuTable
 { color: #fff; background-color: #a69466; margin-top: 3px; border: 0 }

.ThemeIESubMenuTable td
 { padding-right: 0px; padding-left: 0px; white-space:	nowrap }

.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
 { padding-right: 0px; padding-left: 0px; white-space:	nowrap }

.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
 { color: #a69466; background-color: #fff }

.ThemeIEMenuSplit
 { margin-top: 1px; margin-bottom: 1px; border-top: 1px solid #a69466; height: 1px; overflow: hidden; background-color:	inherit }

.ThemeIEMenuVSplit
 { margin: 0px; border-right: 1px solid #a69466; width: 1px; overflow: hidden; background-color:	inherit }

/* 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;
}
