
.sf-vertical a {
	z-index: 1;
}
.sf-vertical li a {
	color:#293135;
	font-size:8pt;
	font-weight:bold;
	display:		block;
	position:		relative;
	background-image: url(../pix/nav/side-nav.png);
	background-repeat: no-repeat;
	padding: 8px 0 13px 45px;
	height:8px;
}
.sf-vertical li a:hover {
	color:#293135;
	position:		relative;
	background-image: url(../pix/nav/side-nav-on.png);
	background-repeat: no-repeat;
}

.sf-vertical li ul li a {
	background-image: none;
	padding-left:20px;
	height:6px;
	border-bottom:solid 1px #666666;
}
.sf-vertical li ul li a:hover {
	background-image: none;
	padding-left:20px;
}
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	180px;
}
.sf-vertical li ul li {
	width:	150px;
	border-right: solid 1px #565656;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	180px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}