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:14px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
ul.potato-menu-group {
	border-top: 1px solid #e40b87;
}
ul.potato-menu-group a {
	width: 126px;
	background: #e40b87;
	padding:10px 12px 10px 12px;
	color:#fff;
}

.potato-menu a {
	padding:0px;
	background: #fff;
	color: #fff;
}
.potato-menu a:hover {
	color:#fff;
	background:#fff;
}
ul.potato-menu-group a:hover {
background:#564583;}
.potato-menu-has-vertical > a {
}
.potato-menu-has-holizontal > a {
}
.potato-menu-has-vertical > a:hover {
}
.potato-menu-has-holizontal > a:hover {
}
