.main-menu li a {
    display: inline-block;
    font-size: 16px;
    color: #2d2d2d;
    position: relative;
    padding: 5px 17px;
    border-radius: 5px;
    margin-left: 15px;
    font-weight: 500;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 1.1em;
}

div.menu-clear-left
{
	clear:left;
}