/* main style for wrapper and boxes */
.fx-menu-wrapper .box {
    width: 25%;
    float: left;
    color: white;
    height: 50px;
    font-size:11px;
    line-height: 18px;
    padding-top: 10px;
    transition:all 0.1s linear;
    line-height: 14px;
}

/* style for .fx-tray default list links */
.fx-tray .item a {
	font-size: 15px;
    padding: 18px 20px;
    display: block;
    width: 100%;
    border-bottom: 1px dashed #ececec;
    color: inherit;
    text-decoration: none;
    position: relative;
}
.fx-tray .item.open-tray.back a,
.fx-tray .item.closer-style a {
    color: #ccc;
    font-style: italic;
    text-transform: lowercase;
}
.fx-tray .item:last-child a {
    border-bottom: 0px;
}
.fx-tray .item a:hover,
.fx-tray .item a:active {
    background:#f8f8f0;
    color: #0e4b8e;
    text-decoration: none;
}

/* for submenus */
.fx-tray .item.open-tray .fx-caret {
	position: absolute;
	right: 15px;
	top: 20px;
	color: #ccc;
}