/* ThemeIEMenu Style Sheet */

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

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

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

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

.ThemeIESubMenuTable
{
	border:		1px solid white;
	background-color:	#3C5075;
	width: 125px;
}

.ThemeIESubMenuTable td
{
	white-space:	nowrap;
	padding: 0px;
	height: 22px;
	font-family:	verdana;
	font-size:	11px;
	font-weight: bold;
}

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

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

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

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