@import url("RadControls/PanelBar/Skins/hflex-coral/PanelBar.hflex-coral.css");
@import url("RadControls/Menu/Skins/hflex-blue/Menu.hflex-blue.css");

ul.rmMultiColumn {
    box-sizing: content-box;
    z-index: 9999;
}

.galleryitemlink a.CATMenu {
    color: #444;
}

.galleryitemlink a.CATMenu:hover {
    color: #FFB600;
}

.galleryitemlink [class*="Selected"] > a.CATMenu {
	font-weight:bold
}

.galleryitemlink ul:not(:first-child) > li > a.CATMenu {
    font-family: inherit;
}

.galleryitemlink > ul li {
    list-style: none;
	border-bottom:1px solid #999;
}

    .galleryitemlink > ul > li > a.CATMenu {
        font-size: 18px;
        font-family: inherit;
        line-height: 1.8em;
		text-decoration:none;
    }

.galleryitemlink ul:not(:first-child) {
    margin-top: 12px;
    /*list-style-image: url(images/right-icn_red.png);*/
}

/*.galleryitemlink [class*="Selected"]:not(:first-child) {
    list-style-image: url(images/right-icn.png);
}*/


/* char is used for custom bullet symbol */
.galleryitemlink ul:not(:first-child) {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

    .galleryitemlink ul:not(:first-child) > li:before {
        content: "\0BB \020";
        color: rgb(201, 59, 35);
    }

    .galleryitemlink ul:not(:first-child) > [class*="Selected"]:before {
        content: "\0BB \020";
        color: #000;
    }


/*ul li:hover {
    list-style-image: url('');
}*/
