
#leftmenu ul{ }
#leftmenu,
#leftmenu ul,
#leftmenu ul li,
#leftmenu ul li a {
  margin:0px 0px 0px 0px; outline:none;
  padding: 0; line-height:none;
  border: 0;width:100%;
  list-style: none; 

  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#leftmenu {
  width: 100%;
  min-height:auto;
color:#6096e2;
}
#leftmenu ul ul {
  display: none; background:#6096e2; padding-bottom:10px;
}
#leftmenu > ul > li.active > ul {
  display: block;
}


.align-right {
  float: right;
}
#leftmenu > ul > li > a {
  padding: 10px 22px; margin:0px;
  cursor: pointer;
  z-index: 2;
  font-size: ; 
  text-decoration: none;
   
  border:1px solid #6197e3;
 
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#leftmenu > ul > li > a:hover {
  color: #fff; background:#334261;
}


#leftmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #6096e2;
  content: ""; 
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#leftmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block; 
  width: 10px;
  height: 2px;  
  background: #6096e2;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#leftmenu ul > li.has-sub.open > a:after,
#leftmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); 
}
#leftmenu ul ul li a {
  padding: 0 0px 0 15px;
  cursor: pointer;

  
  text-decoration: none;
  color: #fff;

  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#leftmenu ul ul ul li a {
  padding-left: 32px;
}
#leftmenu ul ul li a:hover {
  color: #ffffff;
}
#leftmenu ul ul > li.has-sub > a:after {
  top: 9px;
  right: 26px;
  background: #fff;
}
#leftmenu ul ul > li.has-sub > a:before {
  top: 13px;
  background: #fff;
}
#leftmenu ul ul li a.arrow{ background:url(../../images/menu-arrow.png) center right no-repeat;}
#leftmenu ul ul ul li a.arrow{background:#467ecd; background:url(../../images/menu-arrow.png) center right no-repeat;}
#leftmenu > ul > li > ul > li >ul{ margin:10px 0px 0px 0px; padding:0px 0px 0px 0px; }

#leftmenu > ul > li > ul >li > ul >li{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-size:16px; background:#467ecd;}
#leftmenu > ul > li > ul >li > ul >li:hover{ margin:0px; padding:0px 0px 0px 0px; font-size:16px; border-bottom:1px dashed #7ca6e1;}
 
#leftmenu ul li a.active{ background:#6096e2; color:#fff; }



.zoom_img img{
-moz-transition:-moz-transform 0.5s ease-in; 
-webkit-transition:-webkit-transform 0.5s ease-in; 
-o-transition:-o-transform 0.5s ease-in;
}
.zoom_img img:hover{
-moz-transform:scale(2); 
-webkit-transform:scale(2);
-o-transform:scale(2);
}
