


.sideMenu{ border:1px solid #000; padding:20px;}
.sideMenu h3{ height:40px; line-height:40px; padding-left:10px; border-bottom:1px solid #7e7e7e; cursor:pointer;

    color: #7e7e7e;
    font-size: 1em;
    font-family: 'brandon_text_regularregular';
    text-transform: uppercase;
    font-weight: normal;
	
}
.sideMenu ul .nLi.on .sub{ display: block;}
.sideMenu ul .nLi .sub{ padding:8px 0; color:#999; display:none; }
.sideMenu ul .nLi .sub li{ height: 30px; line-height: 30px; list-style: none;}
.sideMenu ul .nLi .sub li a{ display: block; width: 100%; height: 100%; font-family: 'brandon_text_regularregular'; color: #7e7e7e;
    line-height: 2em; text-decoration: none; padding:0 25px; box-sizing:border-box;}
.sideMenu ul .nLi .sub li a:hover{ background:#eee;}

