body {
	background-position: 0 40px;
	padding: 90px 0 0 0;
       
}
.lf {
    float: left;
}

.rf {
    float: right;
}

ol, ul {
    list-style: none outside none;
}

.floatAnnulla{
    clear: both;
}


/*************************************************/
/* Elementi hat */
/*************************************************/

#row-hat {    
    background-color: #4c4c4c;
    background-position: center top;
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 11px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
   position:fixed !important;
}

#row-hat #row-hat-inner{
    width: 940px;
    margin: 0 auto;

}

#row-hat a, #row-hat a:hover{
    text-decoration: none;
}

ul#targeting, ul#versionSite{
	overflow: hidden;
	height: 100%;
    margin: 0;
    padding: 0;
}
* html ul#versionSite li{
    width: 100px;
    text-align: center;
}

ul#targeting li, ul#versionSite li{
	float: left;
	display: inline;
    line-height: 17px;
}                                                

ul#targeting li.active, ul#versionSite li.active{
	background-image: url(/resources/portal/images/n_active-targeting-versionsite.png);
	background-position: center top;
	background-repeat: no-repeat;
}

ul#targeting li.active a.targetPrivati{
	color: #e8f404;
}

ul#targeting li.active a.targetPmi{
	color: #00A7DF;
}

ul#targeting li.active a.targetPa{
	color: #d42815;
}

ul#targeting li a, ul#versionSite li a{
	border-right: 1px solid #b8b8b8;
	display: block;
	color: #fff;
}

ul#targeting li a {
	font-size: 13px;
	margin: 7px 0 6px;
	padding: 5px 20px;
}

ul#versionSite li a{
    font-size: 11px;
    height: 14px;
    margin: 10px 0;
    padding: 3px 15px;
}

ul#targeting li a.last, ul#versionSite li a.last{
	border-right: none;
}