body 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
margin: 0; 
font-size: 100%; 
font-weight: bold; 
} 

#menu a 
{
	display: block;
	width: 168px;
	height: 29px;
	color: Navy;
	background: url("images/menu1_02.gif") 0 0 no-repeat;
	text-decoration: none;
} 

#menu a:hover 
{
	background: url("images/menu1_02.gif") 0 -29px;
	color: #8B0000;
} 

#menu a:active 
{ 
background: url("images/menu1_02.gif") 0 -57px; 
color: #0066ff; 
} 

div.outer 
{ 
background: url("images/menu1_02.gif") 0 -28px no-repeat; 
} 

div.outer a 
{ 
display: block; 
margin: 0; 
padding:0; 
width:100%; 
height:100%; 
overflow:hidden; 
background: url("images/buttonkymenu.gif") top left no-repeat; 
} 

div.outer span 
{ 
display: block; 
margin:0; 
padding: 7px 25px 0 28px; 
}