/*
################################################################################
# csl-menus.css v1.2 2011-09-27
# Copyright AT Veterinary Systems (2001-2011)
# csl menus stylesheet
################################################################################
*/


/*!
 * jquery.ui.potato.menu
 *
 * Copyright (c) 2009-2010 makoto_kw, http://www.makotokw.com
 * Licensed under the MIT license.
 *
 * @author makoto_kw
 * @version 1.1
 */
ul.potato-menu {
	margin:0;
	padding:0;
	width:auto;
	list-style:none;
}
.potato-menu:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
ul.potato-menu li.potato-menu-item {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	list-style-position:outside;
	display:inline;
	float:left;
}
ul.potato-menu li.potato-menu-item a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
   text-align:left;
}
ul.potato-menu ul.potato-menu-group {
	margin:0;
	padding:0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	display:none;
	z-index:1000;
}

.csl-dropdown-menu li {
   width: 100%;
}

.csl-dropdown-menu:not(.csl-dropdown-menu-widgets) {
   max-height: calc(100vh - 50px);
   overflow-y: auto;
   overflow-x: hidden;

   border-right: 1px solid #B5A44A;
}
