<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vui-menu {
	width: 100%;
    position: relative;
    padding: 0;
    margin: 20px 0 0 0;    
    height: 45px;
    z-index: 999;
	text-align: center;
}

/* a */

.vui-menu a, .vui-menu a:hover {
    text-decoration: none;
}

/* dl */

.vui-menu .vui-main {
    position: relative;
    height: 100%;
    padding: 0;
    margin: 0;
    border-width: 0;
    list-style: none outside none;
    font-size: 0;
    vertical-align: top;
	display: inline-block;
}

/* dl dd */

.vui-menu .vui-item {
    position: relative;
    float: left;
    display: inline;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    border-width: 0;
    list-style: none outside none;
}

/* dl dd a */

.vui-menu .vui-item-value {
    position: relative;
    float: left;
    display: inline;
    overflow: hidden;
    height: 100%;
    padding: 0;
    margin: 0;
    border-width: 0;
    cursor: pointer;
    z-index: 95;
}

/* dl dd a icon */

.vui-menu .vui-item-value .vui-item-value-icon {
    position: absolute;
    top: 10px;
    left: 5px;
    display: block;
    overflow: hidden;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    border-width: 0;
    background: url(arrow.gif) no-repeat center center;
    cursor: pointer;
}

/* dl dd a text */

.vui-menu .vui-item-value .vui-item-value-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.2px;
	text-align: center;
	color: #707070;
    float: left;
    display: inline;
    height: 20px;
    margin: 10px 33px 10px 33px;
}

/* dl dd ul */

.vui-menu .vui-children {
    position: absolute;
    float: left;
    display: inline;
    visibility: hidden;
    overflow: hidden;    
	padding: 13px 0 9px 0;
    margin-left: -28px;
    border: none;
    list-style: none outside none;
    background: #000;
    z-index: 90;
}

/* dl dd ul li */

.vui-menu .vui-child-item {
    float: left;
    display: inline;
	width: 215px;
    height: 30px;
    margin: 0 auto;
    clear: both;
	text-align: center;
}

/* dl dd ul li a */

.vui-menu .vui-child-value {
    position: relative;
    float: left;
    display: inline;
    height: 100%;
    margin: 0 auto;
    font-size: 12px;
	letter-spacing: 0;
    clear: both;
    cursor: pointer;
}

/* dl dd ul li a icon */

.vui-menu .vui-child-value-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border-width: 0;
    background: url(arrow.gif) no-repeat center center;
    cursor: pointer;
}

/* dl dd ul li a text */

.vui-menu .vui-child-value-text {
	font-family: 'Montserrat', sans-serif;
    display: inline;
    overflow: hidden;
    height: 27px;
	line-height: 27px;
    white-space: nowrap;
    font-weight: normal;
    color: #FFF;
    cursor: pointer;
}
.vui-menu .vui-current-bar-box {
    position: absolute;
    top: -3px;
    left: 0;
    height: 3px;
    width: 100%;
    overflow: hidden;
}
.vui-menu .vui-item-hover {
    background: #FFFFFF;
}
.vui-menu .vui-item-hover .vui-item-value-text {
    color: #000000;
	font-weight: 700;
}
.vui-menu .vui-item-hover .vui-item-value-icon {}
.vui-menu .vui-child-hover {
    background: #000000;
}
.vui-menu .vui-child-hover .vui-child-value-text {
    color: #FFF;
	font-weight: 700;
}
.vui-menu .vui-item-value .on{
    color: #000000;
	font-weight: 700;
}
</pre></body></html>