/*
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_wrapper		{background:url('../ext/cat_navbar_wrapper.gif') 0px 100% repeat-x transparent; height:47px; width:100%; margin-bottom:10px;}
.cat_navbar{
padding-top:0px;
height:47px;
z-index:88;
width:770px; clear:both;
float:left;  
/*background:url('../ext/cat_navbar.png') 0px 0px no-repeat 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.55em; /* left offset of submenus need to match (see below) */
	/*background:url('../ext/sf-menu_ul.png') 0px 100% no-repeat transparent;*/
}
.sf-menu > li  ul{
	
	padding: 1em 0em 1em 0em;/*1.8181*/
	/*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:			3.9em; /* match top ul list item height */
	z-index:		99;
	background:#313030;
	 
	
}
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:			11.5em; /* 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:		 none;
	margin: 0 0px 0 0px;
	
}
#header .sf-menu a {     /*#header seems to be required*/	
	/*border-top:		1px solid #CFDEFF;*/
	padding: .80em 2em .80em 2em;  
	color:#827f7f;
	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:			#353333; text-decoration:none;

}

.sf-menu > li > a  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff; text-decoration:none;
	margin: 0px 0px 0px 0px;
	padding: 10px 18px 15px 18px;
	font-weight:700;
	font-size:1.87em;font-style:normal;font-family: 'Open Sans', sans-serif;
}
.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	{color:			#fff;}
.sf-menu > li > a:hover { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu .sfHover li a:hover  {
	color:#73E7FF;
}
.sf-menu > li li > a:hover,
.sf-menu > li li:hover > a.current  {
	color:#73E7FF; 
}
.sf-menu .sfHover li a,
.sf-menu > li li > a  {
	padding: 7px 20px 7px 20px; text-align:left;
	color:#BDBDBD;font-weight:normal; text-transform:none;
	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		{margin-left:0px;}
.sf-menu > li a {background:url('../ext/sf-menu_divider.gif') 0px 0px no-repeat transparent;}
.sf-menu > li:hover {

	/*background:url('../ext/sf-menu_divider.gif') 100% 0 no-repeat transparent;*/
	
}
.sf-menu > li.first a   {
	background:none;
/*	border:1px solid #dfdfdf; border-width: 0px 0px 0 1px;*/
}

.sf-menu > li:hover{background:url('../ext/sf-menu-act.gif') 0px 0px repeat-x transparent;}
.sf-menu > li:hover > a { color:#fff;}
.sf-menu > li.last {}
.sf-menu > li.last a { }
.sf-menu li li {
/*	background:#76625c;*/
	}
.sf-menu li li.last {
/*	background:#76625c;*/
	}
.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: 	31px;*/
	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('../ext/superfish-arrows.png') no-repeat ; 8-bit indexed alpha png. IE6 gets solid image only */
	z-index:100;
}
.sf-menu > li a >  .sf-sub-indicator {top:30px; right:10px}
.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 -10px; /* arrow hovers for modern browsers*/
}
a > .sf-sub-indicator {
	background-position: 0px 0px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  0px -10px; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 -20px; }
/* apply hovers to modern browsers */

.sf-menu ul li:hover > a > .sf-sub-indicator 	{
	background-position: 0px -30px;	
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/*background:	url('../ext/superfish-shadow.png') no-repeat bottom right;*/
	padding: 5px 0px 12px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
