/**MENU CSS**/






.menu-vertical
{
	border-top:1px solid #ddd;
	margin-top:40px;
}

#nav_768466 A
{
	border-bottom:1px solid #ddd;
	font-size:0.85em;
}



/*** ESSENTIAL STYLES ***/
#nav_768466, #nav_768466 * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#nav_768466 {
	line-height:	1.0;
}
#nav_768466 ul {
	position:		absolute;
	top:			-999em;
	width:			140px; /* left offset of submenus need to match (see below) */
}
#nav_768466 ul li {
	width:			100%;
}
#nav_768466 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav_768466 li {
	float:			left;
	position:		relative;
}
#nav_768466 a {
	display:		block;
	position:		relative;
}
#nav_768466 li:hover ul,
#nav_768466 li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		9999;
}
ul#nav_768466 li:hover li ul,
ul#nav_768466 li.sfHover li ul {
	top:			-999em;
}
ul#nav_768466 li li:hover ul,
ul#nav_768466 li li.sfHover ul {
	left:			140px; /* match ul width */
	top:			0;
}
ul#nav_768466 li li:hover li ul,
ul#nav_768466 li li.sfHover li ul {
	top:			-999em;
}
ul#nav_768466 li li li:hover ul,
ul#nav_768466 li li li.sfHover ul {
	left:			140px; /* match ul width */
	top:			0;
}

#nav_768466 {
	float:			left;
	margin-bottom:	1em;
}
#nav_768466 a {
	padding: 		1.2em 0.5em 1.2em 1em;
	text-decoration:none;
}
#nav_768466 a, #nav_768466 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
/*#nav_768466 li {
	background:		transparent;
}*/
#nav_768466 li li {
	background:		#eee;
}
#nav_768466 li li li {
	background:		#eee;
}
#nav_768466 li:hover, #nav_768466 li.sfHover,
#nav_768466 a:focus, #nav_768466 a:hover, #nav_768466 a:active {
	background:		#fbfbfb;
	outline:		0;
	-webkit-box-shadow: 0px 0px 2px #eee;
	-moz-box-shadow: 0px 0px 2px #eee;
}

#nav_768466 .sf-sub-indicator
{
	display:none;
}

#nav_768466 LI.current_page_item a
{
/*menu item + all subs...*/
}




/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
#nav_768466, #nav_768466 li {
	width:	140px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
#nav_768466 li:hover ul,
#nav_768466 li.sfHover ul {
	left:	140px; /* match ul width */
	top:	0;
}
#nav_768466 A:active
{
	background:#eee;
}



