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

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

/*** DEMO SKIN ***/
.ssf-bccasa {
	float:			left;
	width:			100%; 
}
.ssf-bccasa a {
	border:			0;
	padding: 		0;
	text-decoration: none;
	/*border-right:	1px solid #8EC3F7;	/* border color */	
}
.ssf-bccasa li li a {
	padding: 		3px 10px;
	text-decoration: none;
	border-right: 0;
	border-bottom: 0;
}
.ssf-bccasa a, .ssf-bccasa a:link, .ssf-bccasa a:visited  {
}
.ssf-bccasa li li a, .ssf-bccasa li li a:link, .ssf-bccasa li li a:visited  {
	color:			#FFF;			/* text color 2 */
	background-color:		#9f0000;			/* color 2 */
}
.ssf-bccasa li li a:hover {
	background-color:		#9f0000;			/* color 2 */
}

.ssf-bccasa 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:3px;
}
.ssf-bccasa li li {
	height:			auto;
	background-color:		#e6cb8e;			/* color 2 */
	padding:0;
}
.ssf-bccasa li:hover, .ssf-bccasa li.wpm-hover,
.ssf-bccasa a:focus, .ssf-bccasa a:hover, .ssf-bccasa a:active {
	text-decoration: 	none;
	background-color:		#FFF;			/* 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-bccasa li.selected, 
.ssf-bccasa li.current-cat, 
.ssf-bccasa li.current-cat-parent, 
.ssf-bccasa li.current_page_item, 
.ssf-bccasa li.current_page_parent,
.ssf-bccasa li.current_page_ancestor {
	background-color:		#FFF;			/* color 3 */
}

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

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

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

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

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



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

.ssf-bccasa .heading {
	padding:3px 0;
}
.ssf-bccasa .heading a {
	color:#455560;
	padding:0;
}
