#menu {
	position: absolute;
	left: 7px; /*posição à direita*/
	top: 34px; /*posição abaixo*/
	width: 150px;
}

#menu ul {
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;
}

#menu a {
display: block;
padding: 1px 0 1px 25px;
border: 1px solid #000000;
width: 150px;
color: #000000;
text-decoration: none;
background-image: url(/new/fundo1.gif); 
voice-family: "\"}\"";  /*Box Model Hack*/
voice-family:inherit;
width:123px;
}
body>#menu a {width:123px;}

#menu a:hover { 
border: 1px solid #000000; 
background-image: url(/new/fundo2.gif); 
color:#000000; 
}
