li.potato-menu-item {
	font-family: Arial, Helvetica, Sans-Serif;
    font-size:16px;
	font-style: normal;
	font-weight: normal;
}
ul.potato-menu-group {
    border-top: 1px solid #666;
    background: #333;
}
ul.potato-menu-group a {
    width: 200px;
}
.potato-menu a {
    padding:5px 12px 5px 12px;
    background: #b81216;
    color: #FFF;
    padding-right:20px;
}
.potato-menu a:hover {
    background: #060808;
}
.potato-menu-has-vertical > a {
    background: #b81216;
     
}
.potato-menu-has-holizontal > a {
    background: #b81216;
}
.potato-menu-has-vertical > a:hover {
    background: #060808;
     
}
.potato-menu-has-holizontal > a:hover {
    background: #666;
}