/* ThemeRTVMenu Style Sheet */

.ThemeRTVMenu,.ThemeRTVSubMenuTable
{
	padding:	0;
	white-space:	normal;
	cursor:		pointer;
	width: 147px;
}

.ThemeRTVSubMenu
{
	margin: 0 -2 0 0;
	position:	absolute;
	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:		0;
	padding:	0;

	overflow:	visible;
	/*border:		1px solid #A0C512;*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=135, Strength=2);
}

.ThemeRTVSubMenuTable
{
	overflow:	visible;
}

.ThemeRTVMainItem,.ThemeRTVMainItemHover,.ThemeRTVMainItemActive,
.ThemeRTVMenuItem,.ThemeRTVMenuItemHover,.ThemeRTVMenuItemActive
{
	border:		0;
	cursor:		pointer;
	white-space: normal;
}

.ThemeRTVMainItem
{
	background-color:	#FFFFFF;
	width: 147px;
	height: 18px;
}

.ThemeRTVMainItemHover,.ThemeRTVMainItemActive
{
	background-color:	#D8E1E6;
	width: 150px;
	height: 18px;
}

.ThemeRTVMenuItem
{
	background-color:	#D8E1E6;
	
}

.ThemeRTVMenuItemHover,.ThemeRTVMenuItemActive
{
	background-color:	#D8E1E6;
}

/* vertical main menu sub components */

td.ThemeRTVMainFolderLeft,td.ThemeRTVMainItemLeft
{
  /* border-bottom:	1px dashed #FFFFFF;  */
	background-color:	inherit;
}

td.ThemeRTVMainFolderText,td.ThemeRTVMainItemText
{
	background-color:	inherit;
	white-space:	normal;
  text-decoration: none;
  font-family: simplified Arabic;
  font-size: 11px;
  color: #003e65;
  font-weight:bold;
}

td.ThemeRTVMainFolderRight,td.ThemeRTVMainItemRight
{
	background-color:	inherit;
}

tr.ThemeRTVMainItem td.ThemeRTVMainFolderLeft,
tr.ThemeRTVMainItem td.ThemeRTVMainItemLeft
{
	white-space:	normal;
	background-color:	inherit;
}

tr.ThemeRTVMainItem td.ThemeRTVMainFolderText,
tr.ThemeRTVMainItem td.ThemeRTVMainItemText
{
	background-color:	inherit;
}

tr.ThemeRTVMainItem td.ThemeRTVMainItemRight,
tr.ThemeRTVMainItem td.ThemeRTVMainFolderRight
{
	background-color:	inherit;
}


/* sub menu sub components */

.ThemeRTVMenuFolderLeft,.ThemeRTVMenuItemLeft
{
	background-color:	#D8E1E6;
	white-space:	normal;
	height:18px;
}

.ThemeRTVMenuFolderText,.ThemeRTVMenuItemText
{
	background-color:	#D8E1E6;
	white-space:	normal;
  text-decoration: none;
  font-family: simplified Arabic;
  font-size: 11px;
  color: #003e65;
  font-weight:bold;
}

.ThemeRTVMenuFolderRight,.ThemeRTVMenuItemRight
{
	background-color:	#D8E1E6;
	white-space:	normal;
}

.ThemeRTVMenuItem .ThemeRTVMenuFolderLeft,
.ThemeRTVMenuItem .ThemeRTVMenuItemLeft
{
	white-space:	normal;
	border:		0;
	background-color:	#D8E1E6;
}

.ThemeRTVMenuItem .ThemeRTVMenuFolderText,
.ThemeRTVMenuItem .ThemeRTVMenuItemText
{
	background-color:	#D8E1E6;
}

.ThemeRTVMenuItem .ThemeRTVMenuFolderRight,
.ThemeRTVMenuItem .ThemeRTVMenuItemRight
{
	background-color:	#D8E1E6;
}
