/* 
	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:			20em; /* left offset of submenus need to match (see below) */
}
.ssf-blue ul li {
	width:			100%;
}

.ssf-blue ul li a:hover{
	width:14em!important;
	padding-right:19px!important;
}

.ssf-blue li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.ssf-blue li {
	float:			left;
	position:		relative;
}
.ssf-blue a {
	display:		block;
	position:		relative;
}
.ssf-blue li:hover ul,
.ssf-blue li.wpm-hover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
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:			10em; /* 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: 	5px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

span.sf-sub-indicator {
	margin-right:0;
	margin-left:0;
	padding-left:0!important;
}


/*** 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;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

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

.ssf-blue-wrap {
	margin: 		10px 0 0 0;
	padding:		0;
	font-size: 		12px;
	font-weight: 	bold;
	height:			30px;
	background:		#ffffff;			/* color 1 */
	position:		relative;
	z-index:		49;
}

/*** DEMO SKIN ***/
.ssf-blue {
	float:			left;
	width:			100%; 
}
.ssf-blue a {
	border:			0;
	padding: 		8px 5px 8px 5px;
	text-decoration: none;	
}
.ssf-blue li li a {
	border:			0;
	padding: 		.75em 1em;
	text-decoration: none;	
}
.ssf-blue a, 
.ssf-blue a:link, 
.ssf-blue a:visited  {
	color:			gray;				/* text color 1 */
}
.ssf-blue li li a, 
.ssf-blue li li a:link, 
.ssf-blue li li a:visited  {
	color:			gray;			/* text color 2 */
}
.ssf-blue li {
	height:			30px;
	background:		#ffffff;			/* color 1 */
}
.ssf-blue li li {
	height:			auto;
	background:		#ffffff;
	border-bottom: 1px solid #7a7a7a;
	border-right: 1px solid #7a7a7a;
	border-left: 1px solid #7a7a7a;
}

.ssf-blue li li:first-child {
	border-top: 1px solid #7a7a7a;
}



.ssf-blue li:hover, 
.ssf-blue a:focus, 
.ssf-blue a:hover, 
.ssf-blue a:active {
	text-decoration: none;
	background: #7a7a7a;			/* color 3 */
	outline:		0;
	color: #ffffff!important;
}

.ssf-blue li.wpm-hover {
	text-decoration: none;
	background: #ffffff;			/* color 3 */
	outline:		0;
	color: #7a7a7a!important;
}

.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: transparent;	*/		/* color 3 */
	border:1px solid #cecece;
	color: #ffffff;
	border-radius: 5px
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

/*ul.nav li.current_page_item a {
	color:#ffffff;
}*/

/*ul.nav li.current_page_item a:hover {
	color:#ffffff;
	width:120px;
}*/

.ssf-blue li.selected {
	background: transparent;
	border:1px solid #cecece;
	color: #ffffff;
	border-radius: 5px
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.ssf-blue ul li.selected {
	border:none;
	color:gray;
	background-color:#ffffff;
	border-radius:0!important;
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
	border:1px solid #7a7a7a;
}

.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 {
	clear: both;
	margin: 0;
	padding: 0;
	background: url('shadow2.png') repeat-x;
	height: 6px;
}*/