/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/

#sf-menu-vertical
{
	position: relative;
	width: 155px;
	height: 350px;
	background-image: url(../images/template/bkgd_menu_150x350.png);
	background-repeat: no-repeat;
	background-color: #fff;
	margin:0 auto 20px auto;
}

.sf-vertical {
	margin:6px auto;
	width:	150px;
	z-index:99;
}

.sf-vertical li {
	width:145px;
	margin-left:5px;	
}
.sf-vertical li li{
	width:150px;
	margin-left:0;	
}

/* 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:	145px; /* match ul width */
	top:	0;

}

/*** DEMO SKIN NEED TO CHANGE COLORS ***/
 .sf-vertical{
	float:			left;
	margin-bottom:	1em;
}
.sf-vertical a {
	border-bottom:	1px dotted #3f3f3f; 
	border-left:	none;
	border-top:		none;
	border-right:	none;
	padding: 		.75em 1em;
	text-decoration:none;
	font-size:120%;
}
.sf-vertical a.nb { 
	border-bottom:	none; 
}
.sf-vertical li li a {font-size:100%; 	border-bottom:	1px solid #2f2f2f; }
.sf-vertical a, .sf-vertical a:visited
{
	/* visited pseudo selector so IE6 applies text colour*/
	color: #efefcf;
	text-align: right;
	padding-right:20px;
}
.sf-vertical li
{
	background: none;
	
}
.sf-vertical li ul{ 
	background:		#efefe9;
	width:  220px;
}
.sf-vertical li li {
	background:		#000;
		width:  220px;
		display: block;
		text-indent:1em;
		
}


.sf-vertical li li a, .sf-vertical li li a:visited{
	color:			#f0f0f8;
	text-align:left;
}

.sf-vertical li li li {
	background:		#9AAEDB;
	
}
.sf-vertical li li li a, .sf-vertical li li li a:visited{
	color:			#000;
}

.sf-vertical li:hover, .sf-vertical li.sfHover,
.sf-vertical a:focus, .sf-vertical a:hover, .sf-vertical a:active
{
	outline: 0;
	color: #000;
	background-image: url(../images/template/trans_hover2.png);
/*	
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
*/
}




/*** 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*/
}