/* 
	WordPress Menubar Plugin
	ssf-red.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-red, .ssf-red * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.ssf-red {
	line-height:	1.0;
}
.ssf-red ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.ssf-red ul li {
	width:			100%;
}
.ssf-red li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.ssf-red li {
	float:			left;
	position:		relative;
}
.ssf-red a {
	display:		block;
	position:		relative;
}
.ssf-red li:hover ul,
.ssf-red li.wpm-hover ul {
	left:			0;
	top:			46px; /* match top ul list item height */
	margin-left: -1px;
	z-index:		99;
	width: 165px;
	border-top: none;
	background-color: #242150;
}
body.home .ssf-red li:hover ul,
body.home .ssf-red li.wpm-hover ul {
	border-left: 1px solid #8e8fa1;
	border-top: none;
	-moz-box-shadow: 1px 1px 1px white;
}

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

/*** arrows **/
.ssf-red 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-red ul .sf-sub-indicator { background-position:  -10px 0; }
.ssf-red ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.ssf-red ul a:focus > .sf-sub-indicator,
.ssf-red ul a:hover > .sf-sub-indicator,
.ssf-red ul a:active > .sf-sub-indicator,
.ssf-red ul li:hover > a > .sf-sub-indicator,
.ssf-red 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;
}*/
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

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

.ssf-red-wrap {
	margin: 		10px 0 0 0;
	padding:		0;
	font-size: 		12px;
	font-weight: 	bold;
	height:			0px;
	/*background:		#D26D26;*/			/* color 1 */
}

/*** DEMO SKIN ***/
.ssf-red {
	position: absolute;
	top: 106px;
}
.ssf-red a {
	line-height: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: white;
	padding: 14px 15px 13px 15px;
	text-decoration: none;
	text-shadow: -1px -1px 1px #754603;
}
.ssf-red a:hover {
	back ground-image: url(nav_bak_hover.png);
	text-decoration: none;
	background-color: transparent;
	text-shadow: -1px -1px 1px #754603;
	z-index: 1000 !important;
}
.ssf-red li.top_level {
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	margin-right: 3px;
}
.ssf-red li.top_level:hover {
	background-image: url(nav_bak_hover2.png);
	background-repeat: repeat-x;
	background-position: 50%;
	border-right: 1px solid #8e8fa1;
	border-left: 1px solid #8e8fa1;
	
	background-color:		#24214e;			/* color 3 */
	border-right: 1px solid #ead095;
	border-left: 1px solid #ead095;
	background-image: url(selected_shadow.png);
	background-image: url(nav_bak_hover2.png);
	background-position: 50%;
	padding-bottom: 1px;
	z-index: 1000 !important;
}
.ssf-red li.selected:hover {
	background:		#24214e;	
	margin-top: -3px;
	padding-bottom: 4px;
	background-image: url(nav_bak_hover2.png);
	background-position: 50%;
	
}
.ssf-red li.selected ul {
	margin-top: 3px;
	margin-left: 1px;
}
.ssf-red li li a {
	border:			0;
	padding: 		.75em 1em;
	text-decoration: none;
	border-bottom:		1px dotted #594aa2;	/* border color */	
	/*border-left:	1px solid #FCC097;*/	/* border color */	
	text-shadow: none;
	font-weight: normal;
	color: #252251;
}
.ssf-red li li a:hover {
	text-shadow: none;
	color: #252251;
}
.ssf-red a, .ssf-red a:visited  {
	color:			white;				/* text color 1 */
}
.ssf-red li li a, .ssf-red li li a:visited  {
	color:			#252251;			/* text color 2 */
}
.ssf-red li {
	height:			45px;
	background:		transparent;			/* color 1 */
}
.ssf-red li:hover, .ssf-red li a:hover {
	background-color: transparent;
}
.ssf-red li li {
	height:			auto;
	background:		transparent;			/* color 2 */
}
.ssf-red li li a, .ssf-red li li a:visited {
	background-color: transparent;
	color: #ead095;
	font-size: 10px;	
}
.ssf-red li li a:hover {
	background-color: transparent;
	color: white;
	background-color: #353175;
}
.ssf-red li.wpm-hover, .ssf-red a:hover,
.ssf-red a:focus, .ssf-red a:active {
	background-color: #7873c6;
	background-color: transparent;
	text-shadow: -1px -1px 1px #754603;
}

.ssf-red li.selected, 
.ssf-red li.current-cat, 
.ssf-red li.current-cat-parent, 
.ssf-red li.current_page_item, 
.ssf-red li.current_page_parent,
.ssf-red li.current_page_ancestor {
	background:		#24214e;			/* color 3 */
	border-right: 1px solid #ead095;
	border-left: 1px solid #ead095;
	padding: 0 0 4px 0;
	margin-top: -3px;
	background-image: url(selected_shadow.png);
	background-image: url(nav_bak_hover2.png);
	background-position: 50%;
}


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

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

.ssf-red form {
	margin: 0;
	padding: 0;
	background: url('searchbox.png') no-repeat center center;
	height: 30px;
	width: 195px;
	border-right:	1px solid #FCC097;	/* border color */	
}

.ssf-red form input.wpm-text {
	border: 0;
	background: transparent;
	margin: 6px 0 0 6px;
	width: 154px;
	}

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

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

li.sub-arrow a, li.sub-arrow a:hover {
	background-image: url(sub-arrow.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
li.sub-arrow ul li a, li.sub-arrow ul li a:hover {
	background-image: none !important;
}
