/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	199px;
	height: 68px;
}
ul.sf-vertical {
	height: 272px;
	width: 199px;
	background-image: url(/images/bg/nav-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
ul.sf-vertical a {
	height: 45px;
	width: 199px;
	text-indent: -200px;
	background-image: url(/images/bg/nav-left.jpg);
}
.sf-vertical li.motorsports a {
	background-position: 0px 0px;
}
.sf-vertical li.motorsports a:hover, .sf-vertical li.motorsports a.sfHover, .sf-vertical li.motorsports a.current {
	background-position: -199px 0px;
}
.sf-vertical li.performancestreet a {
	background-position: 0px -68px;
}
.sf-vertical li.performancestreet a:hover, .sf-vertical li.performancestreet a.sfHover, .sf-vertical li.performancestreet a.current {
	background-position: -199px -68px;
}
.sf-vertical li.truck a {
	background-position: 0px -136px;
}
.sf-vertical li.truck a:hover, .sf-vertical li.truck a.sfHover, .sf-vertical li.truck a.current {
	background-position: -199px -136px;
}
.sf-vertical li.motorcycle a {
	background-position: 0px -204px;
}
.sf-vertical li.motorcycle a:hover, .sf-vertical li.motorcycle a.sfHover, .sf-vertical li.motorcycle a.current {
	background-position: -199px -204px;
}
/* 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:	209px; /* match ul width */
	top:	0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(/images/bg/nav-left-hover.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	width: 213px;
}
.sf-vertical li:hover ul li, .sf-vertical li.sfHover ul li {
	height: 20px;
	width: 213px;
}
.sf-vertical li:hover ul li a, .sf-vertical li.sfHover ul li a {
	height: 20px;
	width: 203px;
	text-indent: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
	background-image: none;
}
.sf-vertical li:hover ul li a:hover, .sf-vertical li.sfHover ul li a.sfHover {
	background-image: url(/images/bg/nav-left-subnav-hover.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sf-vertical li:hover ul li a.sfHover, .sf-vertical li.sfHover ul li a:hover {
	background-image: url(/images/bg/nav-left-subnav-hover.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: none;
}
/*** 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*/
}
