/* ThemeIEMenu Style Sheet */

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

.ThemeIEMenu
{
	background-color: #00335E;
	width: 200px;
	color:#FFFFFF;
	text-align:left;
	height: 22px;
	text-align:left;
}

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

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

.ThemeIESubMenuTable
{
	border-width:		0;
	background-color:	#00335E;
	width: 200px;
	text-align:left;
	text-align:left;
}

.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;
	text-indent:25px;
	color:#FFFFFF;
	border-bottom:1px solid #E2E2E2;
	font-weight:bold;
	text-align:left;
}
.ThemeIEMainItemHover,.ThemeIEMainItemActive
{
	background-color:	transparent;
	color:white;
	text-indent:25px;
	border-bottom:1px solid #990000;
	background:#38A4FE;
	font-weight:bold;
	text-align:left;

}

.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive,
{
	white-space:	nowrap;
	color: white;
	font-size: 12px;
	background:#00335E;
}
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	color: white;
	background:	#38A4FE;
}
.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;
}
