/* ThemeIEMenu Style Sheet */

.ThemeIEMenu,.ThemeIESubMenuTable
{
	cursor:		hand;
	padding:	0px;
	border:		0px;
	white-space:	nowrap;
	color:white;
	font-family:arial;
}

.ThemeIEMenu
{
	background-color:	transparent;
	width: 100%;
	color:white;
	text-align:center;
	height: 35px;
}

.ThemeIESubMenu
{
	position:	absolute;
	left: 0px;
	top: 0px;
	visibility:	hidden;
	z-index:	100;
	border:		0px;
	width:120px;

	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);*/
}

.ThemeIESubMenuTable
{
	border-width:		0;
	background-color:	#FC9700;
	width: 125px;
}

.ThemeIESubMenuTable td
{
	white-space:	nowrap;
	padding: 0px;
	height: 25px;
	font-family:	arial;
	font-size:	12px;
	text-align:left;
}

.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive
{
	padding-left:	0px;
	padding-right:	0px;
	white-space:	nowrap;
	font-size: 12px;
	color: white;
}
.ThemeIEMainItemHover,.ThemeIEMainItemActive
{
	background-color:	transparent;
	color: white;
}

.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive,
{
	white-space:	nowrap;
	color: white;
	font-size: 12px;
	background:#FC9700;
}
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	color: white;
	background:	#FC9700;
}
.ThemeIEMenuItemLeft, .ThemeIEMenuItemRight {
	width: 0px;
	text-align:right
}

.ThemeIEMenuSplit
{
	height:		1px;
	overflow:	hidden;
	border-top-width:0;
	padding: 0px;
}

.ThemeIEMenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
}

