@charset "utf-8";
/* 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;
}
ul.potato-menu img{
	border: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;
	width: 144px;

}
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;
}


/* sub menu item */
ul.potato-menu ul.potato-menu-group li {
/*	margin-bottom: 4px;*/
	height: 31px;
} 

li ul li.active{
	background-color: #000000;
	padding-left: 4px;
}
li ul li.active a,
li ul li.inactive a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
}
li ul li.inactive a{
	color: #000000;
}
li ul li.inactive{
	background-color: #EAEAEA;
	
}

li.dummy{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #c9c9c9;
	border-right-color: #c9c9c9;
	border-bottom-color: #c9c9c9;
	border-left-color: #c9c9c9;
	height:44px;
	width:1px
}
