li.potato-menu-item {
    font-size:14px;
	font: Tahoma, Arial, Helvetica, sans-serif;	
	font-weight:bold;
	/*border-right: 1px solid #d4d4d4;*/
	

}


ul.potato-menu-group 
{
    border-top: 1px solid #4cc0fa;
	background-color:#f7f7f7;
	
}


ul.potato-menu-group a
 {
    width: 160px;
	font-size:11px;
	font-weight:normal;
	border-bottom: 1px dashed #cccccc;
}

.potato-menu a 
{
    padding:10px 10px 10px 10px;
   	color: #000;
    padding-right:20px;
}


.potato-menu a:hover {
   background-color:#F7F7F7;
   color:#000;
   font-weight:bold;
}



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

