/*
 * 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;
	position:relative;
	z-index:10;
	
}
.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;
	list-style:none;
	list-style-position:outside;
	display:block;
	position:relative;
	float:right;
	background: transparent url(/images/v2/dark-menu-fon-round.png) no-repeat -6px top;
}
ul.potato-menu li.left-corner {
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:outside;
	display:block;
	position:relative;
	float:right;
	background: url(/images/v2/dark-menu-fon-round.png) no-repeat left top;
	height: 22px;
	width: 6px;
}
ul.potato-menu li.right-corner {
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:outside;
	display:block;
	position:relative;
	float:right;
	background: url(/images/v2/dark-menu-fon-round.png) no-repeat right top;
	height: 22px;
	width: 6px;
}
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:10;
}
li.potato-menu-item {
	font-size:13px;
	font-weight: normal;
	font-family: Arial;
}
ul.potato-menu-group {
	
}

ul.potato-menu-group li.potato-menu-item {
	/*background: url(/images/menu/topmenu/dark-menu-fon.png) no-repeat;*/
	background: #191919;
	border: 0;
	height: 19px;
}
ul.potato-menu-group li.separator-item {
	/*background: url(/images/menu/topmenu/dark-menu-fon.png) no-repeat;*/
	background: #191919;
	/*background-position: 0 -19px;*/
	border: 0;
	height: 2px;
}
ul.potato-menu-group li.last-item {
	/*
	background: url(/images/menu/topmenu/dark-menu-fon.png) no-repeat;
	background-position: 0 -27px;
	*/
	background: #191919;
	border: 0;
	height: 6px;
}
ul.potato-menu li.last-menu-item a { background: transparent; }
ul.potato-menu-group li.potato-menu-item a,
ul.potato-menu-group li.last-menu-item.potato-menu-item a {
	border: 0;
	background: transparent url(/images/infobox/arrow_right_green.gif) 3px no-repeat;
	color: #C1C1C1;
}
ul.potato-menu-group li.potato-menu-item a:hover {
	border: 0;
	color: #51B000;
	background: transparent url(/images/infobox/arrow_right_white.gif) 3px no-repeat;
}
ul.potato-menu-group a {
	width: 178px;
	border: 0;
}
.potato-menu a {
	padding:2px 16px 0px 8px;
	background: url(/images/menu/topmenu/bg-divider.png) 0 no-repeat;
	color: #C1C1C1;
	padding-left:12px;
	position: relative;
	z-index: 10;
	height: 20px;
}

.potato-menu li.last-item a { background: transparent; }
.potato-menu li:last-child a { background: transparent; }
ul.potato-menu-group li.separator-item a, ul.potato-menu-group li.last-item a,
ul.potato-menu-group li.separator-item a:hover, ul.potato-menu-group li.last-item a:hover {
	background: transparent;
}
.potato-menu a:hover {
	
}

/*.potato-menu a span { display:none; }*/
li.potato-menu-has-vertical a span { display:block; }
/*
.potato-menu a:hover span {
	position: absolute;
	color: #fff;
	top: 3px;
	left: 11px;
	z-index: 900;
	display: block;
}
*/
.potato-menu a:hover {
	color: #fff;
}
li.potato-menu-has-vertical  {
	/*background: url(/images/menu/topmenu/bg-divider.png) 1px no-repeat;*/
	background: url(/images/infobox/arrow_down_green.gif) no-repeat scroll right;
}
li.potato-menu-has-vertical div.icon-arrow-down {
	display: block;
}
li.potato-menu-selected div.icon-arrow-down {
	background-image: url(/images/infobox/arrow_down_white.gif);
}
.potato-menu-has-holizontal > a {
	background: url(/images/infobox/arrow_right_white.gif) 3px no-repeat;
}
.potato-menu-has-vertical > a:hover {
	/*background: url(/images/menu/topmenu/bg-divider.png) 1px no-repeat;*/
}
ul.potato-menu li.potato-menu-selected {
	background: transparent;
	background-color: #191919;
}
li.potato-menu-selected a { color: #fff; }
.potato-menu-has-holizontal > a:hover {
	background: url(/images/infobox/arrow_right_white.gif) 3px no-repeat;
}
