.iis-cat-nav {
	padding: 0;
	margin: 0;
	list-style: none
}
.iis-cat-nav li {
	list-style-image: url(../images/subcat_list.png)!important
}
.li-class-btn {
	width: 199px;
	padding-top: 0;
	padding-bottom: 8px;
	float: left;
	background-image: url(../images/main_cat_list.png);
	background-repeat: no-repeat;
	background-position: right 9px;
	cursor: pointer;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	display: block;
	font-size: 12px
}
.li-class-btn.sub {
	width: 199px;
	padding-bottom: 5px;
	padding-left: 3px;
	float: right;
	background-image: url(../images/subcat_list.png);
	background-position: 11px;
	margin-top: -6px;
	border: 0!important;
	cursor: pointer;
	color: #c1c1c2;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
.li-class-btn.sub a {
	color: #c1c1c2;
	text-decoration: none
}
.li-class-btn.sub a:hover {
	color: #fd910f;
	text-decoration: none
}
.li-class-btn a {
	display: block;
	border-bottom: 1px solid #141414;
	padding-bottom: 10px;
	color: #c1c1c2;
	text-decoration: none;
	text-transform:uppercase;
}
.li-class-btn a:hover {
	display: block;
	border-bottom: 1px solid #141414;
	padding-bottom: 10px;
	color: #fd910f;
	text-decoration: none;
	text-transform:uppercase;
}