/* ThemeIEMenu Style Sheet */

.ThemeIEMenu,.ThemeIESubMenuTable
{
	cursor:		default;
	font-family:	 verdana, arial, sans-serif;
	font-size:	13px;
	font-weight:	bold;
	color:	#ffffff;
	padding:	0;
	background-color:	#ffffff;
	cursor:	   pointer;

}

.ThemeIEMenu
{
	background-color:	#E2DFD0;
	border-top: thin;
	background-image: url(../../../images/jsc_bg.png);
}

.ThemeIESubMenu
{
	position:	 absolute;
	visibility:	 hidden;
	overflow:	 hidden;
	border:		 0;
	padding:	 0;
}

.ThemeIESubMenuShadow
{
	z-index:	-1;
	position:	absolute;
	top:		9px;
	left:		9px;
	width:		100%;
	height:		300em;
	background-color:	#525250;
	opacity: 	0.45;
	border:		0;
	margin:		0;
} 

.ThemeIESubMenuBorder
{
	border-top: 1px ridge #cdd9dc;
	border-right: 1px ridge #cdd9dc;
	border-left: 1px ridge #cdd9dc;
	border-bottom: 1px ridge #cdd9dc;
	padding:	1px;
	margin:		0px 3px 3px 0px;
}

.ThemeIESubMenuTable
{
	font-family: verdana, arial, sans-serif;
	font-size:	 11px;
	font-weight: bold;
	color:       #d30706;
	border:		0;
}

.ThemeIESubMenuTable td
{
	white-space: pre;
}

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

.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	color: #d5878f;
}

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

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

.ThemeIEMenuVSplit
{
	width:		2px;
	height:		12px;
	margin:		0px 0px 0px 0px;
	overflow:	hidden;
	background-color:	#c20a07;
	border-right: 	1px solid #e5acb2;
}

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