ul {
list-style-type:none;
margin:0;
padding:0;
}

li {
display:inline-block;
float: left;
border-bottom: 0px solid red;
margin-left: 21px;
}

li a {
display:block;
margin-left: 15px;
margin-right: 15px;
height: 72px;
text-align: left;
line-height: 72px;
font-family:'Vodafone Lt';
font-size: 23px;
font-weight: lighter;
color: #525252;
background: #fff;
text-decoration: none;
}

li:hover a {
background: #fff;
color: #e60000;
}

li:hover ul a {
background: #f3f3f3;
color: #525252;
height: 72px;
line-height: 72px;
}

li:hover ul a:hover {
background: #fff;
color: #e60000;
}

li ul {
display: none;
}

li ul li {
display: block;
float: none;
margin-left: 0px;
}

li ul li a {
width: auto;
padding: 0 15px;
border: 0px solid red;
}

ul li a:hover + .hidden, .hidden:hover {
display: block;
}

.show-menu {
font-family:'VodafoneRg_0';
font-weight: bolder;
font-size: 38px;
text-decoration: none;
color: #525252;
background: #fff;
text-align: right;
width: 100%;
display: none;
border: 0px solid red;
line-height: 72px;
margin-left: -13px;
}

input[type=checkbox]{
display: none;
}

input[type=checkbox]:checked ~ #menu{
display: block;
}

.logout a {
min-width: 100px;
background: url(../img/logout.png) 0px 22px no-repeat;
background-color: #fff;
text-align: right;
}

.logout a:hover {
min-width: 100px; 
background: url(../img/logout_hover.png) 0px 22px no-repeat;
background-color: #fff;
text-align: right;
}

.logout:last-child {
float: right;
}



@media screen and (max-width : 1130px){

ul {
position: static;
display: none;
}

li {
border-bottom: 1px solid #fff;
margin-left: 0px;
}

ul li, li a {
width: 100%;
}

.show-menu {
display:block;
}

li a {
display:block;
margin-left: 0px;
margin-right: 0px;
height: 72px;
text-align: left;
line-height: 72px;
font-family:'Vodafone Lt';
font-size: 23px;
font-weight: lighter;
color: #525252;
background: #fff;
text-decoration: none;
padding-left: 13px;
}

.logout a {
padding-left: 50px; 
background: url(../img//logout.png) 12px 22px no-repeat;
background-color: #fff;
text-align: left;
}

.logout a:hover {
padding-left: 50px; 
background: url(../img//logout_hover.png) 12px 22px no-repeat;
background-color: #fff;
text-align: left;
}

}