.navagation { 
margin: 0; 
padding: 0; 
list-style-type: none; 
} 


.navagation a { 
display: block; 
width: 150px; 
height: 39px; 
line-height: 39px; 
color: #000; 
text-decoration: none; 
background: #c26919 url(../images/pixy-rollover.gif) no-repeat left bottom;
text-align: center;
} 

li.first a { 
height: 40px; 
line-height: 40px; 
}

a:hover, .selected a { 
background-position: right bottom; 
color: #fff; 
} 

li { 
display: inline: /* :KLUDGE: Removes large gaps in IE/Win */ 
}
