/* ThemeIEMenu Style Sheet */

.ThemeIEMenu,.ThemeIESubMenuTable
{
	cursor:		hand;
	font-family:	tahoma, sans-serif;
	font-size:	11px;
}

.ThemeIEMenu
{
	background-color:	transparent;
	text-transform: capitalize;
	font-weight: bold;
	height: 17px;
	width: 100%;
}

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

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

.ThemeIESubMenuTable
{
	border:		1px solid #D95700; /*donker oranje*/
	background-color:	#FA6400; /* oranje*/
	width: 120px;
}

.ThemeIESubMenuTable td
{
	white-space:	nowrap;
	padding: 0px;
	height: 19px;
	font-family:	tahoma, arial, verdana, sans-serif;
	font-size:	11px;
	text-transform: capitalize;
	font-weight: bold;
}

.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive
{
	padding-left:	0px;
	padding-right:	0px;
	white-space:	nowrap;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
.ThemeIEMainItemHover,.ThemeIEMainItemActive
{
	background-color:	#D95700; /*donker oranje*/
	color: white;
}

.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive,
{
	white-space:	nowrap;
	color: black;
	font-size: 11px;
	text-transform: capitalize;
}
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	background-color:	#D95700; /*donker oranje*/
	color: white;
}
.ThemeIEMenuItemLeft, .ThemeIEMenuItemRight {
	width: 10px;
	text-align:right
}

.ThemeIEMenuSplit
{
	height:		0px;
	overflow:	hidden;
	background-color:	inherit;
	padding: 0px;
	border-top:	0px solid #ADAA9C;
}

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

