/* ThemeIEMenu Style Sheet */

.ThemeIEMenu,.ThemeIESubMenuTable
{
	cursor:		default;
	font-family: arial;
	font-size:12px;
	padding:	5px;
	font-weight:bold;
	white-space:	nowrap;


	
	
}

.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;
	background-color:	#DEE0E5;
}

.ThemeIESubMenuTable td
{
	white-space:	nowrap;
}

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

.ThemeIEMainItemHover,.ThemeIEMainItemActive
{
	color:#ffffff;
	/*Couleur qui surligne la ligne sélectionnée
	background-color:E7F9F9;*/
	background-color:#d3ddf8;
	cursor:hand;	border:1px solid red;
}
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	color:#ffffff;
	/*Couleur qui surligne quand on survole un item
	background-color:E7F9F9;*/
	background-color:#abbde3;
	cursor:hand;
}

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

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

/* 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" />
*/


