/* CSS Document */

a.menu {
	display: block; 
	font-family: Arial, Helvetica;
	font-size: 18px;
	color: #292929; /*FFFFFF*/
	font-weight: bold;
	text-align: center;
	padding: 0px 11px;
	line-height: 40px;
	background: #999999;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 200px;
	height: 40px;
}

#nav li { 
	width: 178px;
	height: 45px; 
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 15px;
	text-align: left;
	list-style: none; 
	line-height: 35px; 
	padding: 0; 
	margin: auto;
	background-image: url('http://www.lian-artandgifts.nl/layout/menu_button.jpg');
	background-repeat: no-repeat; 
	float: left;
}
#nav a:hover
{
	color: #FFFFFF; 
	text-decoration: underline;
}


