/* 
	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:			0;
	padding:		0;
	list-style:		none;
}
.ssf-yellow {
	line-height:	1.0;
}

/*----------- Sets the width of the sublevel 1 dropdown container ------------*/
.ssf-yellow ul {
	position:		absolute;
	top:			-999em;
	width:			120%; /* left offset of submenus need to match (see below) */
}


/*Enforces that the width of the li will equal the width of the ul set above. */
.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:			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:			10em; /* 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:			10em; /* 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 {
	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;
}*/


/*-------------------------------------------------- Sets the bg for the containing submenu 1 level ul ------------*/
.sf-shadow ul
{
	/*background: 	url('bg_ul_ul.jpg') repeat-x;*/
	}


.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

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


/* --------------------------------------Sets the height of the menu bar, colors or bg images, font, etc... */
.ssf-yellow-wrap {
	margin-top: 		10px;
	margin-bottom: 		10px;
	padding:		0;
	font-size: 		14px;
	font-weight: 	bold;
	height:			20px;
	/*background: 	url('gray.jpg') repeat-x;*/		/* color 1 */
	position:		relative;
	z-index:		49;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* --------------------------------------Sets the vertical position, borders, and bg of sub-menu level 1... */

.ssf-yellow-wrap ul li ul
{
margin:			28px 0 0 0;
border-left:	0;
/*border-right:	1px solid #E6E6E6;
border-bottom:	1px solid #E6E6E6;*/
}


/* ----------------------------------------Sets property of main menu words and related hieghts, but not their color or fonts. Use in combination with ssf-yellow li*/
.ssf-yellow a {
	border:				0;
	/*padding: 			.75em 1em;*/
	padding: 			12px 0px 12px 20px; 
	text-decoration: 	none;
	/*border-right:		1px solid #eee;*/	/* border color */	
	
}



/*--------------------------------------------Sets height of li and main menu height and sets background color. 
NOTE: Use this in combination with ssf-yellow-wrap for height considerations*/
.ssf-yellow li {

	/*background:		#E6C30A;	*/		/* color 1 */
	height:			40px;
	/*background:		url:('gray.jpg') repeat-x;*/
}




/*-------------------------------------- Sets background color of main menu hover----------------*/
.ssf-yellow li:hover, .ssf-yellow li.wpm-hover,
.ssf-yellow a:focus, .custom .ssf-yellow a:hover, .ssf-yellow a:active 
{
	
	/*background:		#F3E285;*/		/* color 3 */
	outline:		0;
	color:#A00;
	
	
	}


/*-------------------------------------- Sets background color of menus that have children----------------*/
.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:		#F3E285;*/			/* color 3 */
}



/*------------------------------------------------ Sets overall height of level 1 ------------------------*/


.ssf-yellow li li {
	
	height:			auto;
	
		
	
	/*background:		#d8d8c7;*/			/* color 2 */
	/*background: 	url('gray.jpg') repeat-x;*/
}


/*** DEMO SKIN ***/
.ssf-yellow {
	float:			left;
	width:			100%;
	 
}


/*---------------------------------------- Sets margins and borders of submenu level 1 items --------------------------*/
.ssf-yellow li li a {
	padding: 			.5em 1em;
	text-decoration: 	none;
	border-right:	none;
	/*border-top:			1px solid #F9F0C2;*/	/* border color */	
	/*border-left:		1px solid #F9F0C2;*/	/* border color */	
}



.ssf-yellow a:link, .ssf-yellow a:visited  {
	color: black;			/* text color 1 */
}



.ssf-yellow li li a, .ssf-yellow li li a:link, .ssf-yellow li li a:visited  {
	color:			#AD9208;			/* text color 2 */
}













/*------------------------------------- For Search Form ----------------------------------------------*/
.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;*/
}
