#menu {
width: 100%;

height: 64px;
 
}
.opaco { }

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
background-color: #000;
width: 100%;
height: 32px;
border-bottom:  1px solid #f60;
border-left:  1px solid #f60;
border-right:  1px solid #f60;
}

#menu ul.sub {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: 100%;
height: 32px;
background-color:#000;
border-bottom: none;
border-left:  1px solid #f60;
border-right:  1px solid #f60;

position: relative;
top: 0px;
display: none; 

z-index: 500;
color: #fff;
}

 
#menu a {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
border-bottom: 1px inset #f60;
margin: 0;
padding-top: 5px;
padding-bottom: 2px;
padding-left: 15px;
padding-right: 15px;
text-transform: uppercase;
height: 24px;
}
 
 
#menu a {
color: #fff;
background: #000;
text-decoration: none;
}
 
#menu a:hover {
color: #f60;
background: #000;
}
 
#menu li {
 float: left; 

	
}
  