/** Menu Images CSS **/

/* Remove the Shading Behind Menu Items */

/* Remove the border under the navigation bar & the shadow if nav shadows enabled */
ul.sf-shadow ul.sub-menu, ul.sf-shadow ul.children {
/*    background-image: none!important;*/
}
/* Menu Alignment */
.main_nav ul {
	float: none;
	display: inline-block;
}
.navigation_wrap .menu-left {
	text-align: left;
}
.navigation_wrap .menu-right {
	text-align: right;
}
.navigation_wrap .menu-center {
	text-align: center;
}

/* Other CSS */
#menu-images ul.children li, #menu-images ul.sub-menu li {
	border: none;
}
ul.children li, ul.sub-menu li {
	float: none;
}
