span.navthis {
    padding: 3px 8px;
    background : #363017 url(foot_bck.gif) repeat;
    color: #A08B35;
    font-weight: bold;
    font-size: 12px;
}
a.nav:link, a.nav:visited, a.nav:active {
    padding: 1px 8px;
    background : #363017 url(tr_bck.gif) repeat;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
	border: 1px solid #363017;
}
a.nav:hover {
    padding: 1px 8px;
    color: #000;
    background : #A08B35 url(foot_bck.gif) repeat;
    border: 1px solid #363017;
    font-size: 12px;
	text-decoration: none;
}
div.navigation { 
    background-color: #363017; 
    border: 1px solid #A08B35; 
    margin: 2px auto; 
    text-align: center; 
    padding: 9px 5px;
	width: auto;  
    white-space: nowrap; 
    font: 11px Tahoma; 
}