/* ThemeIEMenu Style Sheet */

.ThemeIEMenu,.ThemeIESubMenuTable
{
	cursor:		default;
	font-family:  Verdana,Tahoma,Arial,sans-serif;
	font-size:	10px;
	padding:	5px 0px 5px 0px;
	border:		0;
	white-space:	nowrap;
}

.ThemeIEMenu
{
/*	background-color:	#C3553C; */
}

.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
{
border:solid 2px;

border-top-color: #E1733E;
border-left-color: #CE6735;
border-bottom-color: #C16031;
border-right-color: #D86F3C;
background-color:	#F1783D;
/*
border-top-color: #ED966E;
border-left-color: #DA8A65;
border-bottom-color: #CC815F;
border-right-color: #E3906A;
background-color:	#FFA177;
  */
  }

.ThemeIESubMenuTable td
{
	white-space:	nowrap;
	margin:	5px 5px 5px 5px;
/*		padding:	3px 0px 3px 0px;*/
	}

.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	color:		white;

	white-space:	nowrap;
}

.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	color:		black;
	background-color:	#8C0016;

	}
td.themeieMainFolderLeft {
margin:5px;
}
.themeieMainFolderText {
padding:3px 0px 3px 0px;
}
.ThemeIEMenuSplit
{
	height:		1px;
	margin-top:	0px;
	margin-bottom:	0px;
	margin-left:5px;
	margin-right:5px;	
	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;
}

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