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



nav.menu {
    width            : 894px;
    margin           : 2px auto;
    border-radius    : 10px;
    overflow         : hidden;
    background-color : rgba(0, 0, 0, 0.0);
	opacity          : 1;
	font-family      : sans-serif;
	font-style: normal;
	font-weight: 500;
    font-size        : 14px;
    line-height      : 24px;
	color            : gray;
}


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

a {
    padding         : 2px 35px;
    display         : inline-block;
    text-decoration : none;
    text-align      : center;
	opacity: 1;
    color           : gray;
    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       : 16px;
	top         : 15px;
    height      : 15px;
    margin-left : 10px;
	margin-top  : 10px
}

img.descriptionImage {
    width       : 25px;
    height      : 24px;
    margin-left : 0px;
}

img.mapsImage {
    width  : 24px;
    height : 24px;
}

img.emptyImage {
    width  : 2px;
    height : 25px;
}