  ul.hambarx{
        padding: 10px 0 0 0;
        list-style: none;
        background: var(--current-color);
		color:white;
		font-family: "bariol",arial,sans-serif;
		font-size:14px;
        border-radius:2px;
		
    }
    ul.hambarx select {
        height: 40px;
        cursor: pointer;
    }
    ul.hambarx li.doh{
        display: inline-block;
        position: relative;
        text-align: left;
        padding-top:0px;
        
		
    }   
	ul.hambarx li.notifier{
        display: inline-block;
        position: relative;

        text-align: left;
		
    }	
	ul.hambarx li.notifiershort{
        display: inline-block;
        position: relative;

        text-align: left;
		 padding-right:35px;
		 width:10px;
		 
		
    }
    ul.hambarx li.doh a{
        display: block;
        padding: 8px 35px;
        color: white;
        text-decoration: none;
    }   
	ul.hambarx li.notifier a{
        display: block;
        padding: 8px 35px 15px 20px;
        color: white; /* bloodred */
        text-decoration: none;
		min-width: 20%;
		width:20px;
        background:var(--curent-color);
    }
	ul.hambarx li.notifiershort a{
        display: block;
       
        color: white;
        background: none; /* bloodred */
        text-decoration: none;
		width: 30px;
    }
    ul.hambarx li.doh a:hover{
        color: #fff;
        font-weight:bold;
    }  
	ul.hambarx li.notifier a:hover{
        font-weight:bold;
    }
    ul.hambarx li.doh ul.dropdownx{
        min-width: 200%; /* Set width of the dropdown */
        color: var(--current-color);
        display: none;
        position: absolute;
        z-index: 999;
		text-align:left;
		padding-left:0px;
        
    }    
	 ul.hambarx li.notifier ul.dropdownz{
        min-width: 500%; /* Set width of the dropdown */
        color: bloodred;
        display: none;
        position: absolute;
        z-index: 999;
		text-align:left;
		padding-left:0px;
    }	
	ul.hambarx li.notifiershort ul.dropdownz{
        min-width: 200%; /* Set width of the dropdown */
        color: bloodred;
        display: none;
        position: absolute;
        z-index: 999;
		text-align:left;
		padding-left:0px;
    }
    ul.hambarx li.doh:hover ul.dropdownx{
        display: block;	/* Display the dropdown */
		font-weight:normal;
    }   
	ul.hambarx li.notifier:hover ul.dropdownz{
        display: block;	/* Display the dropdown */
		font-weight:normal;
    }
    ul.hambarx li.doh ul.dropdownx li.duh{
        display: block;
		background: var(--current-color);
    }    
	 ul.hambarx li.notifier ul.dropdownz li.duh a{
        display: block;
		background: #f7eeed;
		color: #c0392b;
    }