/* 
	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 * {
	list-style:		none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.ssf-yellow {
	line-height:	23px;
}
.ssf-yellow ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	height:34px;
}
.ssf-yellow ul li {
	width:			100%;
}
.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:34px; /* 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:			200px; /* 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:			200px; /* match ul width */
	top:			0;
}

/*** arrows **/
.ssf-yellow a.sf-with-ul {
	padding-right: 	30px;
	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; /* 8-bit indexed alpha png. IE6 gets solid image only */
	background-image: url(arrows-ffffff.png);
	background-repeat: no-repeat;
	background-position: -10px -100px;
	margin-right:5px;
}
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: -20px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
 	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-yellow-wrap {
	margin: 		0 0 0 0;
	padding:		0;
	font-size: 		12px;
	font-weight: 	bold;
	height:			37px;
 background:		;			/* color 1 */
}

/*** DEMO SKIN ***/
.ssf-yellow {
	float:			left;
	width:			100%; 
}
.ssf-yellow li a {
		background-image: url(/images/star.png);
	background-position:right;
	background-repeat:no-repeat;
}
.ssf-yellow a {
	border:			0;
	text-decoration: none;

 	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 10px;	
 }
.ssf-yellow li li a {
	border:			0;
	padding: 		.5em 1em;
	text-decoration: none;
	border-top:		1px solid #F9F0C2;
	background: none;

}
.ssf-yellow a, .ssf-yellow a:visited  {
	color:			#FFF;			/* text color 1 */
}
.ssf-yellow li li a, .ssf-yellow li li a:visited  {
	color: #FFF;			/* text color 2 */
}
.ssf-yellow li {
	height:34px;
	background:		;			/* color 1 */
	text-align:left;
	background-image:;
}
.ssf-yellow li li {
	height:			auto;
	background:		#E9BE7F;			/* 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;
	 			/* color 3 */
	outline:		0;
		background:		#d9aE6F;
	 
}

.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:		#333;			/* color 3 */
}

.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: 30px;
	width: 195px;
	border-right:	1px solid #F9F0C2;	/* border color */	
}

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

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

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