/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
#categorymenu ul, #categorymenu ul li {
	width:	175px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
#categorymenu ul li:hover ul,
#categorymenu ul li.sfHover ul {
	left:	175px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
/*
#categorymenu ul .sf-sub-indicator { background-position: -10px 0; }
#categorymenu ul a > .sf-sub-indicator { background-position: 0 0; }
*/

/* hover arrow direction for modern browsers*/
/*
#categorymenu ul a:focus > .sf-sub-indicator,
#categorymenu ul a:hover > .sf-sub-indicator,
#categorymenu ul a:active > .sf-sub-indicator,
#categorymenu ul li:hover > a > .sf-sub-indicator,
#categorymenu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0;
}
*/
