ul.sf-vertical{
	width:200px;
	margin:0;padding:0;
	background-image:url(/css/img/menu_left_bck.gif); 
	background-repeat:repeat-y;
	font-family:Tahoma; 
	letter-spacing:1px; 
	font-size:11px;
	font-weight:bold;
	color:#432610;
}
ul.sf-vertical li{width:200px;}
ul.sf-vertical li li{width:160px;margin:0;}
ul.sf-vertical li li li{width:160px;left:50px;}

.sf-vertical a {
	/*border-top:		1px solid #E0D9D1;*/
	text-decoration:none;
	text-transform:uppercase;
}
.sf-vertical a:hover {text-decoration:underline;}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	10em;
}
/* 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:	190px; /* match ul width */
	top:	5px;
}
.sf-vertical li li.sfHover ul{
	margin-left:0;
	left:	160px; /* match ul width */
	top:	5px;
}

/*** 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*/
}
