/* @override http://www.noahcouserphotography.com/2.0/js/superfish-1.4.8/css/superfish.css */


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	text-align:center;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:563px;
	overflow: hidden;
	
}
.sf-menu ul li {
	width:			100%;
	float:left;
}
.sf-menu li:hover {
	background-position: 0 -40px;
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	text-align: center;
}
.sf-menu a {
	display:		block;
	position:		relative;
	text-align: center;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			5px;
	top:			40px; /* match top ul list item height */
	z-index:		99;
}
.sf-menu li:hover ul.landscape,
.sf-menu li.sfHover ul.landscape {
	left:			5px;
	top:			40px; /* match top ul list item height */
	z-index:		99;
	width:228px;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}


/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	text-decoration:none;
	text-align:center;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			white;
	font-family: Helvetica Neue;
	font-weight: 600;
	text-transform: uppercase;

}
.sf-menu ul li ul.big {
	width:450px;
}
.sf-menu ul li ul.small {
	width:228px;
}
.sf-menu li {
	font-size:16px;
	width:139px;
	height:40px;
	line-height:40px;
	background: url(../../../images/design/nav.png) no-repeat;
}
.sf-menu li.left {
	font-size:16px;
	width:143px;
	height:40px;
	line-height:40px;
	background: url(../../../images/design/navleft.png) no-repeat;
}
.sf-menu li.left:hover {
	background-position:0 -40px;
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li.right{
	font-size:16px;
	width:142px;
	height:40px;
	line-height:40px;
	background: url(../../../images/design/navright.png) no-repeat;
}
.sf-menu li.right:hover {
	background-position:0 -40px;
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li:hover a {
	color:black;
	font-size:16px;
}
.sf-menu li:hover li a {
	color:white;
	font-size: 12px;
}
.sf-menu li li:hover a {
	color:black;
	background: white;
}
.sf-menu li li.small {
	font-size:12px;
	margin-right:2px;
	float:left;
	width:110px;
	height:24px;
	background:url(../../../images/design/subnav.png) no-repeat;
	color:white;
	text-align: center;
	background-color: none;
	line-height: 24px;
}
.sf-menu li li.notSmall {
	font-size:12px;
	margin-right:2px;
	float:left;
	width:160px;
	height:24px;
	background:url(../../../images/design/subnav.png);
	background-repeat:repeat-x;
	color:white;
	text-align: center;
	background-color: none;
	line-height: 24px;
}
.sf-menu li li:hover {
	background:white;
	color:black
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}



