/* 
	WordPress Menubar Plugin
	ssf-redtab.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-redtab, .ssf-redtab * {
	margin:		0;
	padding:		0;
	list-style:		none;
}
.ssf-redtab {
	line-height:	1.0;
}
.ssf-redtab ul {
	position:		absolute;
	top:			-999em;
	width:			680px; /* left offset of submenus need to match (see below) */
	background-color:		#9f0000;			/* color 2 */
}

.ssf-redtab ul li {
	width:			auto;
	float:			left;
}
.ssf-redtab li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.ssf-redtab li {
	float:			left;
	position:		relative;
	display:		inline-block;
}
.ssf-redtab a {
	display:		block;
	position:		relative;
}
.ssf-redtab li a{
	float:		left;
	display:		inline-block;
	padding:		4px 5px 0px;
	height:		17px;
}

.ssf-redtab li:hover ul {
	left:			0;
	top:			20px; /* match top ul list item height */
	z-index:		99;
 	background: #942219 url(/wp-content/themes/twentyten-child/images/nav/corner-dk-red-ur.png) no-repeat right top;
}
.ssf-redtab li:hover li ul,
.ssf-redtab li.wpm-hover li ul {
	top:			-999em;
}
.ssf-redtab li li:hover ul,
.ssf-redtab li li.wpm-hover ul {
	left:			170px; /* match ul width */
	top:			20px;
 	background: #942219 url(none);
}
.ssf-redtab li li:hover li ul,
.ssf-redtab li li.wpm-hover li ul {
	top:			-999em;
}
.ssf-redtab li li li:hover ul,
.ssf-redtab li li li.wpm-hover ul {
	left:			170px; /* match ul width */
	top:			10px;
}

/*** arrows **/
.ssf-redtab a.sf-with-ul {
	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-redtab ul .sf-sub-indicator { background-position:  -10px 0; }
.ssf-redtab ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.ssf-redtab ul a:focus > .sf-sub-indicator,
.ssf-redtab ul a:hover > .sf-sub-indicator,
.ssf-redtab ul a:active > .sf-sub-indicator,
.ssf-redtab ul li:hover > a > .sf-sub-indicator,
.ssf-redtab 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;
/*	-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-redtab-wrap {
	background-color: transparent;
	margin: 		0;
	padding:		0;
	font-size: 	12px;
	font-weight: 	bold;
	position:		relative;
	z-index:		49;
	height:		21px;
	float:		none;
}

/*** DEMO SKIN ***/
.ssf-redtab {
	float:			left;
	width:			100%; 
}
.ssf-redtab a {
	border:			0;
	padding: 		0;
	text-decoration: none;
	/*border-right:	1px solid #8EC3F7;	/* border color */	
}
.ssf-redtab li li a {
	padding: 	0px 5px;
	margin:	5px 0px;
	text-decoration: none;
	border-top:		0px solid #333;	/* border color */
	border-right:	1px solid #F2BE1A;
	border-bottom: 0;
	height:auto;
}
.ssf-redtab a, .ssf-redtab a:link, .ssf-redtab a:visited  {
		background-color:		#D2232A;			/* color 1 */

}
.ssf-redtab li li a, .ssf-redtab li li a:link, .ssf-redtab li li a:visited  {
	color:			#FFF;			/* text color 2 */
	background-color:		#9f0000;			/* color 2 */
}
.ssf-redtab li li.selected a, .ssf-redtab li li a:hover {
	background-color:		#9f0000;			/* color 2 */
	color:#F2BE1A;
}

.ssf-redtab li {
	background-color:		#FFF;			/* color 1 */
/*	-webkit-box-shadow: inset rgba(0, 0, 0, 0.0976562) 5px 0px 5px;
	-moz-box-shadow: inset 5px 0px 5px rgba(0, 0, 0, 0.1); */
	margin: 0px;
	padding: 0px;
}
.ssf-redtab li li {
	height:			auto;
	background-color:		#9f0000;			/* color 2 */
}
.ssf-redtab li:hover, .ssf-redtab li.wpm-hover,
.ssf-redtab a:focus, .ssf-redtab a:hover, .ssf-redtab a:active {
	text-decoration: 	none;
	background-color:		transparent;			/* color 3 */
	outline:			0;
/*	-webkit-box-shadow: inset rgba(0, 0, 0, 0.0976562) 5px 0px 5px;
	-moz-box-shadow: inset 5px 0px 5px rgba(0, 0, 0, 0.1); */
}

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

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

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

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

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

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



/*
**************** Banner Nav */
#bannernav {
	clear:both;
	height:20px;
}
.ssf-redtab a {
	color:#FFF;
	text-align:center;
	font: normal normal 11px/13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0 3px;
}
.ssf-redtab li a:hover,
.ssf-redtab li:hover a,
.ssf-redtab ul ul :hover a,
.ssf-redtab li.wpm-hover a,
.ssf-redtab li.selected a{
	background-color: #9f0000;
	color: #FFF;
}

