body { 

    margin: 0; 
    font:small Verdana,Arial,Sans-serif;
color:#333;
    font-size: 90%; 
}


#contentamc{
	width: 750px;
	margin: 0 auto;
	background: #fff ;
	position: relative;}


/*---------1.5 BARRA NAVIGAZIONE ORIZZONTALE  ---------*/


#top ul{

	
margin: 117px 0px  0px  15px;
width: 100%;
border-bottom: 1px solid #DAE9F9;
border-top: 1px solid #DAE9F9;
height: 30px;

}
#top li{
float: left;
font-size: 14px;
}

#top li a{
float: left;
padding: 0 30px;
height: 30px;
line-height: 30px;
text-decoration: none;
font-weight: bold;
border-right: 1px solid #DAE9F9;
border-bottom: none;
}
#top li a.last{

}
#top li a#topcurrent{
font-weight: normal;
border-bottom: 1px solid #fff;
background: #fff;
height: 30px;
}
* html body #top li a#topcurrent{
}

#top li a:link, #top li a:visited{
color: #333;
}
#top li a:hover{
background: #DAE9F9;
}