/* ThemeIEMenu Style Sheet */

.ThemeIEMenu,.ThemeIESubMenuTable
{
	cursor:		default;
	white-space:	nowrap;
	z-index:100;
	padding-left:0px;
	
	
}



.ThemeIESubMenu
{
	position:	absolute;
	visibility:	hidden;
	z-index:	100;
	border:		0;
	padding:	0;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);
}

.ThemeIESubMenuTable
{
	border:		1px solid #ADAA9C;
}

.ThemeIESubMenuTable td
{
	white-space:	nowrap;
}

.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{

	white-space:	nowrap;
	color:#000000;
	background:url('../../squelette3/rond.gif') no-repeat;
	
}

.ThemeIEMainItemHover,.ThemeIEMainItemActive
{
	color:#ffffff;
	
	cursor:hand;
}
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	color:#ffffff;
	background-color:67AAE0;
	cursor:hand;
	
}

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

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


