/*
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*/
/*.sf-position{ margin-top:-12px;} */
.cat_navbar{
/*background-color: #FF0000;*/
padding-top:1px;
height: 34px;
max-width:960px;
background:Transparent url('../images/superfish-background.png');
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index: 1001;	
	font-family: 'Open Sans', Arial, sans-serif;
}
.sf-menu {
	line-height:	1;	
	font-family: 'Open Sans', Arial, sans-serif;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	min-width:			18em; /* left offset of submenus need to match (see below) */
	
}
.sf-menu ul li {
	width:			17.3em;	
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	text-decoration: none;
}
.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:			2.3em; /* match top ul list item height -- controls how far down from main menu second menu starts*/
	z-index:		1001;
	text-decoration: none;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	text-decoration: none;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			18.2em; /* match ul width */
	top:			0; /*removes 2nd tier*/
	z-index:		2000;
	text-decoration: none;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	text-decoration: none;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			18.2em; /* match ul width */
	top:			0; /* removes 3rd tier*/
	z-index:		3000;
	text-decoration: none;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0; /*space under menu fixed with 0 here */
	font-size: 98%;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {     /*#header seems to be required*/	
	/*border-top:		1px solid #CFDEFF;*/
	/*padding: .80em 2em .80em 1em; */
	padding: 11px 25px 11px 10px; /* define top, bottom seems to need to be 25 for smooth cursor, and sides */
	/* color:#FFFFFF; */
    border-top:		0px solid #fff;
	font-weight: bold;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color : #222222;	
		display:inline-block;
		font-weight: bold;
		/* text-transform: uppercase; */
}
.sf-menu li {
	/* background:Transparent url('../images/superfish-border.png') no-repeat 100% 4px ; */
	background:url(../images/superfish-border.png) right 4px no-repeat;
		text-transform: uppercase;
		padding-left: 	0.2em; /* main menu left side, right side see below */
		font-size: 17.4px;
}
.sf-menu li li {
	/*background:#87AFC8;*/
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	background:	#ffffff;
	border-bottom:1px solid #d9d9d9;
	/*border-bottom:1px solid #A8C8DE;*/
	font-size: 90%;
		z-index:		2000;
			//text-transform: capitalize;
			text-transform: uppercase;
}
.sf-menu li li li {
	/* background:	#f1f1f1;*/
	background:#ffffff;
	/*border-right:#92C5CF;*/
	border-bottom:1px solid #d9d9d9;
	margin:0px 0px 0px -10px;
	font-size: 100%;
		z-index:		3000;
			//text-transform: capitalize;
			text-transform: uppercase;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#d6f0f4;
	color:#000000;
	outline:		0;	
	text-decoration: none;
}
.sf-menu a.sf-with-ul {
	padding-right: 	1.1em; /* main menu right side, left side see above */
	min-width:		2px; /* trigger IE7 hasLayout so spans position accurately */
}
/*** arrows **/
.parent2-disabled { 
width: 80%; 
background: url(../images/categories/arrow_right.gif) no-repeat right;
}

.sf-sub-indicator {
	/* background:		url('../images/superfish-arrows.png') no-repeat -10px -100px; */ /* 8-bit indexed alpha png. IE6 gets solid image only */
		background:		url('../images/superfish-nav-arrow-down.png') no-repeat 90% 13px; /* 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.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; }
/* apply hovers to modern browsers */
.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; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/superfish-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;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0;}
* html .clearfix, *:first-child+html .clearfix{zoom:1;}

/*?????*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* ????? */
