.current a:hover,.current a:active,.current a:link,.current a:visited{color:#fff;}

.sub-nav{
    position: absolute;
    z-index: 2;
    width: 16%;
    font-size: 15px;
    opacity: 0;
    top: 0px;
    padding-top: 43px;}
.sub-nav:hover{
    opacity: 0.86;}
.sub-nav a{
    display: block;
    color: #333 !important;
    background: #fff;
    padding: 5px 0;}
.sub-nav a:hover{
    color:#98151f !important;}


