/*
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{
background:#333333;
padding-top:0px;
height:48px;
z-index:999;
position:absolute;
top:120px;
left:0;
width:1021px;
  	border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
 	-webkit-border-radius:4px 4px 0px 0px;
	position:relative;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	
}
.sf-menu {
	line-height:	1.0;	
}
.sf-menu ul {
	position:		absolute;
	margin-top:12px;
	top:			-999em;
	width:			22.85em; /* left offset of submenus need to match (see below) */	
}
.sf-menu ul ul{
	margin-top:7px;
}
.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:			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:			23em; /* match ul width */
	top:			-1.6em;
}
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:			15em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0em;
}
.sf-menu ul li a:hover{		background:url('../images/marker_sub.gif') 0px -15px no-repeat transparent; color:#fff;}
.sf-menu > li > ul > li.sfHover > a{color:#fff;background:url('../images/marker_sub.gif') 0px -15px no-repeat transparent;}
.sf-menu a {     /*#header seems to be required*/	
	/*border-top:		1px solid #CFDEFF;*/
	padding:17px 20px 19px 28px;  
	color:#969494;
	font-weight:normal;
	text-decoration: none;
		background:url('../images/marker_sub.gif') 0px 7px no-repeat transparent;
}
.sf-menu .sfHover a,
.sf-menu a, 
.sf-menu a:hover { /* visited pseudo selector so IE6 applies text colour*/
	color:#fdc51c; 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.m1 { width:140px;}
.sf-menu > li.m2 { width:88px;}
.sf-menu > li.m3 { width:84px;}
.sf-menu > li.m4 { width:150px;}
.sf-menu > li.m5 { width:96px;}
.sf-menu > li.m6 { width:96px;}
.sf-menu > li {background:url('../images/border_nav.gif') right top no-repeat;}
.sf-menu > li.last > a{padding-right:21px;}

.sf-menu > li:first-child > a{ padding-right:25px; }
.sf-menu > li > a  { /* visited pseudo selector so IE6 applies text colour*/
	color:#ffffff; text-decoration:none;
	padding:10px 10px 10px 10px;
	font-size:11px; text-transform:uppercase; font-weight:bold;
	background:none; line-height:14px;
	
}
.sf-menu .sfHover li a:hover,
.sf-menu > li li > a:hover  {
	color:#fff;
}
.sf-menu .sfHover li a,
.sf-menu > li li > a  {
	padding:6px 11px 6px 22px;
	color:#7d7c7c;
	text-transform:none;
	font-size:12px;
	font-weight:normal;
}
.sf-menu li ul li:first-child{	background:#2c2c2c;}
.sf-menu li ul{background:url('../images/ul_bottom.png') left bottom no-repeat ; padding:0px 0px 4px 0px;}
.sf-menu li li { background:#2c2c2c; padding-left:19px; width:255px;
}
.sf-menu li li.last { padding-bottom:11px; }
.sf-menu li ul li:first-child{ padding-top:12px;}
.sf-menu > li:hover, .sf-menu > li.sfHover,
.sf-menu > a:focus, .sf-menu > a:hover, .sf-menu > a:active {
    position:relative;
	outline:		0;
}
.sf-menu > li.last:hover{
	outline:		0;	
}
.sf-menu li ul { border-top:1px solid #272727}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	25px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			0;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/superfish-arrows.png') no-repeat ; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
li a >  .sf-sub-indicator { background-position:0px 0px;top:11px; right:8%}
li li a >  .sf-sub-indicator { background-position:0px -10px;top:11px; right:15px;}
a:hover >  .sf-sub-indicator { background-position:0px -10px;}
/* 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: 0px -20px; /* 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 -10px; }
/* 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: 0px -10px; /* 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 0px 0px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
