#menu a 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
margin: 0; 
font-size: 13px; 
font-weight: none;
display:block; 
width:200px; 
height:30px; 
color: black; 
text-decoration: none; 
} 

#menu a:hover 
{	
background: url(img/menu5.gif) 0 -32px; 
color: #ffffff; 
} 

#menu a:active 
{ 
background: url(img/menu5.gif) 0 -64px; 
color: #ffffff; 
} 

div.outer 
{ 
background: url(img/menu5.gif) 0 -32px no-repeat; 
} 

div.outer a 
{ 
display: block; 
margin: 0; 
padding:0; 
width:100%; 
height:100%; 
overflow:hidden; 
background: url(img/menu5.gif) top left no-repeat; 
} 

div.outer span 
{ 
display: block; 
margin:0; 
padding: 8px 5px 0 4px; 
}
