/* ThemeIEMenu Style Sheet */

.ThemeIEMenu,.ThemeIESubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	padding:		0;
	border:			0;
	white-space:	nowrap;
	cursor:			pointer;
}
.ThemeIEMenu
{
	background-color:	transparent;
	border-left:		solid 1px #CE3402;
}

.ThemeIEMenu td {
	padding-left:	13px;
	height:			18px;
	font-weight:	bold;
	font-size:		11px;
	color:			#666666;
}

.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;

}

.ThemeIESubMenuTable
{
	border:		none;
	background-color:	#ff7417;
}

.ThemeIESubMenuTable td
{
	white-space:	nowrap;
	height:			18px;
	color:			white;
	font-weight:	bold;
}

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

.ThemeIEMainItemHover td,.ThemeIEMainItemActive td
{
	color:		 		white;
	font-weight: 		bold;
}
.ThemeIEMainItemHover,.ThemeIEMainItemActive
{
	background-color:	#ff7417;
}
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	background-color:	#ff9f17;
}

.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;
}

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

