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

#horizontalBar,
#nav {
	height: 35px;
}

#nav li,
#multiNav li {
	line-height: 35px;
}

#nav ul ul,
#multiNav ul ul ul {
	top: 34px;
}

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

#nav ul li span.arrow,
#multiNav ul ul li span.arrow {
	top: 13px;
}

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

#menuSearchContainer {
	margin-top: 3px;
}