/*!
 * jquery.ui.potato.menu
 * 
 * Copyright (c) 2009-2010 makoto_kw, http://www.makotokw.com
 * Licensed under the MIT license.
 * 
 * @author makoto_kw
 * @version 1.0
 */
ul.potato-menu {
	margin:0;
	padding:0;
	width:auto;
	list-style:none;
	float: right;
}
.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;
}
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;
}

/* Styl */

li.potato-menu-item {
	font-size:12px;
}
ul.potato-menu-group {
	border-top: 1px solid #666;
	background: #e6e6e6;
}
ul.potato-menu-group a {
	width: 250px;
}
.potato-menu a {
	text-decoration: none; line-height: 23px; font-weight: normal; color: #5a5a5a; background: url(menu_separator.jpg) no-repeat 5px 10px;padding: 0 20px;
	font-size: 11px;
}
.potato-menu a:hover {
	background-color: #c9c9c9;
}
.potato-menu-has-vertical > a {
	xbackground: #333 url(/images/icons/fammini/arrow_down.gif) right no-repeat;
}
.potato-menu-has-holizontal > a {
	background: #e6e6e6;
}
.potato-menu-has-vertical > a:hover {
	background: #c9c9c9;
	
}
.potato-menu-has-holizontal > a:hover {
	xbackground: #666 url(/images/icons/fammini/arrow_right.gif) right no-repeat;
}

