/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical
{
    position : relative;
    float: left;
}

.sf-vertical, .sf-vertical li {
	width: 203px;
	margin-left: 2px;
    background-color : #370703;
    border-color: #521000;
    position : relative;
    float: left;
    z-index: 1000;
}

.sf-vertical, .sf-vertical li a {
	font-family: Verdana;
	font-weight:bold;
	font-size: 16px;
	color: #f7eac7;
    border-color: #521000;
}

/* 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;
	width: 203px;
	z-index: 1000;
}

.sf-vertical li.sfHover ul li 
{
    background-color : #370703;    
    border-color: #521000;
    position : relative;
    float: left;
    z-index: 1000;
}

.sf-vertical li.sfHover ul a {
	font-size: 14px;
}

.sf-vertical li ul ul
{
	left:	203px; /* match ul width */
	top:	0;
	width: 203px;
	z-index: 1000;
}

.sf-vertical li ul ul li 
{
    background-color : #370703;    
    border-color: #521000;
    position : relative;
    float: left;
    z-index: 1000;
}

.sf-vertical li ul ul a {
	font-size: 14px;
}

/*** 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*/
}

/* ----------------------------------------------------------------------------------------------- */

/*** adding sf-vertical2 in addition to sf-menu creates a vertical menu ***/
.sf-vertical2
{
    position : relative;
    float: left;
}

.sf-vertical2, .sf-vertical2 li {
	width: 203px;
	margin-left: 2px;
    background-color: #521000;
    border-color: #521000;
    position : relative;
    float: left;
    z-index: 1000;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.sf-vertical2, .sf-vertical2 li a {
	font-family: Verdana;
	font-size: 12px;
	color: #f7eac7;
    border-color: #521000;
    padding-top: 0px;
}

/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical2 li:hover ul,
.sf-vertical2 li.sfHover ul {
	left:	203px; /* match ul width */
	top:	0;
	width: 203px;
	z-index: 1000;
}

.sf-vertical2 li.sfHover ul li 
{
    background-color : #521000;    
    border-color: #521000;
    position : relative;
    float: left;
    z-index: 1000;
}

.sf-vertical2 li.sfHover ul a {
	font-size: 12px;
}

.sf-vertical2 li ul ul
{
	left:	203px; /* match ul width */
	top:	0;
	width: 203px;
	z-index: 1000;
}

.sf-vertical2 li ul ul li 
{
    background-color : #521000;    
    border-color: #521000;
    position : relative;
    float: left;
    z-index: 1000;
}

.sf-vertical2 li ul ul a {
	font-size: 12px;
}

/*** alter arrow directions ***/
.sf-vertical2 .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical2 a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical2 a:focus > .sf-sub-indicator,
.sf-vertical2 a:hover > .sf-sub-indicator,
.sf-vertical2 a:active > .sf-sub-indicator,
.sf-vertical2 li:hover > a > .sf-sub-indicator,
.sf-vertical2 li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

.sf-vertical2 .sf-sub-indicator
{
    margin-top: -8px;
}
