#category-4 .category-marker-type-marker {
    background-color: #FFB82B;
}
li[data-type="4"] {
    background-image: url(../img/marker_yellow_58.png);
    background-size: 42px;
    background-position: 39px 2px;
    background-repeat: no-repeat;
}
.btn-type-4 {
	background-color: #FFB82B !important;
}
.icon-style-4{
	background-image: url('../img/marker_yellow_58_s.png');
}
.tab-style-4 {
    background-color: #FFB82B;
}
#category-4-list .selected {
    background-color: #FCE4BF;
}

#category-5 .category-marker-type-marker {
    background-color: #90B033;
}
li[data-type="5"] {
    background-image: url(../img/marker_green_58.png);
    background-size: 42px;
    background-position: 39px 2px;
    background-repeat: no-repeat;
}
.btn-type-5 {
	background-color: #90B033 !important;
}
.icon-style-5{
	background-image: url('../img/marker_green_58_s.png');
}
.tab-style-5 {
    background-color: #90B033;
}
#category-5-list .selected {
    background-color: #CFE494;
}

#category-6 .category-marker-type-marker {
    background-color: #a7a7a7;
}
li[data-type="6"] {
    background-image: url(../img/marker_grey_58.png);
    background-size: 42px;
    background-position: 39px 2px;
    background-repeat: no-repeat;
}
.btn-type-6 {
	background-color: #a7a7a7 !important;
}
.icon-style-6{
	background-image: url('../img/marker_grey_58_s.png');
}
.tab-style-6 {
    background-color: #a7a7a7;
}
#category-6-list .selected {
    background-color: #ddd;
}


#category-8 .category-marker-type-marker {
    background-color: #1d58a2;
}
li[data-type="8"] {
    background-image: url(../img/marker_navy_58.png);
    background-size: 42px;
    background-position: 39px 2px;
    background-repeat: no-repeat;
}
.btn-type-8 {
	background-color: #1d58a2 !important;
}
.icon-style-8{
	background-image: url('../img/marker_navy_58_s.png');
}
.tab-style-8 {
    background-color: #1d58a2;
}
#category-8-list .selected {
    background-color: #ccdef5;
}
