/* ThemeIEMenu Style Sheet */

.ThemeIEMenu,.ThemeIESubMenuTable
{
	cursor:		pointer;
	font-family:	Arial, sans-serif;
	padding:	0px;
	border:		solid 1px #ffffff;
	white-space:	nowrap;
	border-collapse: collapse;
}

.ThemeIEMenu
{
	background-color:	transparent;
	text-transform: uppercase;
	text-align: right;
	height: 18px;
}

.ThemeIESubMenu
{
	position:	absolute;
	left: 0px;
	top: 0px;
	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:		0px;
	padding:	0px;

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

.ThemeIESubMenuTable
{
	border:		1px solid #8CC454;
	background-color:	#ffffff;
	width: 120px;
}

.ThemeIESubMenuTable td
{
	white-space:	nowrap;
	padding: 0px;
	height: 16px;
	font-family:	Arial, sans-serif;
}

.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive
{
	padding-left:	10px;
	padding-right:	10px;
	white-space:	nowrap;
	font-size: 12px;
	color: #8CC454;
	font-weight:bold;
	border-right: solid 1px #8CC454;
	
}
.ThemeIEMainItemHover,.ThemeIEMainItemActive
{
	background-color:	#8fc457;
	color: #ffffff;
}

.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	white-space:	nowrap;
	color: #808080;
	font-size: 10px;
	text-transform: capitalize;
}
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	background-color:	#A9D280;
	color:white;
}
.ThemeIEMenuItemLeft, .ThemeIEMenuItemRight {
	width: 10px;
	text-align:right
}

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

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