/*** ESSENTIAL STYLES ***/
.sf-menu2, .sf-menu2 * {
	margin:			0;
	padding:		0;
	vertical-align: middle;
}
.sf-menu2 ul {
	padding: 0px;
	margin: 0px;
	position:		absolute;
	top:			-999em;
	width:			auto;
}
.sf-menu2 ul li {
	width:			100%;
}
.sf-menu2 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu2 li {
	position:		relative;
}
.sf-menu2 a {
	display:		block;
	position:		relative;
}
.sf-menu2 li:hover ul,
.sf-menu2 li.sfHover ul {
	left:			0;
	top:			0; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu2 li:hover li ul,
ul.sf-menu2 li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu2 li li:hover ul,
ul.sf-menu2 li li.sfHover ul {
	left:			205px; /* match ul width */
	top:			0;
}
ul.sf-menu2 li li:hover li ul,
ul.sf-menu2 li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu2 li li:hover,
ul.sf-menu2 li li.sfHover {

}

/*** SKIN ***/
ul.sf-menu2 {
	margin-top: 5px;
}

.sf-menu2 {
	margin: 0px;
	padding: 0px;
	width: 205px;
	position: relative;
	top: 0px;
	left: 0px;
}
.sf-menu2 li {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 2.5em;
	width: 205px;
	padding: 0px;
	margin: 0px;
	list-style:none;
}
.sf-menu2 a {
	color: #6b4444;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: right;
	font-size: 1.5em;
	line-height: 33px;
}
.sf-menu2 a:hover {
	text-decoration: underline;
}
.sf-menu2 li ul {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.sf-menu2 li li {
	list-style: none;
	width:auto;
	white-space:nowrap;
	height: auto;
}
.sf-menu2 li li a {
	padding-left:10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 1.3em;
	line-height: 33px;
}
.sf-menu2 li li a:hover {
	background-color: #EFEFEF;
}
.sf-menu2 .last { 
	border-style:none;
}
.sf-menu2 li:hover, .sf-menu2 li.sfHover,
.sf-menu2 a:focus, .sf-menu2 a:hover, .sf-menu2 a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu2 a.sf-with-ul {
	padding-right: 	0em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	display:		none; /* IE6 only */
	width:			0px;
	height:			0px;
}

/* point right for anchors in subs */
.sf-menu2 ul .sf-sub-indicator { background-position:  -5px 0; }
.sf-menu2 ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu2 ul a:focus > .sf-sub-indicator,
.sf-menu2 ul a:hover > .sf-sub-indicator,
.sf-menu2 ul a:active > .sf-sub-indicator,
.sf-menu2 ul li:hover > a > .sf-sub-indicator,
.sf-menu2 ul li.sfHover > a > .sf-sub-indicator {
	background-position: -5px 0; /* arrow hovers for modern browsers*/
}

/*** width:	205px;adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	
}
/* 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:	210px; /* match ul width */
	top:	0px;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -5px 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: -5px 0; /* arrow hovers for modern browsers*/
}
