@charset "UTF-8";
/* CSS Document */

li.potato-menu-item {
	font-size:12px;
	background-color: #25694f;
}
ul.potato-menu-group {
	background: #25694f;
}
ul.potato-menu-group a {
	width: 160px;
}
.potato-menu a {
	color: #fff;
	padding-right:20px;
	background-color: #25694f;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.potato-menu a:hover {
	background-color: #b8dbcd;
}
.potato-menu-has-vertical > a {
	background: #25694f;
}
.potato-menu-has-holizontal > a {
	background-color: #25694f;
}
.potato-menu-has-vertical > a:hover {
	background-color: #b8dbcd;
}
.potato-menu-has-holizontal > a:hover {
	background-color: #b8dbcd;
	background-image: url(/images/icons/fammini/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
