/* CSS Document */

#menu a{
	position:relative;
	float:left;
	
	height:22px;
	width:auto;
	
	padding-left:19px;
	padding-right:19px;
	padding-top:10px;
	
	white-space:nowrap;
	
	background-image:url(images/background-menu.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	
	display:block;
	
	color:#5d6f05
}