/* CSS Document */

#menu { 
position: absolute; 
left: ## px; /*posição à direita*/
top: ## px; /*posição abaixo*/
width: 180px; 
}

#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: 220px;
background-color: #339966;
color: #FFFFFF;
text-decoration: none;
background-image: url(img/01.jpg); 
voice-family: "\"}\"";  /*Box Model Hack*/
voice-family:inherit;
width:153px;
}
body>#menu a {width:153px;}

#menu a:hover { 
border: 1px solid #000000; 
background-color:#FFFF99; 
background-image: url(img/01_.jpg); 
color:#000000; 
} 