/* CSS Document */
td.menu_cat {
	border-left: 15px solid #f4b13e;
	padding-left: 15px;
	height: 20px;
	background-color: #ffda77;
	color: black;
	width: 145;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 1px;
}

td.menu_item {
	behavior: url("http://luxzon.nl/templates/standard/hover.htc");
	width: 145px;
	border-left: 15px solid #f4b13e;
	padding-left: 25px;
	height: 17px;
	cursor: pointer;
}

td.menu_item:hover, td.menu_item.hover {
	width: 145px;
	border-left: 15px solid #c48a10;
	height: 17px;
	cursor: pointer;
}

a {
	color:#0000FF;
}