
.li1 .imgnavitext{
	background-color: rgba(0, 142, 92, 0.9);
}
.li2 .imgnavitext {
	background-color: rgba(0, 142, 92, 0.9);
}
.li3 .imgnavitext {
	background-color: rgba(0, 142, 92, 0.9);
}
.li4 .imgnavitext {
	background-color: rgba(0, 142, 92, 0.9);
}
.li5 .imgnavitext {
	background-color: rgba(0, 142, 92, 0.9);
}
.li6 .imgnavitext {
	background-color: rgba(0, 142, 92, 0.9);
}


.imgnavitext h2 a, .imgnavitext .text, .imgnavitext .text a, .imgnavitext a:visited, .imgnavitext a:focus, .imgnavitext a:active {
    color: rgb(255, 255, 255);
}

.tools .column1 {
	width: 33.3%;
}

.tools .column2 {
	width: 66.6%;
}

.extra img {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 35px;
    display: block;
	top: 0;
	margin-top: -22px;    
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.extra img {
		margin-top: 0px;
	}
}

.extra a {
    padding: 0;
    font-size: 0;
}

.others, .extra, .login, .contact {
	width: 33.3%;
}

#search {
         display : none;
}

@media (max-width: 960px) {

	.tools {
		width: 255px;
	}
	
	.tools .column1, .tools .column2 {
		width: auto;
	}
	
	.others, .extra, .login, .contact {
		width: 51px;
	}
	
	.extra img {
		top: 5px;
		right: 0px;
	}
        .searchicon {
                background : white;
         }
         #searchLinkMobile {
                 display : none;
         }
}


