.dropbtn {
	padding-bottom: 15px;
    border: none;
    cursor: pointer;
    background-color: #0d294e;
    color: #c1c3c2;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-image: url('../img/menu_bg.png');
    min-width: 900px;
    z-index: 99;
    text-align: left;
    border-width: 4;
}

/* Links inside the dropdown */
.dropdown-content a {
    text-decoration: none;
    display: block;
    color: #ffffff;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {/*background-color: #f1f1f1*/}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    
}

.menu-sub{
	
}


.menu-sub-content{
	
}

.menu-sub ul{
	display: inline;
}

.menu-sub li{
	display: inline-table;
	width: 370px;
	text-align: left;
	height: 300px;
	padding: 5px;
}

.box-Menu{
	
}

.menu-sub-1{
	left: -170px;
	width: 1131px;
}

.menu-border-right-none{
	border-none: none;
	background-color: #df5f20;
}

