/* @override http://localhost:8888/stills-new/stylesheets/superfish.css */

/* @group SUPERFISH - ESSENTIAL */

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/* @end */

/* @group SUPERFISH - ARROWS */

.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -1px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #333333; 
	border-top-color: rgba(51,51,51,.8);
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #ffffff; 
}

/* Right Facing Arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #333333; 
	border-left-color: rgba(51,51,51,.8);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #ffffff;
}

/* @end */

/* @group SUPERFISH - SKIN */

ul.sf-menu {
	font-size: 2.2em;
	line-height: 1em;
	width: 100%;
	font-family: 'Open Sans', 'Lucida Grande', Lucida, Verdana, sans-serif;
	font-weight: 300;
	float: left;
	margin: 0;
	padding: 155px 0 0;
}

ul.sf-menu a,
ul.sf-menu a:visited { 
	text-decoration: none;
	color: #999999;
}

ul.sf-menu li a {
	padding: 0 20px 0 0;
	text-transform: uppercase;
	margin: 0;
}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover,
ul.sf-menu a:focus,
ul.sf-menu a:hover {
	color: #333333;
}

ul.sf-menu a:active {
	color: #993333;
}

/* Current Menu Item */

#artists a#nav_artists,
#exhibitions a#nav_exhibitions,
#collect a#nav_collect,
#about a#nav_about,
#subscribe a#nav_subscribe {
	color: #333333;
}

/* @end */
