/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu *
{
	margin: 0;
	padding: 0 5 0 0;
	list-style: none;
}
.sf-menu
{
	line-height: 2em;
	z-index: 2010;
	position: absolute;
	top: 233px;
	/*[disabled]right:358px;*/
}
.sf-menu UL
{
	position: absolute;
	top: -999em;
	width: 10em;
/*left offset of submenus need to match (see below)*/
}
.sf-menu UL LI
{
	width: 100%;
}
.sf-menu LI:hover
{
	visibility: inherit;
/*fixes IE7 'sticky bug'*/
}
.sf-menu LI
{
	float: left;
	position: relative;
}
.sf-menu A
{
	display: block;
	position: relative;
}
.sf-menu LI:hover UL, .sf-menu LI.sfHover UL
{
	left: 0;
	top: 43px;
/*match top ul list item height*/
	z-index: 3000;
}
UL.sf-menu LI:hover LI UL, UL.sf-menu LI.sfHover LI UL
{
	top: -999em;
}
UL.sf-menu LI LI:hover UL, UL.sf-menu LI LI.sfHover UL
{
	left: 10em;
/*match ul width*/
	top: 0;
}
UL.sf-menu LI LI:hover LI UL, UL.sf-menu LI LI.sfHover LI UL
{
	top: -999em;
}
UL.sf-menu LI LI LI:hover UL, UL.sf-menu LI LI LI.sfHover UL
{
	left: 10em;
/*match ul width*/
	top: 0;
}
#menu-item-496
{
	display: none;
}
#browseby A
{
	font-size: 13px !important;
}
/*** DEMO SKIN ***/
.sf-menu
{
	font-size: 1.3em;
}
.sf-menu UL
{
	/*[disabled]border:1px solid #000000;*/
}
.sf-menu A
{
	padding: 0.35em 1em;
	text-decoration: none;
}
.sf-menu A:link, .sf-menu A:visited
{
	color: #FFFFFF;
}
.sf-menu LI LI A:link, .sf-menu LI LI A:visited, .sf-menu LI LI LI A:link, .sf-menu LI LI LI A:visited
{
	color: #222222;
}
.sf-menu LI
{
	background: url(../images/menudivider.png) no-repeat 0 0;
	padding-right: 5px;
	padding-left: 5px;
}
.sf-menu LI LI, .sf-menu LI LI LI
{
	background: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
}
.sf-menu LI:last-child A
{
	padding-right: 30px;
}
.sf-menu LI LI
{
	background-color: #CB0101;
	line-height: 1.5em;
	font-size: 1em;
}
.sf-menu LI LI LI
{
	background-color: #CB0101;
}
.sf-menu LI A
{
	border-radius: 5px;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.sf-menu LI A:hover
{
	background: rgba(255, 255, 255, 0.1);
	color: #180E0E;
}
.sf-menu LI#home A:hover
{
	background: none;
}
.sf-menu LI LI:hover, .sf-menu LI LI.sfHover, .sf-menu LI LI A:hover
{
/*background color defined in header.php. Taken from Theme Options, and then darkened via script.*/
	outline: 0;
}
LI.current-cat, LI.current_page_item, LI.current_page_parent
{
/*font-weight: bold;*/
}
/*** arrows **/
.sf-menu 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: 0.75em;
	top: 1.05em;
/*IE6 only*/
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	/*[disabled]background:url('../images/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: 0.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.sfHover>A>.sf-sub-indicator
{
	background-position: -10px -100px;
/*arrow hovers for modern browsers*/
}
/*point right for anchors in subs*/
.sf-menu UL .sf-sub-indicator
{
	background-position: -10px 0;
}
.sf-menu UL A>.sf-sub-indicator
{
	background-position: 0 0;
}
.sf-menu UL A:focus>.sf-sub-indicator, .sf-menu UL A:hover>.sf-sub-indicator, .sf-menu UL A:active>.sf-sub-indicator, .sf-menu UL LI:hover>A>.sf-sub-indicator, .sf-menu UL LI.sfHover>A>.sf-sub-indicator
{
	background-position: -10px 0;
}
