.menus {
    margin: 40px 0 0 0;
    float: left;
    background: #E7ECF0;
}
.menus table{
    font-size: 13px;
    color: #514F50;
    width: 370px;

}
.menus table tr td {
    padding-left: 10px;
}
.menus caption {
    line-height:65px;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
}
.menus.left {
    margin-right: 10px;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
