/**************************************************************************
** Classes collection for 'Site Tree' upper menu bar
**
** Delimeter classes    : vertical TD (for first level)
** 						     horizontal TR and TD (for second level)
** First level classes  : "upperMenu" for TABLE,TR,TD,A
**								  "upperMenu_h","upperMenu_s" for TD,A
** Second level classes : "upperSubMenu" for TABLE,TR,TD,A
**								  "upperSubMenu_h","upperSubMenu_s" for TR,TD,A
**								  "upperMenuContainer" for DIV
** Hight level classes  : "upperSubMenu_Lev"+level for TABLE,TR,TD,A
**								  "upperSubMenu_Lev"+level+"_h","upperSubMenu_Lev"+level+"_s" for TR,TD,A
** 							  "upperMenuContainer_Lev"+level for DIV
** "_h" class use for onmouseover,onmouseout events and case then object is
**		  parent of current object
** "_s" class use for case then object is current object
***************************************************************************/
#upper_bar_part{text-align:center !important;}
div.upper_bar
{
text-align:center !important;
align:center;
    width:780px;
   
	
    padding:0px 0px 0px 0px;
}
div.ub_cont
{text-align:center;
   

    padding:0px 0px 0px 0px;
   
}
/**FIRST LEVEL:**/
table.upperMenus
{
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
   
	
}
td.upperMenu,td.upperMenu_h,td.upperMenu_s
{
   
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:right;
}
td.upperMenu_h,td.upperMenu_s
{
   
}
div.upper_bar br
{
    display:none;
}

a.upperMenu,a.upperMenu_h,a.upperMenu_s
{
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	height:23px;
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:100%;
	line-height:20px;
}


td.upperSubMenu,td.upperSubMenu_h,td.upperSubMenu_s
{
  
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
   
}
td.upperSubMenu_h,td.upperSubMenu_s
{
    background:#000000 url(/images/1.he/backgrounds/navbar_bg_on.gif) top left repeat-x;
}
   


a.upperSubMenu_h,a:link.upperSubMenu_h,a:visited.upperSubMenu_h,a:hover.upperSubMenu_h,a:link.upperSubMenu,a:visited.upperSubMenu,a:hover.upperSubMenu{
	text-decoration:none;
	
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#3e01a4;
	line-height:20px;
  
    display:block;
    padding:0px 10px;
}
a.upperSubMenu,a.upperSubMenu_s,a:link.upperSubMenu_s,a:visited.upperSubMenu_s,a:hover.upperSubMenu_s,
a:link.upperSubMenu,a:visited.upperSubMenu,a:hover.upperSubMenu{
	text-decoration:none;
	
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	line-height:20px;

    display:block;
    padding:0px 10px;
}


/**DELIMETERS:**/
td.upperMenu_VertDelim
{
	
}
img.UpperMenuBullet{
	
}
tr.upperSubMenu_horizDelim{}
td.upperSubMenu_horizDelim{}

div.upperSubMenuContainer
{
    width:120px !important;
    direction:rtl;
    background-color:#ffffff;
}
table.upperSubMenu
{
    width:100%;
}
div.upperSubMenu
{
    width:120px !important;
}
