/* ThemeIEMenu Style Sheet */

.ThemeIEMenu,.ThemeIESubMenuTable
   { color: #660000; font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; line-height: 2; white-space: nowrap; cursor: default; padding: 0; border: 0 }

.ThemeIEMenu
 { font-weight: bold }

.ThemeIESubMenu
 { font-weight: bold; visibility: hidden; padding: 0; position: absolute; z-index: 100; border: 0; filter: progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4) }

.ThemeIESubMenuTable
  { background-image:url(../../../images/FondBoxes.jpg); width: 150px; border: solid 1px #cccc99 }

.ThemeIESubMenuTable td
{
	white-space:	nowrap;
}

.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	padding-left:	3px;
	padding-right:	3px;
	white-space:	nowrap;
}

.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
 { color: black; background-color: #ffffcc }

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

.ThemeIEMenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #cccc99;
}

/* 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;
}

