/*!
 * jquery.ui.potato.menu
 * 
 * Copyright (c) 2009-2010 makoto_kw, http://www.makotokw.com
 * Licensed under the MIT license.
 * 
 * @author makoto_kw
 * @version 1.0
 */

ul.potato-menu {
	margin:0;
	padding:0;
	width:1043px;
	list-style:none;
	position:relative;
	float:left;
	text-align:right;
	font-size:94%;
}
.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 {
	float:right;
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	list-style-position:outside;
	display:inline;
	width:110px;
}
ul.potato-menu li.potato-menu-item a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
	text-align:center;
}


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



li.potato-menu-item {

}
ul.potato-menu-group {
}
ul.potato-menu-group a {
	margin-top:2px;
	float:right;

	width:auto !important;
	width:137px;
	Min-Width:137px !important;
}
.potato-menu a {
	padding:5px 12px 5px 12px;
	background: #333;
	color: #fff;
	padding-right:20px;
}
.potato-menu a:hover {
	background: #666;
}

.potato-menu-has-vertical > a {
	background: #333 url(/images/icons/fammini/arrow_down.gif) right no-repeat;
	
}
.potato-menu-has-holizontal > a {
	background: #333 url(/images/icons/fammini/arrow_right.gif) right no-repeat;
}
.potato-menu-has-vertical > a:hover {
	background: #666 url(/images/icons/fammini/arrow_down.gif) right no-repeat;
	
}
.potato-menu-has-holizontal > a:hover {
	background: #666 url(/images/icons/fammini/arrow_right.gif) right no-repeat;
}


li.active a{
	background: #666;
}



li.active li a{
	background: #333;
}
a.index{
	text-align:center;
}




