/* CSS Document */


ul#menu {
list-style-type: none; /*remove o marcador*/ 
margin: 0; /*remove o recuo IE e Opera*/ 
padding: 0; /*remove o recuo Mozilla e NN*/ 
font: bold 16px arial, helvetica, sans-serif;
}

 a#menu {
display: block;
padding: 1px 0 1px 16px;
border: none;
width: 180px;
background-color: #000066;
color: #FFFFFF;
text-decoration: none;
background-image:  url(fundo_1.gif); 
voice-family: "\"}\"";  /*Box Model Hack*/
voice-family:inherit;
width:153px;
}


a#menu:hover { 
border: none; 
background-color:white; 
background-image:  url(fundo_2.gif); 
color:#000000; 
}

ul#vert {
list-style-type: none; /*remove o marcador*/ 
margin: 0; /*remove o recuo IE e Opera*/ 
padding: 0; /*remove o recuo Mozilla e NN*/ 
font: bold 16px arial, helvetica, sans-serif;
}

 a#vert {
display: block;
padding: 1px 0 1px 16px;
border: none;
width: 180px;
background-color: #000066;
color: #FFFFFF;
text-decoration: none;
background-image:  url(fundo_1.gif); 
voice-family: "\"}\"";  /*Box Model Hack*/
voice-family:inherit;
width:153px;
}


a#vert:hover { 
border: none; 
background-color:#FFFFFF; 
background-image:  url(fundo_2.gif); 
color:#000000; 
}

a#vert:active { 
border: none; 
background-color:#000066; 
background-image:  url(fundo_2.gif); 
color:#000000; 
}
