.menuvert ul{
    list-style-type: none;margin:0; padding:0;
}

.menuvert .menusbn li{
    list-style-type: none;margin-bottom:3px;position:relative;
}

.menuvert .menusbn
{
    position: relative;
    padding: 10px 0px 10px 9px; 
    border-bottom:1px solid #111;
    text-shadow: 0 2px 2px black;
    color: #e4e4e4;
    text-decoration: none;    
}

.menuvert .menusbn span{
    cursor:pointer;
}

.menuvert .menusbn .parent1{
    font-weight:bold;
}

.menuvert .menusbnh {
    display:none;
    margin:5px 5px 0 -20px;
    padding:3px 3px 3px 25px ;
    border-radius:0px 5px 5px 0px;    
    background: #444;
}

.menuvert .menusbnh2 {
    display:none;
    margin-bottom:10px;
    padding-left:10px;
    border-left:1px dashed #FFC858;    
}

.menuvert .menusbnh2 ul li:first-child{
    margin-top:5px;
}
.menuvert .menusbn a:hover 
{
    color: #538ebe;
}

.menuvert .menusbn span:hover 
{
    color: #538ebe;
}

.menuvert .menusbn:first-child .parent1 a{
    color: #538ebe;
}

.menuvert .actig {    
    color: #538ebe;
}

.menuvert .actig hover{
    color: #538ebe;
}

.menuvert .Menubarre{
    position:absolute;
    padding:3px;
    bottom:0;
    right:0;    
    border:1px 1px 1px solid #538ebe;
    border-radius:8px 0px 8px 0px;    
    cursor:pointer;    
    opacity:0.5;
    background:white;    
}

.menuvert .Menubarretop{
    top:0;
    bottom:auto;
}

.MenubarretopN1{
    top:10px;
    height:13px;
}

.menuvert .Menubarre:hover{
    opacity:1;
}

.menuvert .Menubarre,.menuvert .Menubarre .Menuadd a{
    font-size:9px;
    font-weight:normal;
    text-shadow: 0 0px 0px black;
    color: #000;
    text-decoration: none;
}

.menuvert  .Menubarre .Menudelete{
    padding:1px 3px 1px 3px;
    border-radius:5px;
    border:1px solid #111;
    color:white;
    background:#666;
}

.menuvert   .Menubarre .Menudelete:hover{
    color:black !important;
    background:red;
}

.menuvert  .Menubarre .Menuadd a:hover{
    color:green;
}

#newCat{
 color:white;
}

#newCat:hover:before {
 content: "";
}

@media only screen and (max-width: 400px){
   .menuvert .menusbn span{padding-left:30px;line-height: 30px;font-size: 16px;background:url('../../../template/images/menu/h1menu.png') no-repeat;}
   .menuvert .menusbn a{padding-left:5px;line-height: 30px;font-size: 16px;}
}