/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	203px;
}
/* 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:	203px; /* 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*/
}
/* menu styles*/
#menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#menu ul li {
	padding:0px;
	margin:0px;
	background:url(../img/leftMenuDivider.gif) no-repeat bottom left;
}
#menu ul a {
	width:173px;
	display:block;
	font-size:13px;
	color:#000;
	line-height:30px;
	padding:0px 15px 0px 15px;
	background:url(../img/leftMenuArrow.gif) no-repeat 187px 7px;
}
#menu ul li a.current, #menu ul a:hover {
	background:#d82027 url(../img/leftMenuInvestArrow.gif) no-repeat 187px 7px;
	color:#FFF;
}
#menu ul ul {
	
	background:#D9D9D9;
	padding:0px 0px 5px 0px;
	margin:0px;
	width:200px;
}
#menu ul ul li {
	position:relative;
	padding:0px;
	margin:0px;
	background:#D9D9D9;
	background-image:none;
	z-index:200;
}
#menu ul ul li a {
	background:#D9D9D9;
	width:160px;
	background-image:none;
	line-height:20px;
	padding:2px 0px 0px 20px;
}
#menu ul ul li a.current, #menu ul ul a:hover {
	color:#D82027;
	background-image:none;
	background:#D9D9D9;
}
