.menu{
 list-style-type: none;
 margin: 5px 0;
 padding: 0;
 width: 170px;
 border: 0px none; 
/* caso juntar todos itens colocar separador ....
 border: 1px solid #9A9A9A; 
 border-bottom-width: 0;
*/ 

}

.menu li a{
 background: white url('/menu/glossyback.gif') repeat-x bottom left;
 color: white;
 display: block;
 width: auto;
 padding-left: 10px;
 margin-top: 5px;
 margin-bottom: 5px;
 text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:16px; font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif; padding-right:0; padding-top:3px; padding-bottom:3px
}

* html .menu li a{ width: 160px; }
.menu li a:visited, .menu li a:active{ color: white; }
.menu li a:hover{ background-image: url('/menu/glossyback2.gif'); }

.menu1{
 list-style-type: none;
 align: center;
 margin: 5px 0;
 padding: 0;
 width: 270px;
 border: 0px none; 
/* caso juntar todos itens colocar separador ....
 border: 1px solid #9A9A9A; 
 border-bottom-width: 0;
*/ 

}

.menu1 li a{
 background: white url('/menu/glossyback.gif') repeat-x bottom left;
 color: white;
 display: block;
 width: auto;
 padding-left: 10px;
 margin-top: 5px;
 margin-bottom: 5px;
 text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:16px; font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif; padding-right:0; padding-top:3px; padding-bottom:3px
}

* html .menu1 li a{ width: 260px; }
.menu1 li a:visited, .menu li a:active{ color: white; }
.menu1 li a:hover{ background-image: url('/menu/glossyback2.gif'); }