.object {
    width: 40px;
}

.object2 {
    margin-top: 100%;
    margin-bottom: 5px;
    margin-left: 8%;
    width: 40px;
}

.level {
    width: 80px;
}

.logo {
    height: 90%;
    width: 80%;
}

.listobj {
    margin-top: 0%;
    margin-left: 0%;
}

.plmn {
    width: 70px;
}

.plmnDropDown dd {
    position: absolute;
}

.plmnDropDown dd ul {
    color: white;
    display: none;
    position: absolute;
    list-style: none;
}


/* level dropdown */

.levelDropDown dd {
    position: absolute;
}

.levelDropDown dd ul {
    color: white;
    display: none;
    position: absolute;
    list-style: none;
}


/* object dropdown */

.objectDropDown dd ul {
    color: white;
    display: none;
    width: 8%;
    position: absolute;
    list-style: none;
}


/* .objectDropDown dd ul li a img{  width: 8%;
    position:absolute; list-style:none;
                                        } */

.objBelowLogo {
    left: 5%;
    top: 65%;
    position: fixed;
    /* left: 0%;
    top: 21%;
	position: fixed; */
    width: 35px;
}