/* 
	WordPress Menubar Plugin
	ssf-custom.css stylesheet for the Superfish template

	Ccustomits:

	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-custom, .ssf-custom * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.ssf-custom {
	line-height:	1.0;
}
.ssf-custom ul {
	font-size: 		11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	position:		absolute;
	top:			-999em;
	width:			180px; /* left offset of submenus need to match (see below) */
}
.ssf-custom ul li {
	width:			100%;
}
.ssf-custom li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.ssf-custom li {
	float:			left;
	position:		relative;
}
.ssf-custom a {
	display:		block;
	position:		relative;
}
.ssf-custom li:hover ul,
.ssf-custom li.wpm-hover ul {
	left:			0;
	top:			35px; /* match top ul list item height */
	z-index:		99;
}
ul.ssf-custom li:hover li ul,
ul.ssf-custom li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-custom li li:hover ul,
ul.ssf-custom li li.wpm-hover ul {
	left:			180px; /* match ul width */
	top:			0;
}
ul.ssf-custom li li:hover li ul,
ul.ssf-custom li li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-custom li li li:hover ul,
ul.ssf-custom li li li.wpm-hover ul {
	left:			180px;; /* match ul width */
	top:			0;
}

/*** arrows **/
.ssf-custom a.sf-with-ul {
	padding-right: 	8px;
	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-grey.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-custom ul .sf-sub-indicator { background-position:  -10px 0; }
.ssf-custom ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.ssf-custom ul a:focus > .sf-sub-indicator,
.ssf-custom ul a:hover > .sf-sub-indicator,
.ssf-custom ul a:active > .sf-sub-indicator,
.ssf-custom ul li:hover > a > .sf-sub-indicator,
.ssf-custom 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-custom-wrap {
	margin: 		0;
	padding:		0;
	font-size: 		13px;
	font-weight: 	bold;
	height:			35px;
	width:961px;
	background:		none;			/* color 1 */
}

/*** DEMO SKIN ***/
.ssf-custom {
	float:			left;
	width:			100%; 
}
.ssf-custom a {
	border:			0;
	padding: 		11px 0px 0px 0px;
	text-decoration: none;
	width:102px;
	height:24px;
	text-align:center;
	border-right:	2px solid #ca1f29;	/* border color */	
}
.ssf-custom li li a {
width:160px;
	border:			0;
	padding: 		5px 10px;
	text-decoration: none;
	height:auto;
	border-top:		1px solid #d7d7d7;	/* border color */	
	border-left:	1px solid #d7d7d7;	/* border color */	
	text-align:left;
}
.ssf-custom a, .ssf-custom a:visited  {
	color:			white;				/* text color 1 */
}
.ssf-custom li li a, .ssf-custom li li a:visited  {
	color:			#7C4017;			/* text color 2 */
}
.ssf-custom li {
	height:			35px;
	background:		none;			/* color 1 */
}
.ssf-custom li li {
	height:			auto;
	width:180px;
	background:		#ffffff;			/* color 2 */
}
.ssf-custom li:hover, .ssf-custom li.wpm-hover,
.ssf-custom a:focus, .ssf-custom a:hover, .ssf-custom a:active {
	text-decoration: none;
	background:		#ededed;			/* color 3 */
	background-image:url(bg_navi_over.jpg);
	background-repeat:repeat-x;
	color:#7e0f10;
	outline:		0;
}
.ssf-custom li ul li:hover, .ssf-custom li ul li.wpm-hover{
	background-image:none;
	background-color:#ededed;
}
.ssf-custom ul li ul li a:focus, .ssf-custom ul li ul li a:hover, .ssf-custom ul li ul li a:active {
	background-image:none;
	background-color:#ededed;
	}
.ssf-custom ul li a:focus, .ssf-custom ul li a:hover, .ssf-custom ul li a:active {
	background-image:none;
	background-color:#ededed;
	}

.ssf-custom li.selected, 
.ssf-custom li.current-cat, 
.ssf-custom li.current-cat-parent, 
.ssf-custom li.current_page_item, 
.ssf-custom li.current_page_parent,
.ssf-custom li.current_page_ancestor {
/*	background:		#000000;			/* color 3 */
	background-image:url(bg_navi_over.jpg);
	background-repeat:repeat-x;
	color:#7e0f10;
}
.ssf-custom li.current-cat, 
.ssf-custom li.current-cat-parent, 
.ssf-custom li.current_page_item, 
.ssf-custom li.current_page_parent,
.ssf-custom li.current_page_ancestor {
	background-image:none;
	background-color:#ededed;
}


.ssf-custom li.selected a {
	color:#7e0f10;
}

.ssf-custom li.right {
	float: right;
}

.ssf-custom li.right a, 
.ssf-custom li.right form {
	border-left:	1px solid #d7d7d7;	/* border color */	
	border-right:	0;
}

.ssf-custom form {
	margin: 0;
	padding: 0;
	background: url('searchbox.png') no-repeat center center;
	height: 30px;
	width: 195px;
	border-right:	1px solid #d7d7d7;	/* border color */	
}

.ssf-custom form input.wpm-text {
	border: 0;
	background: transparent;
	margin: 6px 0 0 6px;
	width: 154px;
	}

.ssf-custom form input.wpm-submit {
	border: 0;
	background: transparent;
	cursor: pointer;
	height: 20px;
	width: 26px;
}

/*.ssf-custom-after {
	clear: both;
	margin: 0;
	padding: 0;
	background: url('shadow2.png') repeat-x;
	height: 6px;
}*/
