* {
    margin     : 0;
    padding    : 0;
    box-sizing : border-box;
}



nav.menu {
    width            : 962px;
    margin           : 2px auto;
    border-radius    : 14px;
    overflow         : hidden;
    background-color : rgba(0, 0, 0, 0.0);
	opacity          : 1;
	font-family      : sans-serif;
	font-style: normal;
	font-weight: 542;
    font-size        : 15px;
    line-height      : 18px;
	color            : #383836;
}


nav.menu > ul {
    list-style-type : none;
}

a {
    padding         : 1px 3px;
    display         : inline-block;
    text-decoration : none;
    text-align      : center;
	opacity: 1;
    color           : black;
    white-space     : nowrap;
    transition      : background-color 1s;
}

a:hover {
    background-color : #58626E;
    color            : white;
	opacity: 1;
/*     border           : 1px solid black; */
}

nav.menu:hover {
	opacity: 1;
/*     border           : 1px solid black; */
}

li.item {
    float : left;
}

li.itemSub {
    background-color : #58626E;
}

li.web {
    position : relative;
}

li.web:hover ul.sub-submenu {
    display : block;
}

img.globeImage {
    width       : 18px;
	top         : 18px;
    height      : 18px;
    margin-left : 10px;
	margin-top  : 10px;
	margin-right : 7px
}

img.aboutImage {
    width       : 25px;
    height      : 24px;

}

img.mapsImage {
    width       : 18px;
	top         : 19px;
    height      : 18px;
    margin-left : 10px;
	margin-right : 7px;
	margin-top  : 10px
}
    
}
img.UhmiImage {
    width       : 18px;
	top         : 18px;
    height      : 18px;
    margin-left : 10px;
	margin-top  : 10px;
	margin-right : 7px
}