.menu-link-pop {
    display : none;
}

.menu-admin {
    position : relative;
    float : left;
}

ul li .menu-admin:hover .menu-link-pop {
    padding : 3px 1px 2px 1px;
    display : block;
    position: absolute;
    border : solid 1px black;
    background-color : #d7d7d7;
    color : inherit;
    top : -20px;
    left : 0px;
    width : 130px;
	z-index: 100;
}

ul li li .menu-admin:hover .menu-link-pop {
    padding : 3px 1px 2px 1px;
    display : block;
    position: absolute;
    border : solid 1px black;
    background-color : #d7d7d7;
    color : inherit;
    top : -2px;
    left : 0px;
    width : 130px;
	z-index: 100;
}

.menu-admin-v:hover .menu-link-pop {
    padding : 3px 1px 2px 1px;
    display : block;
    position: absolute;
    border : solid 1px black;
    background-color : #d7d7d7;
    color : inherit;
    top : -2px;
    left : 0px;
    width : 120px;
	z-index: 100;
}

.menu-admin-v {
    position : relative;
    float : left;
}
span.menu-admin-v {
   float : left;
	z-index: 100;
}

div.superfish .horz-link
{
position:absolute;
	top: -30px;
	left: 30px;
	font-size: 0.7em;
	width: 100px;
	background-color: White;
}
#menu-site-map ol {
    list-style-type : upper-roman;
}

#menu-site-map ol ol {
    list-style-type : upper-alpha;
}

#menu-site-map ol ol ol {
    list-style-type : decimal;
}

#menu-site-map ol ol ol ol {
    list-style-type : lower-alpha;
}

a.move-popup {
    background-color : black;
    color : white;
}

.menu-sort-placeholder { 
    border : 2px gray dotted;
}

/* this gets the menu admin tools above the menus-subs in the stack */
span.menu-admin {
   float : left;
	z-index: 100;
	left: 10px;
}

/* 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: 0;
}

/* 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;
}
