/* 
	WordPress Menubar Plugin
	ssf-black.css stylesheet for the Superfish template

	Credits:

	Superfish v1.4.8 - jQuery menu plugin by Joel Birch
	http://users.tpg.com.au/j_birch/plugins/superfish/

	Search box design by the LightWord theme
	http://www.lightword-theme.com/
*/

/*** start superfish.css ***/

/*** ESSENTIAL STYLES ***/
.ssf-black, .ssf-black * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.ssf-black {
	line-height:	1.0;
}
.ssf-black ul {
	position:		absolute;
	top:			-999em;
	width:			17em; /* left offset of submenus need to match (see below) */
}
.ssf-black ul li {
	width:			100%;
}
.ssf-black li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.ssf-black li {
	float:			left;
	position:		relative;
}
.ssf-black a {
	color: white;
	display:		block;
	position:		relative;
}
.ssf-black li:hover ul,
.ssf-black li.wpm-hover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.ssf-black li:hover li ul,
ul.ssf-black li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-black li li:hover ul,
ul.ssf-black li li.wpm-hover ul {
	left:			14em; /* match ul width */
	top:			0;
}
ul.ssf-black li li:hover li ul,
ul.ssf-black li li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-black li li li:hover ul,
ul.ssf-black li li li.wpm-hover ul {
	left:			17em; /* match ul width */
	top:			0;
}

/*** arrows **/
.ssf-black a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('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:			.8em;
	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.wpm-hover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

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

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding-left: 0;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-top: 0;
	background:	url('shadow.png') no-repeat bottom right;
	-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;
}

/*** end superfish.css ***/

.ssf-black-wrap {
	font-family: Arial, sans-serif;
	word-spacing: 	0.1em;
	margin: 		0;
	padding:		0;
	font-size: 		11px;
	font-weight: 	bold;
	height:			30px;
	background:		black;			/* color 1 */
	position:		relative;
	z-index:		49;
}

[if SafMob].ssf-black-wrap  { font-size:12px; }

/*** DEMO SKIN ***/
.ssf-black {
	float:			left;
	width:			100%; 
	font-family: Arial, sans-serif;
}
.ssf-black a {
	font-family: Arial, sans-serif;
	border:			0;
	padding: 		8px 8px;
	text-decoration: none;
	border:	none;	/* border color */	
}
.ssf-black li li a, .ssf-black li li.selected li a {
	font-family: Arial, sans-serif;
	border:			0;
	color: #726e6a;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	border:		none;	/* border color */	
}
.ssf-black li li.selected a, .ssf-black li li li.selected a {
	border:			0;
	color: white;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	border:		none;	/* border color */	
}
.ssf-black a, .ssf-black a:link, .ssf-black a:visited  {				/* text color 1 */
}
.ssf-black li li a, .ssf-black li li a:link, .ssf-black li li a:visited  {			;			/* text color 2 */
}
.ssf-black li {
	height: 30px			;
	background:		black;			/* color 1 */
	text-transform: uppercase;
}
.ssf-black li li {
	color: #584d4a;
	height:			auto;
	background:		#f2ece0 0px bottom;			/* color 2 */
	text-transform: none;
	border-bottom: 1px dotted #dadada;
	font-size: 13px;
}
.ssf-black li:hover, .ssf-black li.wpm-hover,
.ssf-black a:focus, .ssf-black a:hover, .ssf-black a:active {
	background-image: url(menu-purple.png);
	background-repeat: repeat-x;
	color: white;
	text-decoration: none;			/* color 3 */
	outline:		0;
}

.ssf-black li.selected, 
.ssf-black li.current-cat, 
.ssf-black li.current-cat-parent, 
.ssf-black li.current_page_item, 
.ssf-black li.current_page_parent,
.ssf-black li.current_page_ancestor {
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-image: url(menu-red.png);
/*
	text-shadow: 2px 2px 3px #6f6f6f;
*/
	color: white;			/* color 3 */
}

.ssf-black li.right {
	float: right;
}

.ssf-black li.right a, 
.ssf-black li.right form {
	border-left:	1px solid #8EC3F7;	/* border color */	
	border-right:	0;
}

.ssf-black form {
	margin: 0;
	padding: 0;
	background: url('searchbox.png') no-repeat center center;
	height: 30px;
	width: 195px;
	border-right:	1px solid #8EC3F7;	/* border color */	
}

.ssf-black form input.wpm-text {
	border: 0;
	background: transparent;
	margin: 6px 0 0 6px;
	width: 154px;
	}

.ssf-black form input.wpm-submit {
	border: 0;
	background: transparent;
	cursor: pointer;
	height: 20px;
	width: 26px;
}

.ssf-black-after {
	clear: both;
	margin: 0;
	padding: 0;
	background: url('shadow2.png') repeat-x;
	height: 6px;
}
