.head A {
	display: block;
	width: 100%;
	background-color: #FFDCB8;
	border-left: 6px solid #FFDCB8;
	border-right: 4px solid white;
	border-bottom: none;
	padding: 6px;
	color: black;
	font: 14px Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	
}
.head A:hover {
	background: white;
	border-left: 6px solid white;
	border-right: 4px solid white;
	background: 
	url(../pics/menu/ar3-b.gif)
	no-repeat
	left center;
}
.border {
	border: 2px solid  #FFDCB8;
	}


