/* @option user-selected navigation height setting */

#horizontalBar,
#barFill {
	height: 40px;
}

#nav li {
	line-height: 40px;
}

#nav ul ul {
	top: 39px;
}

/* Fix for IE7 */
#nav ul ul li {
	line-height: 1.00em;
}

#nav ul li span.arrow {
	top: 16px;
}

#nav ul ul li span.arrow {
	top: 12px;
}

#menuSearchContainer {
	margin-top: 6px;
}