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

.sf-vertical, .sf-vertical li {
	height: auto;
	text-transform:none;
	z-index:1;
	line-height: 1.5;
}
/* 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:	10em; /* match ul width */
	top:	0;
	height: auto;
	
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -0px center; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: -0px center; } /* 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: -0px center; /* arrow hovers for modern browsers*/
}
.sf-vertical .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			3px;
	top:			40%;
	/* top:			16px;  IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		visible;
	background:		url(../images/arrows-nav.gif) no-repeat -0px center; /* indexed alpha gif */
}
/* start - overide superfish.css and flyout.css */


/*.sf-vertical a {

}
.sf-vertical li {

}
.sf-vertical, .sf-vertical * {

}
.sf-vertical {

}
.sf-vertical ul {

}
.sf-vertical ul li {

}
.sf-vertical li:hover {

}

.sf-vertical ul ul {
	width: 220px;
	margin-left: -3px
}*/
.sf-vertical a {
	height: auto;
}
.sf-vertical ul li {
	width: auto;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	background-color: #F0F0F0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
	border-top: 0px;
}
.sf-vertical ul li li {
	width: auto;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	background-color: #F0F0F0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
	border-top: 0px;
}
.sf-vertical li li a {
	text-align: left;
	padding: 8px 15px !important;
} 
.sf-vertical a {
	text-align: left;
}
.sf-vertical ul {
	background:	none;
/*	background:	url(../images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;*/
}
.sf-vertical ul.sf-vertical-off {
	background: transparent;

}
.sf-vertical li:hover {
	height: auto;
	background-image: none;
}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:			230px;
	top:			-1px; /* match top ul list item height */
	z-index:		99;
	height: auto;	
}
ul.sf-vertical li:hover li ul,
ul.sf-vertical li.sfHover li ul {
	top:			-999em;
	height: auto;
}
ul.sf-vertical li li:hover ul,
ul.sf-vertical li li.sfHover ul {
	left:			253px; /* match ul width (subvertical child) */
	top:			0px;
	height: auto;
}
ul.sf-vertical li li:hover li ul,
ul.sf-vertical li li.sfHover li ul {
	/*top:			-999em;*/
	top:			0px;
	height: auto;
}
ul.sf-vertical li li li:hover ul,
ul.sf-vertical li li li.sfHover ul {
	left:			230px; /* match ul width */
	top:			0px;
	height: auto;
}
.sf-vertical li.sfHover,
.sf-vertical a:focus, .sf-vertical a:hover, .sf-vertical a:active {
	outline:		0;
	background-image: none;
	/*background-color: #ffffff;*/
}
/*-- end- overide superfish.css and flyout.css */
