/*** alter arrow directions ***/
.parent_list_ul .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.parent_list_ul a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.parent_list_ul a:focus > .sf-sub-indicator,
.parent_list_ul a:hover > .sf-sub-indicator,
.parent_list_ul a:active > .sf-sub-indicator,
.parent_list_ul li:hover > a > .sf-sub-indicator,
.parent_list_ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}