/* *** ******************************************* *** *//* *** IMPORTANT CSS FOR MANAGING MENU ADMIN TOOLS *** *//* *** ******************************************* *** *//* this gets the menu admin tools above the menus-subs in the stack */span.menu-admin {   float : left;	z-index: 100;}/* this keeps the pop-tools from inheriting the attributes of the actual menu links */span.menu-link-pop a{	display: inline;	padding: 0;	border: 0px;}/* this removes some margin below then menu */div.superfish .sf-menu{	margin-bottom: 0em;}/* this gets the menu admin links a little less obtrusive */div.superfish .horz-link{	font-size: 0.7em;}/* this is an attempt to get the sub-indicator arrow to display in admin mode *//* not working yet */span.sf-sub-indicator {	z-index: 110;}/* *** ********************************************* *** *//* *** EXAMPLE CSS FOR CUSTOMIZING THE LOOK AND FEEL *** *//* *** ********************************************* *** */div.superfish .sf-menu li.link-level-1{	/* background-color: #8D3646; */}div.superfish .sf-menu li.link-level-1 a, div.superfish .sf-menu li.link-level-1 a:visited{	/* color: #663; */}div.superfish .sf-menu li.link-level-2{	/* background-color: #FC9; */}div.superfish .sf-menu li.link-level-2 a, div.superfish .sf-menu li.link-level-2 a:visited{	/* color: #33C; */}div.superfish .sf-menu a{	/* padding: 0.5em 1em 0.5em 1em; */}