.myeni-menu-item-container{
 display:none;
}
#info {
    color:#c7c7c7;
    float:right;
    margin:0;
    padding:0 10px ;
    border-right: 1px solid #606060;
    border-left: 1px solid #606060;
}

#info a {
    display:inline-block;
    text-decoration:none;
    color:#fed300;
    background: url('/public/en_BE/eni_europe/static/images/mondo.gif') no-repeat right center;
    line-height:35px;
    padding:0 32px 0 0 ;
}

#info a:hover {
    text-decoration:underline;
    color:#fed300;
}

/*nuovo menu di servizio*/

#headMenu ul, #headMenu li, #headMenu p {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
}
#headMenu {
    width: 100%;
    height: 36px;
    font-size: 11px;
    position: fixed;
    top:0;
    left:0;
    z-index: 99;
    color:#c7c7c7;
    font-family: "Lucida Grande", "Verdana", sans-serif;
}
* html #headMenu {
	/*commented on 03.05.2013*/
    /*position: absolute;*/
}
#headMenu .headMenu_bg {
    background: #444444;
}
#headMenu .innerWrapper {
    width: 990px;
    margin: 0 auto;
    overflow: hidden;
}
#headMenu ul {
    list-style: none;
    float: left;
}
#headMenu ul li {
    float: left;
    border-left: 1px solid #606060;
}
#headMenu ul li.last {
    border-right: 1px solid #606060;
}
#headMenu ul li a {
    color: #c7c7c7;
    padding: 9px 25px 9px 10px;
    margin:0;
    background: url('/public/en_BE/eni_europe/static/images/headMenu_down_arrow.gif') no-repeat right center;
    display: block;
    position: relative;
    z-index: 23;
    overflow: hidden;
}
#headMenu ul li a.over {
    color: #c7c7c7;
    padding: 9px 25px 9px 10px;
    margin:0;
    background: #555555 url('/public/en_BE/eni_europe/static/images/headMenu_up_arrow.gif') no-repeat right center;
    display: block;
    position: relative;
    z-index: 23;
    overflow: hidden;
    text-decoration: none
}
#headMenu ul li.link a {
    background: url('/public/en_BE/eni_europe/static/images/headMenu_left_arrow.gif') no-repeat 10px center;
    padding: 9px 10px 9px 20px;
    color: #fed300;
}
#headMenu ul li.link a:hover {
    background: transparent url('/public/en_BE/eni_europe/static/images/headMenu_left_arrow.gif') no-repeat 10px center;
}
#headMenu ul.second_level {
    position: absolute;
    margin:-2px 0 0 -1px;
    z-index: 21;
    background: #555555;
    border: 1px solid #606060;
    display: none;
}
#headMenu ul.second_level li {
    float: none;
    border: none;
    border-bottom: 1px dotted #aaa8a2;
    display: block;
    width: 200px;
    margin: 0 10px;
}
#headMenu ul.second_level li.title {
    color: #c7c7c7;
    padding: 10px 10px 0 10px;
    margin: 1px 1px 0 1px;
    display: block;
    border: none;
}
#headMenu ul.second_level li.last {
    border: none;
    border-bottom: 1px solid #8e8e8e;
    margin:0;
    padding: 0 10px;
}
#headMenu ul.second_level li.cta {
    border-bottom: none;
    line-height: 34px;
}
#headMenu ul.second_level li.cta a {
    display: inline;
    background: none;
    padding: 0;
}
#headMenu ul.second_level li.cta a:hover {
    background: none
}
#headMenu ul.second_level li a {
    background: url('/public/en_BE/eni_europe/static/images/headMenu_left_arrow.gif') no-repeat 0 center;
    padding-left: 10px;
    margin: 0;
    zoom:1;
    color: #fed300;
    padding: 7px 10px;
}
#headMenu ul.second_level li a:hover {
    background: url('/public/en_BE/eni_europe/static/images/headMenu_left_arrow.gif') no-repeat 0 center;
    text-decoration: underline;
}

#headMenu ul.second_level li.title a{
	background: transparent;
	color: #c7c7c7;
    	padding: 10px 10px 0 10px;
    	margin: 1px 1px 0 1px;
    	display: block;
    	border: none;
    	padding-left: 0 !important;
}
#headMenu ul.second_level li.title a:hover{
	background: transparent;
	color: #c7c7c7;
    	padding: 10px 10px 0 10px;
    	margin: 1px 1px 0 1px;
    	display: block;
    	border: none;
    	padding-left: 0 !important;
}
    
#headMenu_shadow {
    background: url('/public/en_BE/eni_europe/static/images/headMenu_shadow.png') repeat-x;
    height: 7px;
    width: 100%;
    display: block;
    display: none
}
#headMenu a {
    text-decoration: none
}
