/* ThemeRTVMenu Style Sheet */

.ThemeRTVMenu,.ThemeRTVSubMenuTable
{
	 
	
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	direction:rtl;
	 
	width: 120px;
	height:27px;
	
	background-color:	#1B5499;
 
}

.ThemeRTVSubMenu
{
	

	margin:-1;
	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;	 
	padding:	0;
	overflow:	visible;
	
	
}

.ThemeRTVSubMenuTable
{
	overflow:	visible;	
}

.ThemeRTVMainItem,.ThemeRTVMainItemHover,.ThemeRTVMainItemActive,
.ThemeRTVMenuItem,.ThemeRTVMenuItemHover,.ThemeRTVMenuItemActive
{
	border:		0;
	cursor:		pointer;
	white-space:	nowrap;	
	height:27px;

	 
}

.ThemeRTVMainItem
{		
	 
	height:27px;
	color:#ffffff;
	 
	background-image:url(/images/themes/default/menu_off.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	line-height:27px;
	border-left: 1px solid #95b3d6;	
	 
}

.ThemeRTVMainItemHover,.ThemeRTVMainItemActive
{			
	 
 	
	height:27px;
	 
	text-decoration: none;
	border-left: 1px solid #95b3d6;	
	padding-left:10px;
	padding-right:10px;
	
	background-image:url(/images/themes/default/menu_on.jpg);
	background-repeat:repeat-x;
	background-color:	#6AA42C;
	
}

.ThemeRTVMenuItem
{	
     
	height:27px;	
}

.ThemeRTVMenuItemHover,.ThemeRTVMenuItemActive
{	 
	 background-color:	#6AA42C;
	 background-image:url(/images/themes/default/menu_on.jpg);
	 background-repeat:repeat-x;
}

/* vertical main menu sub components */

 

td.ThemeRTVMainFolderText,td.ThemeRTVMainItemText
{			
 
		
	height:27px;
	
	color:#ffffff;	
	/*border-top: 1px solid #FF7930;
	border-bottom: 1px solid #FF7930;*/
	
	 
	white-space:	normal;	
	
	padding-left:10px;
	padding-right:10px;
	line-height:27px;
	
}


tr.ThemeRTVMainItem td.ThemeRTVMainFolderText,
tr.ThemeRTVMainItem td.ThemeRTVMainItemText
{
	 
	
	padding-left:10px;
	padding-right:10px;
	line-height:27px;
	height:27px;
}

 

.ThemeRTVMenuFolderText,.ThemeRTVMenuItemText
{		
	
	height:27px;	 
	white-space:	normal;		
	color:#ffffff;
	 
	border-bottom: 1px solid #FFFFFF;
	width: 120px;
	
	padding-left:10px;
	padding-right:10px;
}

 

 
