/* 
	WordPress Menubar Plugin
	ssf-blue-right.css stylesheet for the Left 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-right, .ssf-blue-right * {
	margin:			0;
	padding:		0;
	list-style:		none;
	text-align:right;
}
.ssf-blue-right {
	line-height:	1.0;
}
.ssf-blue-right ul {
	position:		absolute;
	top:			-999em;
	width:			16.5em; /* left offset of submenus need to match (see below) */
}
.ssf-blue-right ul li {
	width:			100%;
}
.ssf-blue-right li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.ssf-blue-right li {
	float:			left;
	position:		relative;
	width:			100%;
}
.ssf-blue-right a {
	display:		block;
	position:		relative;
}
.ssf-blue-right li:hover ul,
.ssf-blue-right li.wpm-hover ul {
	left:			-14.5em;
	top:			0; /* match top ul list item height */
	z-index:		99;
}
ul.ssf-blue-right li:hover li ul,
ul.ssf-blue-right li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-blue-right li li:hover ul,
ul.ssf-blue-right li li.wpm-hover ul {
	left:			-14.5em; /* match ul width */
	top:			0;
}
ul.ssf-blue-right li li:hover li ul,
ul.ssf-blue-right li li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-blue-right li li li:hover ul,
ul.ssf-blue-right li li li.wpm-hover ul {
	left:			-14.5em; /* match ul width */
	top:			0;
}

/*** arrows **/
.ssf-blue-right a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.ssf-blue-right .sf-sub-indicator {
	position:		absolute;
	display:		block;
	width:			10px;
	height:			10px;
	text-indent: 	999em;
	overflow:		hidden;
	background:		url('arrows-ffffffr.png') no-repeat -10px 0px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.5em;
	background-position: 0 0; /* 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 0; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.ssf-blue-right ul .sf-sub-indicator { background-position:  -10px 0; }
.ssf-blue-right ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.ssf-blue-right ul a:focus > .sf-sub-indicator,
.ssf-blue-right ul a:hover > .sf-sub-indicator,
.ssf-blue-right ul a:active > .sf-sub-indicator,
.ssf-blue-right ul li:hover > a > .sf-sub-indicator,
.ssf-blue-right 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.sf-shadow-off {
	background: transparent;
}

/*** end superfish.css ***/

.ssf-blue-right-wrap {
	margin: 		10px 0 0 0;
	padding:		0;
	font-size: 		12px;
	font-weight: 	bold;
	height:			auto;
	position:		relative;
	z-index:		49;
}

/*** DEMO SKIN ***/
.ssf-blue-right {
	float:			left;
	width:			100%; 
}
.ssf-blue-right a {
	border:			0;
	padding: 		.3em .5em;
	text-decoration: none;
}
.ssf-blue-right li li a {
	padding: 		.3em .5em;
	text-decoration: none;
	border:		1px solid #8EC3F7;	/* border color */	
}
.ssf-blue-right a, .ssf-blue-right a:link, .ssf-blue-right a:visited  {
	color:			#0b6d90;				/* text color 1 */
}
.ssf-blue-right li li a, .ssf-blue-right li li a:link, .ssf-blue-right li li a:visited  {
	color:			#0E4377;			/* text color 2 */
}
.ssf-blue-right li {
	height:			auto;
	background:		#1872CA;			/* color 1 */
}
.ssf-blue-right li li {
	height:			auto;
	background:		#C6E1FB;			/* color 2 */
}
.ssf-blue-right li:hover, .ssf-blue-right li.wpm-hover,
.ssf-blue-right a:focus, .ssf-blue-right a:hover, .ssf-blue-right a:active {
	text-decoration: none;
	background:		#55A5F3;			/* color 3 */
	outline:		0;
}

.ssf-blue-right li.selected, 
.ssf-blue-right li.current-cat, 
.ssf-blue-right li.current-cat-parent, 
.ssf-blue-right li.current_page_item, 
.ssf-blue-right li.current_page_parent,
.ssf-blue-right li.current_page_ancestor {
	background:		#2272C0;			/* color 3 */
}

.ssf-blue li.selected a,
.ssf-blue li.current-cat a,
.ssf-blue li.current-cat-parent a,
.ssf-blue li.current_page_item a,
.ssf-blue li.current_page_parent a,
.ssf-blue li.current_page_ancestor a {
        color:#FFFFFF;
}



.ssf-blue-right li.right {
	float: right;
}

.ssf-blue-right li.right a, 
.ssf-blue-right li.right form {
	border-left:	1px solid #8EC3F7;	/* border color */	
	border-right:	0;
}

.ssf-blue-right 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-right form input.wpm-text {
	border: 0;
	background: transparent;
	margin: 6px 0 0 6px;
	width: 154px;
	}

.ssf-blue-right form input.wpm-submit {
	border: 0;
	background: transparent;
	cursor: pointer;
	height: 20px;
	width: 26px;
}

.ssf-blue-right-after {
	clear: both;
	margin: 0;
	padding: 0;
}
