.c-content-title-1.div_subcate {
    color: #5c6873;
    font-family: "Roboto Condensed", sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-weight: 300;
    font-size: 17px;
}
.c-content-title-1.div_subcate > h3 {
    text-transform: uppercase;
    color: #5c6873;
    font-weight: 700; 	/* Added by Derek */
	/* font-size: 20px; */
    font-size: 23px; 	/* Modified by Derek */
}


.c-content-title-1.div_subcate div.sub-menus {
    padding-left: 10px;
    background-color: #f2f2f2;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
.c-content-title-1.div_subcate .sub-menus a {
    text-decoration: none;
    color: #3a3f45;
      position: relative;
  left: -10px;
}
.c-content-title-1.div_subcate .sub-menus a:hover {
    color: #32c5d2;
    text-decoration: underline;
}
/* Added by Derek */
.c-content-title-1.div_subcate .sub-menus a.selected_cate {
    color: #32c5d2;
    text-decoration: underline;
}
.c-content-title-1.div_subcate ul.submenu-list {
    list-style-type: disc;
    padding: 0;
    overflow: auto;
    list-style-position: inside;
	margin-top:1em !important; 	/* Added by Derek */
	margin-bottom:1em !important; 	/* Added by Derek */
}
.c-content-title-1.div_subcate ul li {
    float: left;
    margin-right: 30px !important;
}
.c-content-title-1.div_subcate .sub-menus img {
    float: left;
    vertical-align: middle;
    padding: 2px 10px 10px 0;
	box-sizing: initial;	/* Added by Derek */
}
.c-content-title-1.div_subcate .menus span {
    margin-right: 30px !important;
}


