#menu ul
{
list-style-type: none;
margin: 0;
padding: 0;
}
#menu a
{
display: block;
color: #000080;
font-weight:bold;
/*background-color: transparent;*/
width: 300px;
padding: 1px 15px;
text-decoration: none;
border-left: none;
border-bottom: 1px solid #003366;
}
#menu a:hover
{
/*background-color: transparent;*/
color: #000080;
border-top: none;
border-left: none;
border-right:none;
border-bottom: 1px solid #FF0000;
}
#menusx ul
{
list-style-type: none;
margin: 0;
padding: 0;
}
#menusx a
{
display: block;
color: #000080;
font-weight:bold;
/*background-color: transparent;*/
width: 200px;
padding: 1px 15px;
text-decoration: none;
border-left: none;
border-bottom: 1px solid #003366;
}
#menusx a:hover
{
/*background-color: transparent;*/
color: #000080;
border-top: none;
border-left: none;
border-right:none;
border-bottom: 1px solid #FF0000;
}
#menusxstretto ul
{
list-style-type: none;
margin: 0;
padding: 0;
}
#menusxstretto a
{
display: block;
color: #000080;
font-weight:bold;
/*background-color: transparent;*/
width: 160px;
padding: 1px 5px;
text-decoration: none;
border-left: none;
border-bottom: 1px solid #003366;
}
#menusxstretto a:hover
{
/*background-color: transparent;*/
color: #000080;
border-top: none;
border-left: none;
border-right:none;
border-bottom: 1px solid #FF0000;
}
#menutestata a
{
color: #FFFFFF;
text-decoration: none;
}