/* @override http://www.mulderstudios.com/css/superfish-navbar.css */

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	width: 500px;
	margin-left: 170px;
	background:		none;
	height:			80px; /*was 2.5em; */ /*was also equal padding */
	position:		relative;
/*	border: 1px solid #0c0; */
}
.sf-navbar li {
	background:		none;
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
    width:			600px; /* was 44em; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	background:		none;
	position:		relative;
}

.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}

.portfolio-menu { background: url(/img/nav/portfolio.gif) no-repeat; width: 72px; height: 32px; }
.services-menu { background: url(/img/nav/services.gif) no-repeat; width: 60px; height: 32px; }
.about-menu { background: url(/img/nav/about.gif) no-repeat; width: 42px; height: 32px; }
.press-menu { background: url(/img/nav/press.gif) no-repeat; width: 41px; height: 32px; }
.contact-menu { background: url(/img/nav/contact.gif) no-repeat; width: 65px; height: 32px; }

.murals-menu { background: url(/img/nav/murals.gif) no-repeat; width: 81px; height: 32px; }
.community-menu { background: url(/img/nav/community.gif) no-repeat; width: 191px; height: 32px; }
.education-menu { background: url(/img/nav/education.gif) no-repeat; width: 103px; height: 32px; }
.misc-menu { background: url(/img/nav/miscwork.gif) no-repeat; width: 103px; height: 32px; }

/*
.commissioned-menu { background: url(/img/nav/commissionedwork.gif) no-repeat; width: 188px; height: 32px; }
.public-menu { background: url(/img/nav/public.gif) no-repeat; width: 202px; height: 32px; } */

li span {display:none;}

.sf-menu li:hover .portfolio-menu { background-position: 0px -35px; }
.sf-menu li:hover .services-menu { background-position: 0px -35px; }
.sf-menu li:hover .about-menu { background-position: 0px -35px; }
.sf-menu li:hover .press-menu { background-position: 0px -35px; }
.sf-menu li:hover .contact-menu { background-position: 0px -35px; }


.sf-menu ul li:hover .murals-menu { 
	background: url(/img/nav/murals.gif) no-repeat;
	background-position: 0px -35px; 
	width: 81px; height: 32px;
}

.sf-menu ul li:hover .community-menu { 
	background: url(/img/nav/community.gif) no-repeat;
	background-position: 0px -35px; 
	width: 191px; height: 32px;
}

.sf-menu ul li:hover .education-menu { 
	background: url(/img/nav/education.gif) no-repeat;
	background-position: 0px -35px; 
	width: 103px; height: 32px;
}

.sf-menu ul li:hover .misc-menu { 
	background: url(/img/nav/miscwork.gif) no-repeat;
	background-position: 0px -35px; 
	width: 103px; height: 32px;
}

.sf-menu ul li:hover .commissioned-menu { 
	background: url(/img/nav/commissionedwork.gif) no-repeat;
	background-position: 0px -35px; 
	width: 188px; height: 32px;
}

.sf-menu ul li:hover .public-menu { 
	background: url(/img/nav/public.gif) no-repeat;
	background-position: 0px -35px; 
	width: 202px; height: 32px;
}

ul li.nolink {
	width: 440px;
	padding-top: 4px;
	height: 28px; 
	text-align: center;
}

ul li.nolink a { /* for the email address in the submenu */
	display: inline;
	position: inherit;
}

.sf-navbar li.current {
/*	background:		#BDD2FF; */
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
/*	background:		none; */
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background:		none;
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background:		none;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			80px /* was 2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}