@charset "UTF-8";
/* CSS Document */


/* JDOE fixes */
.aside-nav li > ul {
	height: auto;
	max-height: 0;
	-webkit-transition: max-height .35s ease-out;
    -moz-transition: max-height .35s ease-out;
      -o-transition: max-height .35s ease-out;
     -ms-transition: max-height .35s ease-out;
         transition: max-height .35s ease-out;
		 border-top:none;
		 
}

.aside-nav li.open > ul, .open2 > ul {
	-webkit-transition: max-height 1s ease-in;
    -moz-transition: max-height 1s ease-in;
      -o-transition: max-height 1s ease-in;
     -ms-transition: max-height 1s ease-in;
         transition: max-height 1s ease-in;
	max-height: 500px !important;
	border-top:none;
	 
}