/*!
 * jquery.ui.potato.menu
 * 
 * Copyright (c) 2009-2011 makoto_kw, http://www.makotokw.com
 * Licensed under the MIT license.
 * 
 * @author makoto_kw
 * @version 1.2
 */
.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;
}
.potato-menu .potato-menu-item {
	padding:0;
	position:relative;
	list-style:none;
	list-style-position:outside;
	display:inline;
	margin:0;
	float:left;
}
.potato-menu .potato-menu-item a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
}
.potato-menu .potato-menu-group {
	margin:0;
	padding:0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	display:none;
	z-index:1000;
}

.potato-menu .potato-menu-group .potato-menu-item {
	background-color: #666633;background-color: rgba(102,102,51,0.95);
	width: 200px;
	
}
/* setting */

/*ul#menu1 {border-color: #A4A4A4 transparent #A4A4A4 transparent; float:left; width:100%;z-index:12;background-image:url('images/menubar2000_38.png');background-repeat:no-repeat; opacity:0.8; filter:alpha(opacity=80);}
*/
/*ul#menu1 {border-color: #A4A4A4 transparent #A4A4A4 transparent;z-index:9999;background-image:url('images/menubar2000_38.png');background-repeat:no-repeat; opacity:0.8; filter:alpha(opacity=80);}
*/


ul#menu2 { clear:both; width:160px; margin-top:10px; }
li.potato-menu-item {
    width:200px;
    font-size:18px; /* 12 to 14*/
   /*background-color:#EB120A;*/
	height: 38px;
}
li.potato-menu-item a {
    padding:16px 0px 4px 10px; /* 5 to 7*/ /* font size 16+18+4= 38 bar size*/
    color: #fff;
	text-align: left;
}
li.potato-menu-hover {
    background-color: #666; 
	font-style: italic;
}

li.potato-menu-has-vertical > a {
   /* background-color:#EB120A;*/
}
li.potato-menu-has-holizontal > a {
   /* background-color:#EB120A;*/
}
li.potato-menu-item ul {
    border-top:1px solid #444;
    border-left:1px solid #444;
	height: 38px;
}