/*** ESSENTIAL STYLES ***/#navigation ul, #navigation ul * {	margin:			0;	list-style:		none;}#navigation ul {	line-height:	1.0;}#navigation ul ul {	position:		absolute;	top:			-999em;}#navigation ul li:hover {	visibility:		inherit; /* fixes IE7 'sticky bug' */}#navigation ul li {	float:			left;	position:		relative;}#navigation ul a {	display:		block;	position:		relative;}#navigation ul li:hover ul,#navigation ul li.sfHover ul {	left:			0;	top:			32px; /* match top ul list item height */	z-index:		99;	width:			170px;}ul#navigation ul li:hover li ul,ul#navigation ul li.sfHover li ul {	top:			-999em;}ul#navigation ul li li:hover ul,ul#navigation ul li li.sfHover ul {	left:			10em; /* match ul width */	top:			0;}ul#navigation ul li li:hover li ul,ul#navigation ul li li.sfHover li ul {	top:			-999em;}ul#navigation ul li li li:hover ul,ul#navigation ul li li li.sfHover ul {	left:			10em; /* match ul width */	top:			0;}#navigation ul li:hover, #navigation ul li.sfHover,#navigation ul li.sfHover a,#navigation ul a:focus, #navigation ul a:hover, #navigation ul a:active {	color:		#b3b379;	outline:		0;}#navigation ul li.sfHover ul li a {color:#ffffff;}#navigation ul li.sfHover ul li a:hover {color:#ffffff;}/*** arrows **/#navigation ul a.sf-with-ul {	padding-right: 	2.25em;	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */}.sf-sub-indicator {	position:		absolute;	display:		block;	right:			.75em;	top:			1.05em; /* IE6 only */	width:			10px;	height:			10px;	text-indent: 	-999em;	overflow:		hidden;	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */}a > .sf-sub-indicator {  /* give all except IE6 the correct values */	top:			.8em;	background-position: 0 -100px; /* use translucent arrow for modern browsers*/}/* apply hovers to modern browsers */a:focus > .sf-sub-indicator,a:hover > .sf-sub-indicator,a:active > .sf-sub-indicator,li:hover > a > .sf-sub-indicator,li.sfHover > a > .sf-sub-indicator {	background-position: -10px -100px; /* arrow hovers for modern browsers*/}/* point right for anchors in subs */#navigation ul ul .sf-sub-indicator { background-position:  -10px 0; }#navigation ul ul a > .sf-sub-indicator { background-position:  0 0; }/* apply hovers to modern browsers */#navigation ul ul a:focus > .sf-sub-indicator,#navigation ul ul a:hover > .sf-sub-indicator,#navigation ul ul a:active > .sf-sub-indicator,#navigation ul ul li:hover > a > .sf-sub-indicator,#navigation ul ul li.sfHover > a > .sf-sub-indicator {	background-position: -10px 0; /* arrow hovers for modern browsers*/}/*** shadows for all but IE6 ***/.sf-shadow ul {	background:	url(../images/shadow.png) bottom right no-repeat;	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-shadow ul.sf-shadow-off {	background: transparent;}