/* *** ******************************************* *** */
/* *** 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 without links*/
	background-color: #8DB6CD;
	/*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; text resizing tool */
	background-color: #8DB6CD;
	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
{/*	top row but not on hover */
	background-color: #8DB6CD;
}

div.superfish .sf-menu li.link-level-1 a:hover 
{/*	top row on hover */
	background-color: #9fabb4;
}

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
{/*	first level of dropdowns but not on hover */
		background-color: #8DB6CD;
}

div.superfish .sf-menu li.link-level-2 a 
/*	extends to second level of dropdowns but breaks the red hover colour */
{	background-color: #8DB6CD;
	color: #000;
}


div.superfish .sf-menu li.link-level-2 a:visited
/*	background colour of visited links */
{	background-color: #8DB6CD;
	color: #000;
}

div.superfish .sf-menu li.link-level-2 a:hover 
/*	trying to make the second and third level links hover a decent color */
{	background-color: #9fabb4;
	color: #000;
}

div.superfish .sf-menu a
{
	/* padding: 0.5em 1em 0.5em 1em; */
}

ul.sf-menu {
	border-right: 1px solid #000;
}
