:root {
    --width: -85px;
     
}




div.menu {
    float: right;
    width: 580px;
    height: 175px;
    padding: 0 5px 0 0;
   position:  relative;
 
}

ul.menu {
    float: right;
    margin: 0;
    margin-top: 35px;
    padding: 64px 0 0 0;
    list-style: none;
	
    }

li.menu {
    margin-right: 40px;
    float: left;
    height: 17px;
    background-color: #c7264c;

    
}

li.menu a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    margin-bottom: 9px; 
   
}

li.menu a:hover {
    text-decoration: underline;
}

li.submenu a:not(.dropdown):hover {
    text-decoration: none;
    cursor: context-menu;
}

li.submenu {
    overflow: visible;
}

ul.dropdown {
    width: auto;
    margin: -5px;
    padding: 4px 4px 1px 5px;
    background-color: #c7264c;
    display: none;
}

li.dropdown {
    display: list-item;
    margin: 0;
    list-style: none;
    width: auto;
  
   
}

li.dropdown a {
    font-size: 17px;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 3px;
    line-height: 24px;
}

li.dropdown a:hover {
    color: #333;
    text-decoration: none;
}

li.submenu:hover ul {
    display: block;
    margin-right: var(--width);
    /* padding-right: 10px; */
}