/* 
	WordPress Menubar Plugin
	ssf-yellow.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-yellow, .ssf-yellow * {
	margin:			0px;
	padding:		0px;
	list-style:		none;
	font-size: 		12px;
	font-weight:bold;
	font-family:tahoma,sans-serif;
}
.ssf-yellow {
	line-height:	1.0;
}
.ssf-yellow ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.ssf-yellow ul li {
	width:			100%;
	font-size: 		10px;
}
.ssf-yellow li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.ssf-yellow li {
	float:			left;
	position:		relative;
}
.ssf-yellow a {
	display:		block;
	position:		relative;
}
.ssf-yellow li:hover ul,
.ssf-yellow li.wpm-hover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.ssf-yellow li:hover li ul,
ul.ssf-yellow li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-yellow li li:hover ul,
ul.ssf-yellow li li.wpm-hover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.ssf-yellow li li:hover li ul,
ul.ssf-yellow li li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-yellow li li li:hover ul,
ul.ssf-yellow li li li.wpm-hover ul {
	left:			12em; /* match ul width */
	top:			0;
}

/*** arrows **/
.ssf-yellow 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-yellow ul .sf-sub-indicator { background-position:  -10px 0; }
.ssf-yellow ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.ssf-yellow ul a:focus > .sf-sub-indicator,
.ssf-yellow ul a:hover > .sf-sub-indicator,
.ssf-yellow ul a:active > .sf-sub-indicator,
.ssf-yellow ul li:hover > a > .sf-sub-indicator,
.ssf-yellow 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 {

}
.sf-shadow ul.sf-shadow-off {

}

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

.ssf-yellow-wrap {

	padding:		0px;
	font-size: 		10px;
	height:			32px;
	background:#D43243 url("dazzle_black.png");
	position:		relative;
	z-index:		49;
}

/*** DEMO SKIN ***/
.ssf-yellow {
	float:			left;
	width:			100%; 
}
.ssf-yellow a {
	padding: 		.75em 1em;
	text-decoration: none;
}
.ssf-yellow li li a {
	padding: 		.75em 1em;
	text-decoration: none;

}
.ssf-yellow a, .ssf-yellow a:link, .ssf-yellow a:visited  {
	color:			#FFFFFF;			/* text color 1 */
}
.ssf-yellow li li a, .ssf-yellow li li a:link, .ssf-yellow li li a:visited  {
	color:			#000000;			/* text color 2 */
	font-size: 10px;
	border-bottom: 1px solid;
}
.ssf-yellow li {
	height:			32px;
	background:#D43243 url("dazzle_black.png");			/* color 1 */
}
.ssf-yellow li li {
	height:			auto;
	background:		#FFFFFF;			/* color 2 */
	
}
.ssf-yellow li:hover, .ssf-yellow li.wpm-hover,
.ssf-yellow a:focus, .ssf-yellow a:hover, .ssf-yellow a:active {
	text-decoration: none;
	background:#D43243 url("dazzle_black.png");
	background-position:0 60px;
	outline: 0;

}

.ssf-yellow li.selected, 
.ssf-yellow li.current-cat, 
.ssf-yellow li.current-cat-parent, 
.ssf-yellow li.current_page_item, 
.ssf-yellow li.current_page_parent,
.ssf-yellow li.current_page_ancestor {
	background:#B41520 url("dazzle_black.png");			/* color 3 */
	background-position:0 60px;

}

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

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

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

.ssf-yellow form input.wpm-text {
	border: 0;
	background: transparent;

	width: 154px;
	}

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

.ssf-yellow-after {
}

