/* Your custom styles */
.custom-nav{
    list-style: none;
}
.custom-nav-item{
    font-weight: bold;
    display: inline-block;
    border:1px solid #908c68; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 3px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
    background-color: #7b7c0b; background-image: -webkit-gradient(linear, left top, left bottom, from(#a9a588), to(#8e865b));
    background-image: -webkit-linear-gradient(top, #7b7c0b, #767714);
    background-image: -moz-linear-gradient(top, #7b7c0b, #767714);
    background-image: -ms-linear-gradient(top, #7b7c0b, #767714);
    background-image: -o-linear-gradient(top, #7b7c0b, #767714);
    background-image: linear-gradient(to bottom, #7b7c0b, #767714);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a9a588, endColorstr=#8e865b);
    height: 40px;
    margin-bottom: 3px;
}
/*https://cssgradientbutton.com*/

.custom-nav-item:hover{
    border:1px solid #767255;
    background-color: #7b7c0b; background-image: -webkit-gradient(linear, left top, left bottom, from(#938e6b), to(#6f6947));
    background-image: -webkit-linear-gradient(top, #bcb414, #7b7c0b);
    background-image: -moz-linear-gradient(top, #bcb414, #7b7c0b);
    background-image: -ms-linear-gradient(top, #bcb414, #7b7c0b);
    background-image: -o-linear-gradient(top, #bcb414, #7b7c0b);
    background-image: linear-gradient(to bottom, #bcb414, #7b7c0b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#938e6b, endColorstr=#6f6947);
}

.custom-nav-item-active{
    border:1px solid #450111;
    background-color: #bcb414; background-image: -webkit-gradient(linear, left top, left bottom, from(#77021d), to(#3a000d));
    background-image: -webkit-linear-gradient(top, #bcb414, #7b7c0b);
    background-image: -moz-linear-gradient(top, #bcb414, #7b7c0b);
    background-image: -ms-linear-gradient(top, #bcb414, #7b7c0b);
    background-image: -o-linear-gradient(top, #bcb414, #7b7c0b);
    background-image: linear-gradient(to bottom, #bcb414, #7b7c0b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#77021d, endColorstr=#3a000d);
}
.border{
    border: 4px solid silver !important;
}
