/*
 * 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;
}
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 {
	font-size:12px;
	font-weight: bold;
	font-family: Tahoma;
}
ul.potato-menu-group {
	border-top: 1px solid #666;
	
}

ul.potato-menu-group li.potato-menu-item {
	background: url(/new/images/menu/topmenu/green-menu-fon.png) no-repeat;
	border: 0;
	height: 19px;
}
ul.potato-menu-group li.separator-item {
	background: url(/new/images/menu/topmenu/green-menu-fon.png) no-repeat;
	background-position: 0 -19px;
	border: 0;
	height: 2px;
}
ul.potato-menu-group li.last-item {
	background: url(/new/images/menu/topmenu/green-menu-fon.png) no-repeat;
	background-position: 0 -27px;
	border: 0;
	height: 6px;
}
ul.potato-menu-group li.potato-menu-item a {
	background: transparent;
	border: 0;
}
ul.potato-menu-group a {
	width: 160px;
	border: 0;
}
.potato-menu a {
	padding:4px 12px 4px 12px;
	background: url(/new/images/infobox/arrow_right_white.gif) 3px no-repeat;
	color: #fff;
	padding-left:12px;
	position: relative;
	z-index: 1000;
}

.potato-menu a span { display:none; }
.potato-menu a:hover span {
	position: absolute;
	color: #fff;
	top: 3px;
	left: 11px;
	z-index: 900;
	display: block;
	cursor: pointer;
}

.potato-menu a:hover {
	background: url(/new/images/infobox/arrow_right_white.gif) 3px no-repeat;
	color: #000;
}
.potato-menu-has-vertical > a {
	background: url(/new/images/infobox/arrow_right_white.gif) 3px no-repeat;
	
}
.potato-menu-has-holizontal > a {
	background: url(/new/images/infobox/arrow_right_white.gif) 3px no-repeat;
}
.potato-menu-has-vertical > a:hover {
	background: url(/new/images/infobox/arrow_right_white.gif) 3px no-repeat;
	
}
.potato-menu-has-holizontal > a:hover {
	background: url(/new/images/infobox/arrow_right_white.gif) 3px no-repeat;
}
