/* *** ******************************************* *** */
/* *** 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;
}

div.superfish
{
	/*	clear: both; */
	background-color: #C00000;
	/*D9ECF5*/
	float: left;
	width: 100%;
	border-bottom: 0px #79AECB solid;
	border-top: 0px #000 solid;
	/* font-weight: bold; */
}

/*#font_tool*/
div.font_tool
{
	/*	clear: both; */
	background-color: #C00000;
	color: #000;
	float: right;
	padding: 0.5em 0.5em 0.5em 1em;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

div.font_tool a, div.font_tool a:link, div.font_tool a:visited, div.font_tool a:active, div.font_tool a:hover
{
	color: #000;
	text-decoration: none;
}


/* *** ********************************************* *** */
/* *** EXAMPLE CSS FOR CUSTOMIZING THE LOOK AND FEEL *** */
/* *** ********************************************* *** */

div.superfish .sf-menu li.link-level-1
{
	background-color: #C00000;
}

div.superfish .sf-menu li.link-level-1 a, div.superfish .sf-menu li.link-level-1 a:visited
{
	 color: #000; 
}

div.superfish .sf-menu li.link-level-2
{
	background-color: #C00000;
}

div.superfish .sf-menu li.link-level-2 a, div.superfish .sf-menu li.link-level-2 a:visited
{
	color: #000;
}

div.superfish .sf-menu a
{
	/* padding: 0.5em 1em 0.5em 1em; */
}

ul.sf-menu {
	border-right: 1px solid #000;
}