.menu.top{
    background: none;
    z-index: 999999;
}
.menu.top li
{
	background: none;
}

/*
define all menu items link color
*/

.menu.top li a.home{
   padding: 22px;
   padding-bottom: 23px;
   background-image: url(Yurt-256.png);
   background-size: contain;
   background-repeat: no-repeat;      
}
.menu.top li a.home:hover{
   padding: 22px;
   padding-bottom: 23px;
   background-image: url(Yurt-25611.png);
   background-size: contain;
   background-repeat: no-repeat;   
              
}
.menu.top li a
{
    color: #2B358B;
    padding: 15px 12px;    
    background: none;           
    
}

/*
define top level menu item link settings
dont change order of upper class (.menu.top li a) definition
with this definition or it will mess up
*/
.menu.top > li > a
{
    font-size: 14px;

font-family:'Roboto Condensed', sans-serif;
    line-height: 15px;
    color: #333;
    text-transform: uppercase;
    font-weight: normal;
   
}


/*
define all menu link items hover
b09b80



*/

.menu.top li a.active{
    color: #E9EDF8;          
   background:#2ca1b7;
}
.menu.top li a.legalss{
   
}

.menu.top li a:hover
{
 color: #E9EDF8;       
    background:#2ca1b7;
}

.menu.top > li:hover > a
{
 color: #E9EDF8;  
    background: #2ca1b7;
}

.menu.top > li.active > a
{
     color: #E9EDF8;  
      background: #2ca1b7;
    
}

.menu.top li li.active > a
{
    color: #149058;
    font-weight: 500;    
    
}

.menu.top > li.active:hover
{
    background-color: #333;
}

.menu.top ul ul
{
    background: none;    
    

}

.menu.top ul
{
    background: none;
}

.menu.top ul li
{    
    background: none;    
    max-width: 250px;
    width: 250px;
    min-height: 40px;     
    height: auto;        
    display: block;
    white-space: pre-line; 
}


.menu.top ul ul li
{
    background: none;        
    width: 250px;    
    
}

.nf .menu.top li li a{

width: 100%; 
}
.nf .menu.top ul ul li, .nf .menu.top ul li{
   width: 100%;
   max-width: 100%;
}
.menu.top li li a
{
    font-size: 14px;
    border-bottom: 1px solid #d3daf0;            
    color: #2ca1b7;
    background-color: #e9edf8;
    white-space: pre-line;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.menu.top.vertical li a:hover
{
    color: #2ca1b7;
    background: none;
}

.menu.top.vertical > li.active > a
{
    color: #2ca1b7;
    background: #e9edf8;
}

.menu.top.button
{
	background: none;
	padding:5px;
	overflow: hidden;
	width: 26px;
	height: 23px;
    cursor: pointer;
    float: left;
    display: block; 
    position: absolute;
    top: 25%;   
  
    display: none;
}