/*
 * 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;
	cursor:pointer;
}
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;
}

/* style */
li.potato-menu-item {
	font-size:12px;
}
ul.potato-menu-group {
	border: 1px solid #666666;
	background: #CCCCCC;
}
ul.potato-menu-group a {
	width: 200px;
	cursor:pointer;
	padding:5px 15px 5px 15px;
}
.potato-menu a {
	/*padding:5px 15px 5px 15px;*/
	background: #eeeeee;
	color: #555555;
	/*padding-right:20px;*/
}
.potato-menu a:hover {
	background: #FFFFFF;
}

.potato-menu-holizontal > li > a {
	background: url(../images/button_bg.png) no-repeat center top;
	width:124px;
	height:26px;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
	padding-top:10px;
}

.potato-menu-holizontal > li > a:hover {
	background: url(../images/button_bg_hov.png) no-repeat center top;
	color:#0099CC;
}

.potato-menu-has-vertical > a {
	background: url(../images/button_bg.png) no-repeat center top;
	
}
.potato-menu-has-holizontal > a {
}
.potato-menu-has-vertical > a:hover {
	background: url(../images/button_bg_hov.png) no-repeat center top;
	
}
.potato-menu-has-holizontal > a:hover {
background: #FFFFFF;
}


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