/**
 * Stylesheet for TopMenuBarCustomizer
 *
 * Part of BlueSpice MediaWiki
 *
 * @author     Patric Wirth <wirth@hallowelt.com>

 * @package    BlueSpice_Extensions
 * @subpackage TopMenuBarCustomizer
 * @copyright  Copyright (C) 2016 Hallo Welt! GmbH, All rights reserved.
 * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or later
 * @filesource
 */

#bs-apps ul.bs-apps-child li {
	float: none;
}
ul .bs-apps-child {
	display:none;
	position: absolute;
	background-color: #B1B9CF;
	height: auto;
	margin: 7px 0 0 -130px;
	padding: 5px;
	text-align: left;
	z-index: 1000;
	border: 3px solid #B1B9CF;
}

.bs-apps-child li:hover{
	background-color: #C8CDD2;
}
.bs-apps-child a:hover{
	background: none;
}
.bs-apps-child a{
	white-space: nowrap;
}