.itopplus-background {

}
.leglas li >a{
  color:#ffffff !important;
  background: #ED1C24 !important;
  background-image: none !important; 
  position: relative;
  display: block;
  padding: 2px 5px;
  -moz-border-radius-topleft: 4px;
-moz-border-radius-topright:4px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-webkit-border-top-left-radius:4px;
-webkit-border-top-right-radius:4px;
-webkit-border-bottom-left-radius:4px;
-webkit-border-bottom-right-radius:4px;
border-top-left-radius:4px;
border-top-right-radius:4px;
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
}

.leglas li >a:focus,
.leglas li >a:hover {
  color:#ED1C24 !important;
-webkit-box-shadow: inset 0px -2px 0px 0px rgba(237,28,35,1);
-moz-box-shadow: inset 0px -2px 0px 0px rgba(237,28,35,1);
box-shadow: inset 0px -2px 0px 0px rgba(237,28,35,1);
  background: none !important;
  background-image: none !important; 
  -moz-border-radius-topleft: 0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}

.leglas>li .active>a
.leglas>li .active>a:focus, 
.leglas>li .active>a:hover {
  color:#000000 !important;
  background-color: none !important; 
  background-image: none !important; 
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,1) !important; 
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,1) !important; 
  box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,1) !important; 
}


.menuVertical
.leglas > li .active > a,
.leglas > li .active > a:hover, 
.leglas > li .active > a:focus {
  color:#ED1C24 !important;
  background-color: #fff !important; 
  background-image: none !important; 
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,1) !important; 
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,1) !important; 
  box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,1) !important; 
}


