/* 
	Skin for Portfolio nav bar
	customize the look and feel of the Portfolio nav bar here 
*/
/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	/*background:		#302120;*/
	height:			50px;
	padding-bottom:	0;
	position:		relative;
	color:			#EDECDC;
	font:			12px/12px Helvetica, Calibri, Arial, sans-serif;
}

li {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.sf-navbar li {
	/*background:		#302120;*/
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	background-color:	#6B564C!important; /* expanded subnav background */
	color:			#EDECDC;	
	width:			44em; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	position:		relative;
	/* groove style borders */
	/*
	border-left: 1px solid #4B3B35;
	border-right: 1px solid #95776A;
	*/
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}

/* base menu item style */
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
	color:			#EDECDC;
	font-weight:	bold;
}


/* current / selected nav item style */
.sf-navbar li.current {
	background:		#6B564C;
	color:			#EDECDC;
}

/* hover styles */

/* first level */
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background:		#6B564C;
	color:			#EDECDC;
}

/* second level hover (highlight) */
.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:		#4B3B35;
	color:			#EDECDC;
}

/* second level current (reverse)*/
.sf-navbar li li.current {
	background:		#EEEDDC;
	color:			#302120;
}

ul.sf-navbar ul li {
	font-size: 		1em;				/* submenu font size */
	line-height:	1em;
}

/* third level */
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:		#4B3B35;
	color:			#EDECDC;
}

ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			23px; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

/* second level current item link */
ul.sf-navbar li li.current a,
ul.sf-navbar li li.current a:link,
ul.sf-navbar li li.current a:visited{
	font-weight:	bold;
	color:			#302120;
}
/* second level current item link hover */
ul.sf-navbar li li.current a:hover,
ul.sf-navbar li li.current a:active{
	font-weight:	bold;
	color:			#EDECDC;
}

/* disabled nav item style */
ul.sf-navbar li ul li.disabled a:link,
ul.sf-navbar li ul li.disabled a:visited {
	color:			#AF9E9D;
}

/*** 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;
}
