li.potato-menu-item {
    font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
ul.potato-menu-group {
    border-top: 1px solid #4cc0fa;
    /*background: #4b4b4b;*/
	background-color:#0093dd;
}
ul.potato-menu-group a {
    width: 160px;
}
.potato-menu a {
    padding:13px 10px 12px 10px;
    /*background: #4b4b4b;*/
   	color: #fff;
    padding-right:20px;
}
.potato-menu a:hover {
   /* background: #666;*/
   color:#90e6ff;
}

.potato-menu-has-vertical > a {
    background: /*#4b4b4b*/ url(../img/arrow_down.png) right no-repeat;     
}
.potato-menu-has-holizontal > a {
    background: /*#4b4b4b */ url(../img/arrow_right.png) right no-repeat;
}
.potato-menu-has-vertical > a:hover {
    background: /*#666*/ url(../img/arrow_down.png) right no-repeat;
     
}
.potato-menu-has-holizontal > a:hover {
    background: /*#666*/ url(../img/arrow_right.png) right no-repeat;
}

