/*
 * jquery.ui.potato.menu
 * 
 * Copyright (c) 2009 makoto_kw (makoto.kw@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * 
 * Version: 1.0
 */
 /* style */
li.potato-menu-item {
	font-size:12px;
	height: 44px;
}
ul.potato-menu-group {
	background-image: none;
	
}
ul.potato-menu-group a {
	width: auto;
}
.potato-menu a {
	
}
.potato-menu-has-vertical > a {
	text-align:left;
	
}
.potato-menu-has-holizontal > a {

}
.potato-menu-has-vertical > a:hover {
	
}
.potato-menu-has-holizontal > a:hover {

}


.potato-menu a { color:#fff; }
ul#menu2 {
	clear:both;
	width:100px;
	margin-top:2px;
}


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:0px;
	position: relative;
	list-style:none;
	list-style-position:outside;
	display:inline;
	float:left;
	width:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	top:100px;
}
ul.potato-menu li.potato-menu-item a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
	color:#FFF;
	font-size: 12px;
	height: 22px;
	padding:0px;
	margin:0px;
	background-color: #006fba;
}

ul.potato-menu li.potato-menu-item a:hover {
	text-decoration:underline;
}
ul.potato-menu ul.potato-menu-group {
	margin:0px;
	padding-top:4px;
	padding-left:0px;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	top: 30px;
	left:-10px;
	display:none;
	z-index:1000;
	display: block;
	width: 750px;
	color:#60361B;
}

ul.potato-menu ul.potato-menu-group a {
	padding-left: 10px;
	padding-top: 10px;
	padding-right:10px;
	position:relative;
	left:450px;
}