.ssf-redtab .heading a{
	color:#FFF;
	padding:4px 0 0 0;
}

.ssf-redtab li.endcap {
	width:5px;
	background-color:		#D2232A;
}
.ssf-redtab li.endcap a{
	background: url(/wp-content/themes/twentyten-child/images/nav/corner-red-ur.png) no-repeat;
	color:#D2232A;
	padding:4px 0 0 0;
	margin:0;
	width:20px;
}

/* PLAIN 
=============================== */
.ssf-redtab li.plain.homenav {
	margin-left:30px;	
}
.ssf-redtab li.plain {
		background-color:		#FFF;			/* color 1 */
}
.ssf-redtab li.plain.wpm-hover > a, .ssf-redtab li.plain.wpm-hover > a:link, .ssf-redtab li.plain.wpm-hover > a:visited {
		/*background-color:		#9F0000;	
		color:#FFF;*/
		color:#346BB1;
		text-decoration:none;
}
.ssf-redtab li.plain > a, .ssf-redtab li.plain > a:link {
		background-color:		#FFF;			/* color 1 */
		color:#D2232A;
}
.ssf-redtab li.plain > a:hover {
		/*text-decoration:underline;*/
		color: #346BB1;
}
.ssf-redtab li.plain.wpm-hover.selected > a {
		background-color:		#FFF;			/* color 1 */
/*		color:#D2232A; */
		color: #346BB1;
}
.ssf-redtab li.plain.wpm-hover.selected > a:hover {
		text-decoration:none;
		color: #346BB1;
}


.ssf-redtab li.plain li li  {
		background-color:		#9F0000;			/* color 1 */
}
.ssf-redtab li.plain li a, .ssf-redtab li.plain li a:link, .ssf-redtab  li.plain li a:visited  {
		background-color:		#9F0000;			/* color 1 */
		color:#FFF;
}
.ssf-redtab li.plain.heading a, .ssf-redtab li.plain.heading a:link, .ssf-redtab li.plain.heading a:visited, .ssf-redtab li.plain.heading a:hover {
		color:#455560;
		background:none;
}

.ssf-redtab li.plain a {
	padding: 4px 2px 0px;
}

.ssf-redtab li.plain li a {
	padding: 	0px 5px;
	margin:	5px 0px;
	text-decoration: none;
	border-top:		0px solid #333;	/* border color */
	border-right:	1px solid #F2BE1A;
	border-bottom: 0;
	height:auto;
}


/* Third level
------------------------------------------- */

.ssf-redtab ul ul ul{
	position:		absolute;
	top:			-999em;
	width:			680px;			/* color 2 */
	background: #9F4A4C;
}
.ssf-redtab li li.wpm-hover li ul {
 	background: #9F4A4C url(none);
}

.ssf-redtab li li li {
	background: #9F4A4C;
}
.ssf-redtab li li li a, .ssf-redtab li li li a:link, .ssf-redtab li li li a:visited {
	background: #9F4A4C;
}