/*
 * 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;
}
.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;
}

/* 3. menu to left  */
ul.potato-menu li ul.potato-menu-group li ul.potato-menu-group, .3rdmenu {
	left: -30px;
}


li.potato-menu-item {
	font-size:12px;
}
ul.potato-menu-group {
	border: 1px solid #b8c1c6;
}
ul.potato-menu-group a {
	
}
.potato-menu a {
	width: 220px; /*105px;*/
	padding:5px 12px 5px 12px;
    background: #fff;
    color: #4a6379;
    padding-right:30px;
}
.potato-menu a:hover {
	background: #dee1e6; /* #b8c1c6; */
    color: #333;
}
.potato-menu-has-vertical > a {
	
	
}
.potato-menu-has-holizontal > a {
	background: #fff url(/images/icons/fammini/arrow_right.gif) right no-repeat;
}
.potato-menu-has-vertical > a:hover {
	
	
}
.potato-menu-has-holizontal > a:hover {
	background: #dee1e6 url(/images/icons/fammini/arrow_right.gif) right no-repeat; /* #b8c1c6; */	
        color: #333;
}

