li.potato-menu-item {
    font-size:14px;
	font: Tahoma, Arial, Helvetica, sans-serif;	
	font-weight:bold;
	/*border-right: 1px solid #d4d4d4;*/
	background-image:url(/img/fondo_menu.png);	

}
ul.potato-menu-group {
    border-top: 1px solid #4cc0fa;
    /*background: #4b4b4b;*/
}
ul.potato-menu-group a {
    width: 160px;
}
.potato-menu a {
    padding:10px 10px 10px 10px;
    /*background: #2c2c2c;*/
   	color: #fff;
    padding-right:20px;
}
.potato-menu a:hover {
   /* background: #666;*/
   color:#3cabd8;
}

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