﻿.vertical-menu {
    position: relative;
}

    .vertical-menu ul {
        list-style: none;
        width: 190px;
    }

    .vertical-menu li {
        position: relative;
        background: url("/Portals/_default/Skins/FaraShop/images/mnubg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
        -moz-transition: all 400ms ease 0s;
        -o-transition: all 400ms ease 0s;
        -webkit-transition: all 400ms ease 0s;
        transition: all 400ms ease 0s;
    }

    .vertical-menu ul.vertical-menu a:hover {
        color: #999;
    }

    .vertical-menu ul.vertical-menu li > a {
        display: inline-block;
        width: 100%;
        color: #fff;
        height: 33px;
        position: relative;
        top: 6px;
        padding-right: 30px;
        font-weight:bold;

    }

    .vertical-menu ul.vertical-menu ul.sub-menu {
        background-color: rgba(0, 0, 0, 1);
        border-radius: 12px;
        display: none;
        padding: 5px;
        position: absolute;
        right: 191px;
        top: 0;
        z-index: 999;
    }
