/* cursor over links */
	a:hover {
	cursor: hand !important;
	}
	
/* dom fixes */
	#navigation .submenu li.expanded ul {
	display: block;
	}
	#navigation .submenu li.collapsed ul {
	display: none;
	}
	
/* general fixes */
	.orderIntro .section .button-clear {
	margin-top: -2em;
	}
