/* ThemeIEMenu Style Sheet */

.ThemeIEMenu
{
	cursor:		pointer;
	font-family:	 arial, sans-serif;
	font-size:	11px;

	line-height: 1.4;
  
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	padding:	0;
	border:		0;
}

.ThemeIESubMenuTable
{
	cursor:		pointer;
	font-family:	 arial, sans-serif;
	font-size:	11px;
	line-height: 1.5;
  padding:	0;
	border:		0;
	color: black;
	width: 120px;
}

.ThemeIEMenu
{
	/*background-color:	#ffffff;*/
	color: black;
	font-family: verdana;
	font-size:11px;
}

.ThemeIESubMenu
{
	position:	absolute;
	visibility:	hidden;
	overflow:	hidden;

	border:		0;
	padding-top:	0px;
}

.ThemeIESubMenuShadow
{

}

.ThemeIESubMenuBorder
{
	border:		1px solid #ADAA9C;
	background-color:	#ffa140;
  padding:	2px;

}

.ThemeIESubMenuTable
{
	border:		0;
	background-color:	inherit;

}

.ThemeIESubMenuTable td
{
	white-space:	nowrap;
	padding-left: 3px;
}

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

.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	/*background-color:	#ffffff;*/
	color:	#ffffff;
}

td.ThemeIEMenuSplit
{
	margin:		0px;
	border:		0px;
	overflow:	hidden;
	background-color:	inherit;
}

div.ThemeIEMenuSplit
{
	height:		1px;
	margin:		1px 0px 1px 0px;
	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;
}
