/* @option User selected navigation bar height setting */

@media screen and (min-width: 1090px) {
	#horizontalBar,
	#barFill {
		height: 25px;
	}

	#RaftNav ul li a {
		line-height: 25px;
	}

	#RaftNav ul ul {
		top: 24px;
	}
}