/* CSS Document */
/*
 * jquery.ui.potato.menu
 * 
 * Copyright (c) 2009 makoto_kw (makoto.kw@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * 
 * Version: 1.0
 */
ul.potato-menu {
	margin:0;
	padding:0;
	width:auto;
	list-style:none;
	
	/*margin: 0;
padding:0;

padding-top: 5px;
list-style-type: 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;

	/*float:left;
	
	margin: 5px 0 0;*/
	
}
ul.potato-menu li.potato-menu-item a {
	/*display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;*/
	display: block;
width:180px;
padding: 7px 10px 7px 10px;

background: #FFF;


text-decoration: none; /*lets remove the link underlines*/
color:#000;
}
ul.potato-menu ul.potato-menu-group {
	/*
	margin:0;
	padding:0;
	*/
	position:absolute;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	display:none;
	z-index:1000;

}
