/* CSS Document */
td.menu_cat {
	border-left: 15px solid #024b97;
	padding-left: 15px;
	height: 20px;
	background-color: #5f8ebc;
	color: #023061;
	font-weight: bold;
	width: 145;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 1px;
}

td.menu_item {
	behavior: url("http://www.a1beveiliging.nl/templates/standard/hover.htc");
	width: 145px;
	border-left: 15px solid #024b97;
	padding-left: 25px;
	height: 17px;
	cursor: pointer;
	
}

td.menu_item:hover, td.menu_item.hover {
	width: 145px;
	border-left: 15px solid #4277ae;
	height: 17px;
	cursor: pointer;
}

a {
	color: #024b97;
}