#menu
{
	width: 770px;
	padding: 0 0;
	margin: 0 auto;
	/* align voor goede browsers */
	text-align: left;
	/* counter body center */
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	background-color: #ffffff;
}

ul#menulist
{
	/* general settings */
	text-align: right;
	/* set to left, right or center */
	margin: 15px 0px 15px 0px;
	/* set margins as desired */
	font: bold 15px verdana, helvetica, arial, sans-serif;
	/* set font as desired */
	/* set border COLOR as desired */
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	/* THIRD number must change with respect to padding-top (X) below */
}

ul#menulist li
{
	/* do not change */
	display: inline;
}

ul#menulist li a
{
	/* settings for all tab links */
	padding: 15px 15px 15px 15px;
	/* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	/* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #fffffff;
	/* set unselected tab background color as desired */
	color: #070707;
	/* set unselected tab link color as desired */
	margin-right: 0px;
	/* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul#menulist a:hover
{
	/* settings for hover effect */
	background-color: #373737;
	color: #ffffff;
	/* set desired hover color */
}

