/* style */
li.potato-menu-item {
	font-size:14px;
	width:240px;
	text-align:center;
}

li.potato-menu-item-a {
	font-size:14px;
	width:180px;
	text-align:center;
}

ul.potato-menu-group {
	/*border-top: 1px solid #666;*/
	background: #333;
}
ul.potato-menu-group a {
	width: 180px;
}

ul.potato-menu a {
	border-bottom: 1px solid #30A8C3;
}

.potato-menu a {
	padding:5px 12px 5px 12px;
	background: #5E5A5A;
	color: #fff;
	padding-right:20px;
	font:bold 0.9em Tahoma, sans-serif;
}
.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;
}*/

.potato-menu a { color:#fff; }
.potato-menu a:hover { background-color:#30A8C3; }

ul#menu2 {width:100px; margin-top:10px; padding-right:50%; text-align:center; padding-bottom:20px;}

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


