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

.top-nav .ssf-blue li:hover ul,
.top-nav .ssf-blue li.wpm-hover ul {
	top:20px;
}
ul.ssf-blue li:hover li ul,
ul.ssf-blue li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-blue li li:hover ul,
ul.ssf-blue li li.wpm-hover ul {
	left:			170px; /* match ul width */
	top:			0;
}
ul.ssf-blue li li:hover li ul,
ul.ssf-blue li li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-blue li li li:hover ul,
ul.ssf-blue li li li.wpm-hover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** arrows **/
.ssf-blue a.sf-with-ul {
	padding-right: 	0;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		none;
	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-blue ul .sf-sub-indicator { background-position:  -10px 0; }
.ssf-blue ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.ssf-blue ul a:focus > .sf-sub-indicator,
.ssf-blue ul a:hover > .sf-sub-indicator,
.ssf-blue ul a:active > .sf-sub-indicator,
.ssf-blue ul li:hover > a > .sf-sub-indicator,
.ssf-blue 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: 10px 0px 10px 0;
	/*-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;*/
	margin:0px;
	width:170px;
	float:left;
	
	opacity:0.9;
	filter:alpha(opacity=90);
	/*background:url(drop-bottom.png) 0% 100% no-repeat;*/
}
/*.ssf-blue li ul:before {
	content:".";
	color:#7ab12c;
	position:absolute;
	left:0;
	right:0;
	top:-9px;
	display:block;
	background:url(drop-top.png) 0% 0% no-repeat;
}
.ssf-blue li ul:after {
	content:".";
	color:#fff;
	position:absolute;
	left:0;
	right:0;
	bottom:-15px;
	display:block;
	background:url(drop-bottom.png) 0% 0% no-repeat;
}*/
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

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

.ssf-blue-wrap {
	float:left;
	margin: 		0px 0 0 0;
	padding:		0;
	position:		relative;
	z-index:		49;
}

/*** DEMO SKIN ***/
.ssf-blue {
	float:			left;
	width:			100%; 
}
.ssf-blue a {
	border:			0;
	padding: 		.60em 1em;
	text-decoration: none;

}
.ssf-blue li li a {
	border:			0;
	line-height:17px;
	padding:4px 0 4px 15px;
	font-size:14px;
	text-align:left;
	text-decoration: none;
	background-image:none;
	
}
/*.ssf-blue li li:first-child {
	padding-top:9px;
	background:url(drop-top.png) 0% 0% no-repeat;
}*/
/*.ssf-blue li li:first-child:hover {
	padding-top:9px;
	background:url(drop-top.png) 0% 0% no-repeat;
}*/
.ssf-blue a, .ssf-blue a:link, .ssf-blue a:visited  {
	/*color:			white;*/				/* text color 1 */
}
.ssf-blue li li a, .ssf-blue li li a:link, .ssf-blue li li a:visited  {
	color:			#CCC;
	font-size: 15px;
	 									/* text color 2 */
}	
.ssf-blue li {
	background:none;
	margin-right:0px;			/* color 1 */
}
.ssf-blue li li {
	height:	auto;
	background:none;
	opacity:75%;
	padding:0px;
	margin:0px;
	color:#CCC;
	background-image:none;
				/* color 2 */
}


.ssf-blue li li span{
	margin:0px;
}

.ssf-blue li li:hover {
	background:none;
}
.ssf-blue li li a:hover{
	color:#FFF;
	background-image:none;
}
.ssf-blue li:hover, .ssf-blue li.wpm-hover,
.ssf-blue a:focus, .ssf-blue a:hover, .ssf-blue a:active {
	text-decoration: none;
/*	font-weight:bold;*/
	
	/*background:		#999;*/			/* color 3 */
	outline:		0;
}
.top-nav .ssf-blue li.wpm-hover a {
	color:#74C5F2;
}
.top-nav .ssf-blue li.wpm-hover ul a {
	color:#fff;
}
.top-nav .ssf-blue li.wpm-hover ul a:hover {
	color:#3E5F0E;
}

.ssf-blue li.selected, 
.ssf-blue li.current-cat, 
.ssf-blue li.current-cat-parent, 
.ssf-blue li.current_page_item, 
.ssf-blue li.current_page_parent,
.ssf-blue li.current_page_ancestor {
	/*background:		#999;*/			/* color 3 */
}

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

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

.ssf-blue 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-blue form input.wpm-text {
	border: 0;
	background: transparent;
	margin: 6px 0 0 6px;
	width: 154px;
	}

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

.ssf-blue-after {
}


.ssf-blue-wrap .selected ul{
	
	margin:0px;
	padding:0px;
	position:		absolute;}
	
	
.ssf-blue-wrap .selected ul li{
	padding:8px 0px;
	position:		relative;
	}	
	
.ssf-blue-wrap .selected ul li a{
	margin:0px;
	padding:0px 10px;
	display:		block;
	position:		relative;
	
	
	background-image:none;}	
	
	
.ssf-blue-wrap .selected ul li a:hover{
	background-image:none;
	}


.ssf-blue-wrap .selected ul ul{
	
	margin:0px 0px 0px 0px;
	padding:0px;
	z-index:99;
	display:block;
	visibility:visible;
	background-image:none;}
	
	
.ssf-blue-wrap .selected ul ul li{

	padding:5px 10px;
	margin:0px;

	}
	
.ssf-blue-wrap .selected ul ul li a{

	padding:2px 10px;	
	margin:0px;

	}	
	
	
.ssf-blue-wrap .selected ul ul li:hover{
	
	background-image:none;
	}