@charset "utf-8";
/* Foglio di stile (CSS) */

#tbar {
	position: fixed;
	width:100%;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:1;
        background:url(../img/trtbar/bgbar2.png);
	background-color:#DCE2EB;
}

.tbaar{
    background:url(../img/trtbar/bgbar.png);
    background-repeat:repeat-x; 
    background-position:bottom;
}

.tbaar:hover{
    background:url(../img/trtbar/bgbar2.png);
    background-repeat:repeat-x; 
    background-position:bottom;
}

.tbarcontent{
    background-image:url(../img/trtbar/bgbar3.png);
    background-repeat:repeat-x;
    background-color:#DCE2EB;
}