﻿
a.button {
	background: url('images/buttons/blank/down_up.jpg') 0px 0px;
	width: 120px;
	height: 35px;
	display: block;
	font-family: Arial;
	font-size: 11px;
	color: #482400;
	text-decoration: none;
	font-weight: bolder;
	text-align: center;
	line-height: 36px;
	text-indent: -8px;
	background-repeat: repeat-y;
}

a.button span { 
        display: none; 
}

a.button:hover {
	background: url('images/buttons/blank/down_up.jpg') 0px -40px;
	color: #221100;
	text-indent: -4px;
}
.nav_body {
	height: 100%;
}
