@import url(responsive.css);

#topcatz{ position:relative; z-index:999; margin:10px 0 0 0 ;padding: 0 0 0 51px;}
#topcatz .sf-menu{ float:none; height:42px; background:none;  }
#topcatz ul li{ float:left;}
#topcatz ul li a{ border:none; color:#585858; font-weight:bold; text-transform:uppercase; font-size:14px; padding:0 14px; height:46px; line-height:46px; text-align:center; display:block; text-decoration:none; float:left; }
#topcatz ul li.fst { }
#topcatz ul li.fst a { background:url(../images/icon-home.png) no-repeat scroll 7px center ; margin: 0; padding:0 20px 0 29px; width: 32px;}
#topcatz ul li.fst a:hover {background:url(../images/icon-home-hover.png) no-repeat scroll 7px center #000; margin: 0; padding:0 20px 0 29px;   width: 32px;}
#topcatz ul li a:hover{ background-color:#000; color:#fff }
#topcatz .sf-menu ul{ background:#fff; border:1px solid #dadada; display:block!important; visibility:visible!important; padding:8px; }
#topcatz ul ul a{ color:#555 ; float:none; background-image:none!important; /* border-top:1px solid #514343!important; */ border-bottom:1px dotted  #dadada!important; text-align:left; font-weight:normal;}
#topcatz ul ul li a:hover{ color:#989898;background-color:#fff; }
#topcatz .sf-menu ul li{ border:0 none!important; background-image:none; }
#topcatz .sf-menu ul a{ height:auto; font-size:11px; padding:5px 10px!important; line-height:normal; }
#topcatz ul li .sf-with-ul{/*background:url(../images/arw-drop.png) right center no-repeat;*/ padding-right:20px;  }
#topcatz ul > li.sfHover > .sf-with-ul{ background-color:#000; }
#topcatz ul li .sf-with-ul span{ display:none; }
#topcatz ul ul .sf-with-ul span{ display:block; }


/*** ESSENTIAL STYLES ***/
.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:			16em; /* left offset of submenus need to match (see below) */
}
.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:			100%; /* 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:			10em; /* 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:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
.sf-menu a {
	border-top:		1px solid #7fb310;
	padding: 		.75em 1em;
	text-decoration:none; color:#fff
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}

/* .sf-menu li li,.sf-menu li.sfHover {
background:		#AD16A8;
}
 */
.sf-menu ul a:hover{
	background-color:#7fb310;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.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('http://destiny-files.com/ebaytemplate/disco_supplies/shop/images/arrows-ffffff.png') no-repeat -10px -100px; /* 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*/
}

/* 2. Mobile Menu
   ----------------------------- */
#topcatz .slicknav_menu{ height:42px; position:relative; }
#topcatz .slicknav_btn{ height:42px; position:relative; padding:0 15px; display:block; vertical-align:middle; font-weight:normal; color:#fff; cursor:pointer; text-align:left}
#topcatz .slicknav_menutxt{ height:42px; line-height:42px; font-size:16px; text-transform:uppercase; color:#fff; padding:0 0 0 10px }
#topcatz .slicknav_btn i{ display:block; background:#f09902; width:25px; height:3px; margin:3px 0; line-height:0; font-size:0; text-indent:-9999px; white-space:nowrap; }
#topcatz .slicknav_nav .slicknav_arrow{ cursor:pointer; width:36px; height:36px; line-height:36px; font-size:25px; position:absolute; top:0; right:0; color:#fff; text-align:center; }
#topcatz .slicknav_nav .slicknav_arrow:hover, .slicknav_nav .slicknav_arrow:focus{ background:#ff7a00; }
#topcatz .slicknav_menu .slicknav_icon{ float:left;  margin-top:10px; }
#topcatz .slicknav_btn .slicknav_icon-bar{ display:block; background:#fff; width:25px; height:3px; margin:3px 0; line-height:0; font-size:0; text-indent:-9999px; white-space:nowrap; }

#topcatz .slicknav_nav{ background:#444; margin:0 ; padding:0; }
#topcatz .slicknav_nav li{ float:none; background:none; position:relative; }
#topcatz .slicknav_nav a{ float:none; text-align:left; height:36px; line-height:36px; display:block; font-weight:normal; opacity:1; font-size:13px; border-bottom:1px solid #555!important; padding:0 15px!important; text-decoration:none; visibility:visible; color:#fff; text-transform:uppercase; }
#topcatz .slicknav_nav a:hover{ background-color:#ff7a00; color:#fff; }
#topcatz .slicknav_nav ul{ background:none; padding:0; border:0!important; }
#topcatz .slicknav_nav ul li{ border:0; }
#topcatz .slicknav_nav ul a{ padding-left:30px!important; }
#topcatz .slicknav_nav ul ul a{ padding-left:45px!important; }