/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
#pcLeft .sf-vertical, #pcLeft .sf-vertical li {
	width:	160px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
#pcLeft .sf-vertical li:hover ul,
#pcLeft .sf-vertical li.sfHover ul {
	left:	155px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
#pcLeft .sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
#pcLeft .sf-vertical a > .sf-sub-indicator { background-position: 0 0; 
position:relative;
right:0;
top:1px;
float: right;
} /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
#pcLeft .sf-vertical a:focus > .sf-sub-indicator,
#pcLeft .sf-vertical a:hover > .sf-sub-indicator,
#pcLeft .sf-vertical a:active > .sf-sub-indicator,
#pcLeft .sf-vertical li:hover > a > .sf-sub-indicator,
#pcLeft .sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

.clear {
	clear: both;
}
#pcLeft ul.sf-vertical {
list-style-type:none;
margin:0 0 10px 0px;
padding:0;
}

/*** DEMO SKIN ***/
#pcLeft .sf-menu {
	float:			left;
	margin-bottom:	1em;
}
#pcLeft .sf-menu a {
	padding: 		6px 6px;
	text-decoration:none;
}

#pcLeft #pcLeftCatLinks .sf-menu a, #pcLeft #pcLeftCatLinks .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
color: #956026;
font-size: 13px;
font-weight: bold;
	
}

#pcLeft .sf-menu ul {
	border-top: 1px solid #BFB277;
}

#pcLeft .sf-menu li {
	background:		transparent;
}
#pcLeft .sf-menu li li {
	background:		#f3f0ca;
	border-right: 1px solid #BFB277;
}
#pcLeft .sf-menu li li li {
	background:		#f3f0ca;
}
#pcLeft #pcLeftCatLinks .sf-menu li:hover, #pcLeft #pcLeftCatLinks .sf-menu li.sfHover,
#pcLeft #pcLeftCatLinks .sf-menu a:focus, #pcLeft #pcLeftCatLinks .sf-menu a:hover, #pcLeft #pcLeftCatLinks .sf-menu a:active {
	background:		#ece3bd;
	outline:		0;
	
}
#pcLeft .sf-menu ul a {
	padding: 		8px 5px;
	text-decoration:none;
	
}

#pcLeft #pcLeftCatLinks .sf-menu  ul a, #pcLeft #pcLeftCatLinks .sf-menu ul a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	border-bottom: 1px solid #BFB277;
	border-left: 1px solid #BFB277;
	color: #956026;
	
}
