/*** ESSENTIAL STYLES ***/
#nav .menu, #nav .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:99;
}
#nav .menu {
	line-height:	1.0;
	width:960px;
}
#nav .menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#nav .menu ul li {
	width:			100%;
}
#nav .menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav .menu li {
	float:			left;
	position:		relative;
}
#nav .menu a {
	display:		block;
	position:		relative;
}
#nav .menu li:hover ul, #nav .menu li.sfHover ul {
	left:			0;
	top:			47px; /* match top ul list item height */
	z-index:		99;
	-moz-box-shadow:0px 2px 3px #bbb;
	-webkit-box-shadow:0px 2px 3px #bbb;
	box-shadow:0px 2px 3px #bbb;
}
#nav ul.menu li:hover li ul, #nav ul.menu li.sfHover li ul {
	top:			-999em;
}
#nav ul.menu li li:hover ul, #nav ul.menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
#nav ul.menu li li:hover li ul, #nav ul.menu li li.sfHover li ul {
	top:			-999em;
}
#nav ul.menu li li li:hover ul, #nav ul.menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/***  SKIN ***/
#nav .menu {
	float:			left;
}
#nav .menu a {
	float:left;
	display:block;
	text-decoration:none;
	font-size:15px;
	font-family: 'TitilliumText22L800wt', sans-serif;
	letter-spacing:1px;
	color:#fff;
	line-height:43px;
	margin:0 10px;
	padding:0 10px;
}
#nav .menu a span.item-text {
	position:relative;
	top:2px;
}
#nav .menu li li a:hover {
	border:none;
}
#nav .menu li li {
	margin:0;
	border-bottom:1px solid;
	border-top:1px solid;
}
#nav .menu li a, #nav .menu li li a {
	text-shadow:1px 1px 2px #333;
}
#nav .menu li a:hover, #nav .menu li.current-menu-item a, #nav .menu :hover > a {
	outline:		0;
	border-bottom:4px solid;
}
#nav .menu :hover ul li > a {
	border:none;
}
#nav .menu li li:hover, #nav .menu li li.sfHover {
	border-bottom:1px solid;
	background:transparent url(../images/light-shadow.png) repeat-x top
}
#nav .menu li li:first-child {
	border-top:none;
}
#nav .menu li li:last-child {
	border-bottom:none;
}
/*** arrows **/
#nav .menu a.sf-with-ul {
	padding-right: 	1.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.1em;
	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:			1em;
	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 */
#nav .menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
#nav .menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
#nav .menu ul a:focus > .sf-sub-indicator, #nav .menu ul a:hover > .sf-sub-indicator, #nav .menu ul a:active > .sf-sub-indicator, #nav .menu ul li:hover > a > .sf-sub-indicator, #nav .menu 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') 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-shadow ul.sf-shadow-off {
	background: transparent;
}