li.potato-menu-item {
	font-size:12px;
	list-style:none;
	margin:0;

}
ul.potato-menu-group {
	border-top: 1px solid #0e1c16;
	background: #333;
	margin:7px 0 0 -17px;
}
ul.potato-menu-group li {
	padding:0px;	
	border-bottom: 1px solid #0e1c16;

}
ul.potato-menu-group a {
	display:block;
	width:90px;
	padding:7px 17px;
}
.potato-menu a {
	background: #001008;
	color: #BDCDCD;

}
.potato-menu a:hover {
	background: #0e1c16;
}
.potato-menu-has-vertical > a {
}
.potato-menu-has-holizontal > a {
}
.potato-menu-has-vertical > a:hover {
	
}
.potato-menu-has-holizontal > a:hover {
}
