.ssf-black, .ssf-black * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.ssf-black {
	line-height:	1;
}
.ssf-black ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* 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 {
	display:		block;
	position:		relative;
}
.ssf-black li:hover ul,
.ssf-black li.wpm-hover ul {
	left:			0;
	top:			2em;
	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:			10em; /* 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:			10em; /* 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 {
	background:	url('shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-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 {
	margin: 		0;
	padding:		0;
	font-size: 		12px;
	font-weight: 	bold;
	height:			24px;
	background:		#666666;
}

/*** DEMO SKIN ***/
.ssf-black {
	float:			left;
	width:			100%;
}
.ssf-black a {
	border:			0;
	padding: 		6px 12px;
	text-decoration: none!important;
	border-right:	1px solid #EEEEEE;
}
.ssf-black li li a {
	border:			0;
	padding: 		.75em 1em;
	text-decoration: none;
	border-top:		1px solid #FFF;	/* border color */
	/*border-left:	1px solid #8EC3F7;	 border color */
}
.ssf-black a, .ssf-black a:visited  {
	color:			#FFF!important;				/* text color 1 */
}
.ssf-black li li a, .ssf-black li li a:visited  {
	color:			#FFF;
	font-size: 0.9em;
	font-weight: normal;
	
}
.ssf-black li li a:hover {
	background: #840000;
}
/*.ssf-black li {
	height:			30px;
	background:		#1872CA;			 color 1
}*/
.ssf-black li li {
	height:			auto;
	background:		#999999;			/* color 2 */
	width: 11em;
}
.ssf-black li:hover, .ssf-black li.wpm-hover,
.ssf-black a:focus, .ssf-black a:hover, .ssf-black a:active {
	text-decoration: none;
	background:		#333333;			/* 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:		#333333;			/* 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;
}
