/*!
 * jquery.ui.potato.menu
 *
 * Copyright (c) 2009-2010 makoto_kw, http://www.makotokw.com
 * Licensed under the MIT license.
 *
 * @author makoto_kw
 * @version 1.1
 */
ul.potato-menu {
	margin:0;
	padding:0 0 0 10px;
	color: #ffffff;
    font-size: 16px;
    font-weight: normal;
	width:auto;
	list-style:none;
	list-style-type:none;
	line-height:57px;
}
ul.potato-menu li.potato-menu-item {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	display:inline-block;
	float:left;
	color:#ffffff;
}
ul.potato-menu>li.potato-menu-item:first-child:before{
	margin:0;
	padding:0;
	float:left;
	content:'';
}
ul.potato-menu>li.potato-menu-item:before{
	margin:0;
	padding:0;
	float:left;
	content:'|';
	white-space:pre;
}
ul.potato-menu li.potato-menu-item a {
	font-size: 16px;
	display:inline-block;
	padding:0 10px 0 10px;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
	color:#ffffff;
}
ul.potato-menu li.potato-menu-item a:hover {
	display:inline-block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
	color:#0072ad;
	background:#fee21a;
	height:25px;
	line-height:35px;
	margin-top:12px;
	padding-bottom:20px;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
}
ul.potato-menu li.potato-menu-item a.selected {
	display:inline-block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
	color:#0072ad;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	background:#fee21a;
	height:25px;
	line-height:35px;
	margin-top:12px;
	padding-bottom:20px;
}
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;
	line-height:25px;
	list-style:none;
	list-style-type:none;
}
ul.potato-menu ul.potato-menu-group li{
	display:block;
/*	list-style:none !important;*/
	list-style-type:none !important;
	list-style-image:url('../images/spacer.gif');
	list-style-position:outside;
	height:25px;
	color:#00F;
}
ul.potato-menu ul.potato-menu-group li a{
	margin:0;
	padding: 0 0 0 10px;
	width:210px;
	display:inline-block;
	background:#fee21a;
	text-align:left;
	line-height:25px;
	height:25px;
	font-size:13px;
	color:#0072ad;
	border-top:solid 1px #fee21a;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	white-space:normal;
}
ul.potato-menu ul.potato-menu-group li a:hover{
	display:inline-block;
	height:25px;
	margin:0;
	padding:0 0 0 10px;
	background:#0072ad;
	color:#ffffff;
	line-height:25px;
	border-top:solid 1px #0072ad;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}