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

#nav ul ul {
	width: 175px;
}

/* Menu width minus 30px */

#nav ul ul li {
	width: 175px;
}

#nav ul ul ul {
	left: 175px !important;
}