/* CSS Document */
body 
{ 
font-family: sans-serif; 
/*text-align: center; /* IE */ 
} 


ul, li 
{ 
list-style: none; 
font-weight: bold; 
margin: 0; 
padding: 0; 
font-size: 12px; 
width: 150px; 
} 

ul li a 
{ 
display: block; 
padding: .2em 1em; 
color: #FFFFFF; 
text-decoration: none; 
border: outset #000000 1px; 
background: url('78-1.png') 0 0 repeat-y; 
_width: 100%; /* _width*/ 
} 

ul li li a 
{ 
padding-left: 2em; 
background: url('78-1.png') -300px 0 repeat-y; 
} 


ul li a:hover 
{ 
border-style: inset; 
background: url('78-1.png') -150px 0 repeat-y; 
} 

ul li li a:hover 
{ 
background: url('78-1.png') -450px 0 repeat-y; 
} 
