﻿#cssmenu #menu-button
{
   
    /* droped by eran 15/2/18 . return this to ovveride default that is in dev css    color: #dddddd;
 
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
		*/  
    
}


.toggleMenu {
    color: #fff;
}
.nav {
     
     /*background:#175e4c;*/
     /*31-05-2015 vibhav - background of the top menu*/
     background-color: #848484 ; /* 29/12/15 #00284b  286E8A  ;  */
     /*background:#1b2e3e;*/
    
}

.nav a {
    color:#fff;
}

.nav > li > a {
	/* 16/91/17 font-family: "carmelit_regularregular";   */
	font-family: arial; 
	font-weight:lighter; /*24/8/17 */
	direction:rtl !important;
	font-size:20px;  /*24/8/17 was 14 */  /* 1em eran 7/6/15 */
    white-space:normal !important;
	text-align:center;
	/*height:20px;*/
	color:white; /*2/12/09*/
}
.hover 
{
    /*remark: change the background color of the drop down menu*/
    background:#1b2e3e !important;
}

.nav li li a {
    /*background: #1d7a62;*/
    /*31-05-2015 vibhav - background of the top menu*/
    background-color:black;
    font-family: "carmelit_regularregular"; 
	direction:rtl !important;
	font-size:1em;
    white-space:normal !important;
}
.nav li li li a {
    background:#249578;
}

/* 04-06-2015, vibhav bhavsar, different color for the selected menu */
.SelectedMenuStyle /*6*/
{
	/*remark: top menu mouse on button 6*/
	/*קביעת רקע צבע תפריט נבחר בעליון - מידר*/ 
	
/* eran 21/7/13 	
	background: url(menu_2colors_back_mouse_over.gif); */
	background:#1b2e3e !important;    /* 526568 #292f32  #02111D; */

	
	/*background-color:#204e72 !important; */
	color: white !important;
	
}


/*================================================
  Start New Menu design settings
==================================================*/

@media screen and (min-width: 859px)
{
    
    /* 25/01/16 vibhav bhavsar, if font size = 1px then will enable new design (if its applicable as per menu width ) 
                                else if font size = 0px then code will enable old menu design  */
    
    .EnableNewMenuDesign
    {
        font-size:1px;
    }
   
   
   /* only if wants backgroung picture for the menu
   .NewNavMenuSettings
    {
        background: url('http://www.acum.org.il//sites/default/themes/acum/images/menubg.jpg') no-repeat !important;
        background-size: cover !important;
    }
		*/
    
}

/*================================================
  End New Menu design settings
==================================================*/