@charset "utf-8";
/* CSS Document */



#pointermenu2{
margin: 0;
padding: 0;
width:881px;
background-image:url(immagini/sfmenu_08.gif);
background-repeat:repeat-x;

}

#pointermenu2 ul{
margin: 0;
 /*menu offset from left edge of window*/
float: left;
height:30px;
padding-top:9px;
background-image:url(immagini/sfmenu_08.gif);
background-repeat:repeat-x;
text-decoration: none;
font: bold 13px Arial; /*optional left round corner*/
}

* html #pointermenu2 ul{
 /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
/*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: #3c3c3c;
font-weight: bold;
padding: 7px 17px 7px 17px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: #3c3c3c;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: #bd0004;
background: transparent url(images/pointer.gif) bottom center no-repeat;
height:20px;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}



