/*
NOTE: 
This is the modified stylesheet from 
http://users.tpg.com.au/j_birch/plugins/superfish/#getting-started
Superfish v1.4.8 – jQuery menu plugin by Joel Birch
This is JQuery ready:simply by adding a superfish jquery file the menu will operate 
in smooth jquery style. Other styling options from Superfish can be downloaded from this
site. - HTML for this menubar was adapted from UL_Categories contribution by 
www.niora.com/css-oscommerce.php.
********************************************************************************************/
/*** ESSENTIAL STYLES ***/
/*containing div*/
.cat_navbar{
padding-top:0px;
min-height:63px;
z-index:88;
background:url('../images/cat_navbar.gif') 0px 0px repeat-x transparent;
}
.navbar_bg {margin: 0px auto 0px auto;}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	
}
.sf-menu {
	line-height:	1.0;	
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			11.6338em; /* left offset of submenus need to match (see below) */
	background: #2d2d2d;
}
.sf-menu > li  ul{
	padding: 1em 1.8181em 1em 1.8181em;
	/*border:1px solid #ebebeb; border-top:0px solid transparent; margin-left:-1px;*/ 
}
.sf-menu ul ul{
	margin-top:7px;
}

.sf-menu ul ul{
/*	border:1px solid #ebebeb; border-top:1px solid #ebebeb;*/
}

.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:			5.3em; /* match top ul list item height */
	z-index:		99;
	 
	
}
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:			13.4419em; /* 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:			13.4519em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0em;
	margin-left:-2em;
}
#header .sf-menu a {     /*#header seems to be required*/	
	/*border-top:		1px solid #CFDEFF;*/
	padding: .80em 2em .80em 2em;  
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.sf-menu .sfHover a,
.sf-menu a, 
.sf-menu a:hover { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff; text-decoration:none;
}
.sf-menu .sfHover li a,
.sf-menu > li li > a:hover, 
{ /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff; text-decoration:none;

}

.sf-menu > li > a  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#3b3a3a; text-decoration:none;
	margin: 0px 6px 0px 6px;
	padding: 18px 15px 18px 15px;
	font-weight:normal;
	font-size:1.57em;
}
.sf-menu > li > a.current,
.sf-menu > li > a:hover { /* visited pseudo selector so IE6 applies text colour*/
	text-decoration:none;
}
.sf-menu > li > a.current,
.sf-menu > li > a:hover { /* visited pseudo selector so IE6 applies text colour*/
	color:			#3b3a3a;
}
.sf-menu .sfHover li a:hover  {
	color:#e9542a;
}
.sf-menu > li li > a:hover,
.sf-menu > li li:hover > a.current  {
	color:#e9542a; font-weight:normal;
}
.sf-menu .sfHover li a,
.sf-menu > li li > a  {
	padding: 6px 0px 7px 0px;
	color:#fff;
	font-size:1em;background:transparent; background-position: 1px 4px;/*url('../images/sf-menu_bg.png') no-repeat */
}
.sf-menu > li li:hover > a.current,
.sf-menu > li li > a:hover {
	background-position: 1px -31px;
	/*background-color:#b80029;*/
}
.sf-menu > li {
	background:url('../images/sf-menu_divider.gif') 0px 17px no-repeat transparent;
	
}
.sf-menu > li.first  {
	background:none;	
/*	border:1px solid #dfdfdf; border-width: 0px 0px 0 1px;*/
}

.sf-menu > li:hover{}
.sf-menu > li:hover > a { color:#3b3a3a;}
.sf-menu > li.last {}
.sf-menu > li.last a { }
.sf-menu li li {
/*	background:#76625c;*/
	border-bottom:1px solid #242424;
	}
.sf-menu li li.last {
/*	background:#76625c;*/
	border-bottom:1px solid #2d2d2d;
	}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;	
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	
	
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	25px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator2 			{width:17px;	height:10px;}
.sf-sub-indicator 				{width:10px;	height:10px;}
.sf-sub-indicator2,
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			0;
	top:			1.05em; /* IE6 only */
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/superfish-arrows.png') no-repeat ; /* 8-bit indexed alpha png. IE6 gets solid image only */
	z-index:100;
}
li >  .sf-sub-indicator2 { top:53px;right:50%}
.sf-menu > li a >  .sf-sub-indicator {top:23px; right:5px}
.sf-menu > li li a >  .sf-sub-indicator {top:7px; right:-15px}
li li a >  .sf-sub-indicator {top:7px; right:5px;}
a:hover >  .sf-sub-indicator {}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator {
	background-position: 0px -20px; /* arrow hovers for modern browsers*/
}
a > .sf-sub-indicator {
	background-position: 0px -30px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  0px -30px; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 -40px; }
/* apply hovers to modern browsers */

li:hover > .sf-sub-indicator2	{
	background-position: 0px -10px;	
}
.sf-menu ul li:hover > a > .sf-sub-indicator 	{
	background-position: 0px -50px;	
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/*background:	url('../images/superfish-shadow.png') no-repeat bottom right;*/
	padding: 5px 0px 12px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.sf-sub-indicator2	{display:none;}
.current_0 > .sf-sub-indicator2	{display:inline-block;}