/*
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.
********************************************************************************************/
/*** SUPERFISH HORIZONTAL NAVIGATION BAR
********************************************************************************************/

/*containing div*/
.cat_navbar       { background-color: transparent; background-repeat: no-repeat; background-position: 0 0; margin-top: 0; margin-right: auto; margin-left: auto; padding: 0; width: auto; height: 35px }
.cat_navbar_bg   { margin: 0 auto; padding: 0; width: 100%; height: 35px }
.sf-menu, .sf-menu *  { list-style: none; margin: 0; padding: 0 }
.sf-menu  { line-height: 0.9em }
.sf-menu ul   { margin-bottom: 20px; position: absolute; top: -999em; width: 10em }
.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    { z-index: 999; top: 45px; left: 0; width: 250px }
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  { top: 0; left: 175px }
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;
}

/*** DEMO SKIN ***/
.sf-menu   { background-color: #0076bc; margin-bottom: 20px; position: relative; z-index: 900; width: 100%; float: left;-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; }
.sf-menu a      { color: #fff; font-size: 11px; font-weight: bold; line-height: 16px; text-decoration: none; display: block; padding-right: 10px; padding-left: 10px; height: 35px; float: left; vertical-align: middle; text-shadow: 1px 1px 0 #000000   }
.sf-menu a, .sf-menu a:visited   { color: #ffffff }
.sf-menu li   { padding-top: 5px; padding-bottom: 5px; border-right: 1px solid white }
.sf-menu li li        { font-weight: normal; background: #0076bc; margin-top: 0; height: 40px; border-top: 1px solid #ffffff }
.sf-menu li li li   { background: green }
.sf-menu li li ul  { margin-top: 0px }
.sf-menu li:hover,.sf-menu li li:hover , .sf-menu li.sfHover ,.sf-menu a:hover, .sf-menu a:focus, .sf-menu a:active  { color: white;  outline: none 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   { text-decoration: none; background-color: #4694cf; outline: none 0 }
/*** arrows **/
.sf-menu a.sf-with-ul  { min-width: 1px }
.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('../images/onecol-sf-arrowsxxx.png') no-repeat 5px 3px;  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-shadowxxx.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;
}
