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

}
ul.ssf-green li li:hover li ul,
ul.ssf-green li li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-green li li li:hover ul,
ul.ssf-green li li li.wpm-hover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** arrows **/
.ssf-green 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-green ul .sf-sub-indicator { background-position:  -10px 0; }
.ssf-green ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.ssf-green ul a:focus > .sf-sub-indicator,
.ssf-green ul a:hover > .sf-sub-indicator,
.ssf-green ul a:active > .sf-sub-indicator,
.ssf-green ul li:hover > a > .sf-sub-indicator,
.ssf-green 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;
	/*background-image: none;*/
	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-green-wrap {
/*	margin: 		10px 0 0 0;
	padding:		0;
	font-size: 		12px;
	font-weight: 	bold;
	height:			30px;
	background:		transparent;			 color 1 */
	padding: 0 0 0 00px;
	top: 165px;
	list-style: none;
	height: 46px;
	position: relative;
	clear: both;	
}

/*** DEMO SKIN ***/
.ssf-green {
	float:			left;
	width:			100%; 
}
.ssf-green a {
	border:			0;
	padding: 		.75em 1em;
	text-decoration: none;
	border-right:	none;	/* border color */	
}
.ssf-green li li a {
	border:			0;
	padding: 		.75em 1em;
	text-decoration: none;
	border-top:		1px solid #bdb49c;	/* border color */	
	border-left:	none;	/* border color */	
	/*float: left;*/
}
.ssf-green a, .ssf-green a:visited  {
	color:			white;				/* text color 1 */
	font-family: georgia, serif;
	font-weight: normal;
}
.ssf-green li li a, .ssf-green li li a:visited  {
	color:			white;			/* text color 2 */
}
.ssf-green li {
	height:			30px;
	background:		transparent;			/* color 1 */
}
.ssf-green li li {
	height:			auto;
	background:		#f0e9d9;			/* color 2 */
}
.ssf-green li:hover, .ssf-green li.wpm-hover,
.ssf-green a:focus, .ssf-green a:hover, .ssf-green a:active {
	text-decoration: none;
	background:		transparent;			/* color 3 */
	outline:		0;
}

.ssf-green li.selected, 
.ssf-green li.current-cat, 
.ssf-green li.current-cat-parent, 
.ssf-green li.current_page_item, 
.ssf-green li.current_page_parent,
.ssf-green li.current_page_ancestor {
	background:		transparent;			/* color 3 */
}
.ssf-green li li.selected {
background:		#F0E9D9;
}
.ssf-green li.right {
	float: right;
}

.ssf-green li.right a, 
.ssf-green li.right form {
	border-left:	none;	/* border color */	
	border-right:	0;
}

.ssf-green form {
	margin: 9px 0 0 0;
	padding: 0;
	background: url('searchbox.png') no-repeat right center;
	height: 30px;
	width: 165px;
	border-right:	none;	/* border color */	
}

.ssf-green form input.wpm-text {
	border: 0;
	background: transparent;
	margin: 6.5px 0 0 6px;
	width: 128px;
	}

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

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

/*********MODIFIED STUFF************/



/*MY CHANGES*/

.ssf-green a.top_level  {
	display: block;
	height: 46px;
	line-height: 46px !important;
	padding: 0 15px 0 0;
	float: left;
	color: #fff !important;
	text-decoration: none;
	font-family: georgia, serif !important;
	font-size: 12px !important;
	font-weight: normal !important;
	margin-right: 10px;
	background: url(tab_a_hover.png) no-repeat -300px -300px;
	
}
.ssf-green a.top_level span {
	display: block;
	height: 46px;
	line-height: 46px !important;
	float: left;
	padding: 0 0 0 10px;
	cursor: pointer;
	font-weight: normal;
	text-shadow: #63401d 1px 1px 0px;
	background: url(tab_b_hover.png) no-repeat -300px -300px;
	color: #fff;
	text-decoration: none;
	font-family: georgia, serif !important;
	font-size: 12px !important;
	
}

.ssf-green a.top_level:hover {
	background-position: right top;
	height: 46px;
}

.ssf-green a.top_level:hover span {
	background-position: left top;
	font-weight: normal;
	height: 46px;
	color: #00518d !important;
	text-shadow: #ffffff -1px -1px 0px;
}
.ssf-green li.selected a.top_level {
	background: url(tab_a.png) no-repeat right top;
	line-height: 46px;
	color: #00518d !important;
	height: 46px;
}

.ssf-green li.selected a.top_level span {
	background: url(tab_b.png) no-repeat left top;
	line-height: 46px;
	text-shadow: #ffffff 1px 1px 1px;
	color: #00518d !important;
}
.ssf-green li.selected a.top_level:hover {
	background: url(tab_a_hover.png) no-repeat right top;
	height: 46px;
}

.ssf-green li.selected a.top_level:hover span {
	background: url(tab_b_hover.png) no-repeat left top;
	font-weight: normal;
	height: 46px;
	color: #00518d !important;
	text-shadow: #ffffff -1px -1px 0px;
}

.ssf-green ul li a {
	color: #00518d !important;
	padding: 0 10px 0 10px;
	letter-spacing: 1px;
	margin: 0;
	display: block;
	height: 45px;
	line-height: 45px !important;
	font-family: Tahoma, Arial, Helvetica, sans-serif !important;
	/*border-right: 1px solid #b2a180;*/
	font-size: 11px;
	
	
	
	}


.ssf-green ul li a:hover {
	height: 45px;
	line-height: 45px;
	background: #fefcfa;
	color: #0074c6 !important;
	
	
}
.ssf-green ul li.last a { 
	/*border: 0; 
	background-image: none !important;
*/
border-bottom:		1px solid #bdb49c;
}

.ssf-green li:hover > a {
	background: url(tab_a_hover.png) no-repeat right top;
	line-height: 46px;
	height: 46px;
}

.ssf-green li:hover > a span {
	background: url(tab_b_hover.png) no-repeat left top;
	color: #00518d;
	line-height: 46px;
	text-shadow: #ffffff 1px 1px 1px; 
}