﻿    .vmenu {
        width: 100%;
        margin: 5px auto;
        float:left;
    }

    .vmenu-section {
        height: auto;
        padding: 3px 0px;
        padding-left: 10px;
       
        background: #061222; /* Old browsers */
		background: -moz-linear-gradient(left, #061222 0%, #1c4557 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#061222), color-stop(100%,#1c4557)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, #061222 0%,#1c4557 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, #061222 0%,#1c4557 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, #061222 0%,#1c4557 100%); /* IE10+ */
		background: linear-gradient(to right, #061222 0%,#1c4557 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061222', endColorstr='#1c4557',GradientType=1 ); /* IE6-9 */
        color: #CCC;
    }
	.vmenu-section:hover{background: rgb(245,246,246); /* Old browsers */
background: -moz-linear-gradient(left, rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(245,246,246,1)), color-stop(21%,rgba(219,220,226,1)), color-stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color-stop(100%,rgba(245,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=1 ); /* IE6-9 */
color:#000;
}

    ul.vmenu-list {
        padding: 1px 1px;
        position: relative;
        margin: 0;
        text-align: left;
    }

    ul.vmenu-list li {
        display: block;
        list-style: none;
    }

    ul.vmenu-list li a {
        display: block;
        text-decoration: none;
        line-height: 2em;
        background-color: transparent;
        color: #022902;
        padding-left: 5px;
	    }

    ul.vmenu-list li a:hover {
        background-color: #F5F5F5;
        font-weight: bold;
    }

    ul.vmenu-list li a.selected {
        background: #c7c7c7;
    }

    .active {
        display: block;
    }

    .inactive {
        display: none;
    }